diff options
| author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2023-09-10 17:52:32 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-12 12:44:47 +0100 |
| commit | 40fdebda20af3546186cc63e3c2c71dfd2ad6bc0 (patch) | |
| tree | bd0045e06765845599bcf659da57b1db6dff7c23 /meta/conf | |
| parent | 48c80dcb15b31ca5e9899d7a442e489fbc8be00d (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
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}" | |||
| 975 | oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS" | 975 | oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS" |
| 976 | oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES" | 976 | oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES" |
| 977 | oe.path.format_display[vardepsexclude] = "TOPDIR" | 977 | oe.path.format_display[vardepsexclude] = "TOPDIR" |
| 978 | oe.utils.multiprocess_launch[vardepsexclude] = "BB_NUMBER_THREADS" | 978 | oe.utils.get_bb_number_threads[vardepsexclude] = "BB_NUMBER_THREADS" |
| 979 | oe.packagedata.emit_pkgdata[vardepsexclude] = "BB_NUMBER_THREADS" | 979 | oe.packagedata.emit_pkgdata[vardepsexclude] = "BB_NUMBER_THREADS" |
