summaryrefslogtreecommitdiffstats
path: root/meta/conf/abi_version.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 17:57:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 23:03:44 +0000
commitcf43eccc5c4da3e1e5bd1e20d595f4b225cf005f (patch)
tree98c99e471c8412e703489c4c9e18e4fe19adc1c8 /meta/conf/abi_version.conf
parent77f08932f4bc927b506130aa2dde4936a379ff1f (diff)
downloadpoky-cf43eccc5c4da3e1e5bd1e20d595f4b225cf005f.tar.gz
abi_version: Bump HASHEQUIV_HASH_VERSION
After the changes to the native outhash files to ensure populate_sysroot for native recipes correctly accounts for runtime dependencies, this doesn't reset the target output namespace and means reproducibility issues are still triggering on our test infrastructure. Bump the version being used for hashequiv to ensure we avoid these issues with a new namespace. (From OE-Core rev: 3510caa7245d1993b2dc54c7bf2c7a884dd10c88) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/abi_version.conf')
-rw-r--r--meta/conf/abi_version.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index f406f927b0..20ca1098ec 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14"
12# a reset of the equivalence, for example when reproducibility issues break the 12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect. 13# existing match data. Distros can also append to this value for the same effect.
14# 14#
15HASHEQUIV_HASH_VERSION = "10" 15HASHEQUIV_HASH_VERSION = "11"