]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
abi_version/sstate: Switch to a new version for the upcoming release
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Apr 2024 10:37:04 +0000 (11:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:31:50 +0000 (07:31 +0100)
In testing websocket hashequivalence, corrupted sstate was injected into the
autobuilder extensively. With the new release/LTS, being able to clearly
differentiate between old and new sstate is probably desireable anyway
so bump the appropriate versions.

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

index 96655ff24fff0281133227def69a4fcb39f829f1..04539bbb99ae6c28f3c332301fefc91d8310f3dc 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: MIT
 #
 
-SSTATE_VERSION = "11"
+SSTATE_VERSION = "12"
 
 SSTATE_ZSTD_CLEVEL ??= "8"
 
index b6643ea60b3bf63b94fb6b0efcd56c61e6be2c43..13c2c45b42ab48cabc6f1e6b7fe33bdaed3b233d 100644 (file)
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
 # 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  = "15"
+HASHEQUIV_HASH_VERSION  = "16"