Searched refs:parallel_make_argument (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/ |
| H A D | cmake-native_3.22.3.bb | 40 ${@oe.utils.parallel_make_argument(d, '--parallel=%d')} \
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | waf.bbclass | 68 …(cd ${S} && ${WAF_PYTHON} ./waf build ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)} ${E…
|
| H A D | go.bbclass | 3 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 114 python3 ./buildtools/bin/waf ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust.inc | 170 … python3 src/bootstrap/bootstrap.py ${@oe.utils.parallel_make_argument(d, '-j %d')} "$@" --verbose
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/ |
| H A D | boost.inc | 150 BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d')}"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | utils.py | 198 def parallel_make_argument(d, fmt, limit=None, makeinst=False): function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf_git.bb | 166 PARALLEL_JOBS="${@oe.utils.parallel_make_argument(d, '-n %d')}"
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/ |
| H A D | chromium-gn.inc | 288 GN_ARGS += 'max_jobs_per_link="${@oe.utils.parallel_make_argument(d, '%d')}"'
|