Home
last modified time | relevance | path

Searched full:bb_number_threads (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/conf/
H A Dbitbake.conf13 BB_NUMBER_THREADS = "4"
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample.extended11 #BB_NUMBER_THREADS ?= "4"
14 #BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
24 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsign_rpm.bbclass35 RPM_GPG_SIGN_CHUNK ?= "${BB_NUMBER_THREADS}"
H A Dpackage_ipk.bbclass42 do_package_ipk[vardepsexclude] = "BB_NUMBER_THREADS"
H A Dpackage_deb.bbclass58 do_package_deb[vardepsexclude] = "BB_NUMBER_THREADS"
H A Dcreate-spdx.bbclass418 num_threads = int(d.getVar("BB_NUMBER_THREADS"))
950 num_threads = int(d.getVar("BB_NUMBER_THREADS"))
H A Dpopulate_sdk_ext.bbclass27 BB_NUMBER_THREADS \
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst31 :term:`BB_NUMBER_THREADS` variable in
43 :term:`BB_NUMBER_THREADS`.
391 set in the :term:`BB_NUMBER_THREADS`
397 properly setting the :term:`BB_NUMBER_THREADS` variable.
H A Dbitbake-user-manual-metadata.rst1492 :term:`BB_NUMBER_THREADS` variable but is task-specific.
1504 the :term:`BB_NUMBER_THREADS` variable causes ``number_threads`` to
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbb-matrix.sh59 export BB_NUMBER_THREADS=$(echo $BB | sed 's/^0*//')
H A Dbb-matrix-plot.sh19 XLABEL="BB_NUMBER_THREADS"
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py152 needed_vars = ['TOPDIR', 'TARGET_PREFIX', 'BB_NUMBER_THREADS']
171 with multiprocessing.Pool(processes=int(self.bb_number_threads or 0)) as p:
H A Dsstatetests.py510 BB_NUMBER_THREADS = "${@oe.utils.cpu_count()}"
525 BB_NUMBER_THREADS = "${@oe.utils.cpu_count()+1}"
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dvarlocality.rst91 - :term:`BB_NUMBER_THREADS`
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackagedata.py66 num_threads = int(d.getVar("BB_NUMBER_THREADS"))
H A Dutils.py303 max_process = int(d.getVar("BB_NUMBER_THREADS") or os.cpu_count() or 1)
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml53 echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dmetadata.py22 metadata_config_vars = ('MACHINE', 'BB_NUMBER_THREADS', 'PARALLEL_MAKE')
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-buildenv-internal112 SDKMACHINE BB_NUMBER_THREADS BB_NO_NETWORK PARALLEL_MAKE GIT_PROXY_COMMAND \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py95 processes = d.getVar("TESTIMAGE_NUMBER_THREADS") or d.getVar("BB_NUMBER_THREADS")
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh170 echo 'BB_NUMBER_THREADS = "8"' >> "$auto_conf"
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf854 BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
872 export OMP_NUM_THREADS = "${BB_NUMBER_THREADS}"
948 PARALLEL_MAKE BB_NUMBER_THREADS BB_ORIGENV BB_INVALIDCONF BBINCLUDED \
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog190 threading algorithm controlled by BB_NUMBER_THREADS
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Dprojectconf.html205 …s.yoctoproject.org/ref-manual/variables.html#term-BB_NUMBER_THREADS" target="_blank">BB_NUMBER_THR…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1785 'PARALLEL_MAKE','BB_NUMBER_THREADS',
1786 'BB_DISKMON_DIRS','BB_NUMBER_THREADS','CVS_PROXY_HOST','CVS_PROXY_PORT',

12