summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorAdrian Freihofer <adrian.freihofer@gmail.com>2023-09-10 17:52:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-12 12:44:47 +0100
commit40fdebda20af3546186cc63e3c2c71dfd2ad6bc0 (patch)
treebd0045e06765845599bcf659da57b1db6dff7c23 /meta/conf/bitbake.conf
parent48c80dcb15b31ca5e9899d7a442e489fbc8be00d (diff)
downloadpoky-40fdebda20af3546186cc63e3c2c71dfd2ad6bc0.tar.gz
lib/oe/utils: Refactor to make multiprocess_launch callable without d
This is a preparation for making the strip_execs function callable from devtool without going via tinfoil and a bitbake server process. (From OE-Core rev: af8ee73cdef90b83556a7ac5e139a08108706486) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 47b564fbab..8b26461874 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -975,5 +975,5 @@ BB_UNIHASH ?= "${BB_TASKHASH}"
975oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS" 975oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS"
976oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES" 976oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES"
977oe.path.format_display[vardepsexclude] = "TOPDIR" 977oe.path.format_display[vardepsexclude] = "TOPDIR"
978oe.utils.multiprocess_launch[vardepsexclude] = "BB_NUMBER_THREADS" 978oe.utils.get_bb_number_threads[vardepsexclude] = "BB_NUMBER_THREADS"
979oe.packagedata.emit_pkgdata[vardepsexclude] = "BB_NUMBER_THREADS" 979oe.packagedata.emit_pkgdata[vardepsexclude] = "BB_NUMBER_THREADS"