mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
bitbake.conf: Add module function vardepsexclude entries
Now that bitbake can look into python module code variable and function dependencies, there are a few extra basic variables we need to exclude. This is done per function since it keeps the main exclusion list cleaner and is also slightly faster. (From OE-Core rev: 870c324d47f1d920fcb736e09fc6e857f24945c7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -968,3 +968,8 @@ MULTILIB_VARIANTS ??= ""
|
||||
# what it would be anyway if the signature generator (e.g. OEEquivHash) doesn't
|
||||
# support unihashes.
|
||||
BB_UNIHASH ?= "${BB_TASKHASH}"
|
||||
|
||||
oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS"
|
||||
oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES"
|
||||
oe.path.format_display[vardepsexclude] = "TOPDIR"
|
||||
oe.utils.multiprocess_launch[vardepsexclude] = "BB_NUMBER_THREADS"
|
||||
|
||||
Reference in New Issue
Block a user