]> code.ossystems Code Review - openembedded-core.git/commitdiff
abi_version/sstate: Bump for hash equivalence fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2022 22:39:38 +0000 (22:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Feb 2022 12:25:55 +0000 (12:25 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
meta/conf/abi_version.conf

index fd9acbab9b46b1d13aa477b598c1f8bf8b8f43d8..85d0ee2e6a572df29d0aca07d196fd73123a6573 100644 (file)
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "7"
+SSTATE_VERSION = "8"
 
 SSTATE_ZSTD_CLEVEL ??= "8"
 
index 20ca1098ecbb55d471942ac169906f1be4d4442c..66df69bb8d5d197810a7e828ca8e64327e8f4d34 100644 (file)
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14"
 # a reset of the equivalence, for example when reproducibility issues break the
 # existing match data. Distros can also append to this value for the same effect.
 #
-HASHEQUIV_HASH_VERSION  = "11"
+HASHEQUIV_HASH_VERSION  = "12"