diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c9a4e328f1..bfa28d3bc9 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -968,3 +968,8 @@ MULTILIB_VARIANTS ??= "" | |||
| 968 | # what it would be anyway if the signature generator (e.g. OEEquivHash) doesn't | 968 | # what it would be anyway if the signature generator (e.g. OEEquivHash) doesn't |
| 969 | # support unihashes. | 969 | # support unihashes. |
| 970 | BB_UNIHASH ?= "${BB_TASKHASH}" | 970 | BB_UNIHASH ?= "${BB_TASKHASH}" |
| 971 | |||
| 972 | oe.sstatesig.find_sstate_manifest[vardepsexclude] = "BBEXTENDCURR BBEXTENDVARIANT OVERRIDES PACKAGE_EXTRA_ARCHS" | ||
| 973 | oe.utils.get_multilib_datastore[vardepsexclude] = "DEFAULTTUNE_MULTILIB_ORIGINAL OVERRIDES" | ||
| 974 | oe.path.format_display[vardepsexclude] = "TOPDIR" | ||
| 975 | oe.utils.multiprocess_launch[vardepsexclude] = "BB_NUMBER_THREADS" | ||
