Home
last modified time | relevance | path

Searched refs:parallel_make_argument (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/
H A Dcmake-native_3.22.3.bb40 ${@oe.utils.parallel_make_argument(d, '--parallel=%d')} \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dwaf.bbclass68 …(cd ${S} && ${WAF_PYTHON} ./waf build ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)} ${E…
H A Dgo.bbclass3 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/
H A Dwaf-samba.bbclass114 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 Drust.inc170 … 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 Dboost.inc150 BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d')}"
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py198 def parallel_make_argument(d, fmt, limit=None, makeinst=False): function
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb166 PARALLEL_JOBS="${@oe.utils.parallel_make_argument(d, '-n %d')}"
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dchromium-gn.inc288 GN_ARGS += 'max_jobs_per_link="${@oe.utils.parallel_make_argument(d, '%d')}"'