summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-01 22:39:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-05 12:26:36 +0000
commitc560489f788fd4f4e67283ff67e013bc55e75730 (patch)
tree1a5bc5fd2ce4f7b05e60ae47401faf3961d8e04a
parent12118f74efd53ffd3d3e6b95b2fc1763dcaebd57 (diff)
downloadpoky-c560489f788fd4f4e67283ff67e013bc55e75730.tar.gz
abi_version/sstate: Bump for hash equivalence fix
With the hash equivalence fix, we need to bump the sstate and hash equivalence version numbers to ensure older task hashes aren't matched into the new namespace. (From OE-Core rev: 3f229267e0588c747265e849ee19724033cc6a80) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/sstate.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index fd9acbab9b..85d0ee2e6a 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1,4 +1,4 @@
1SSTATE_VERSION = "7" 1SSTATE_VERSION = "8"
2 2
3SSTATE_ZSTD_CLEVEL ??= "8" 3SSTATE_ZSTD_CLEVEL ??= "8"
4 4
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 20ca1098ec..66df69bb8d 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 = "11" 15HASHEQUIV_HASH_VERSION = "12"