Searched refs:parallel_make_argument (Results 1 – 9 of 9) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-devtools/cmake/ |
| H A D | cmake-native_3.31.6.bb | 42 ${@oe.utils.parallel_make_argument(d, '--parallel=%d')} \
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | waf.bbclass | 87 …(cd ${S} && ${WAF_PYTHON} ./waf build ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)} ${E…
|
| H A D | go.bbclass | 13 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 116 $PYTHON ./buildtools/bin/waf ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)}
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
| H A D | edk2-firmware.inc | 120 ${@oe.utils.parallel_make_argument(d, "-n %d")} \
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | utils.py | 201 def parallel_make_argument(d, fmt, limit=None, makeinst=False): function
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/ |
| H A D | boost.inc | 148 BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d')}"
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf_git.bb | 182 PARALLEL_JOBS="${@oe.utils.parallel_make_argument(d, '-n %d')}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | rust_1.85.1.bb | 214 … python3 src/bootstrap/bootstrap.py ${@oe.utils.parallel_make_argument(d, '-j %d')} "$@" --verbose
|