]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
abi-version/ssate: Bump to avoid systemd hash corruption issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 31 Aug 2024 21:20:59 +0000 (22:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2024 07:19:12 +0000 (08:19 +0100)
Unfortunately some recent patches caused non-deterministic output.
One input hash lead to both good and bad output and whilst that patch
has been fixed, the problematic hash 'cross' linkage remains. Bump to
a new sstate and hash equivalence version to avoid this and work from
a clean slate.

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

index beb22f424e8dae6e801c4fb6b73816deb787ac30..fdd529ee4e89c80cce4fbac5d641450ce2856d8a 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: MIT
 #
 
-SSTATE_VERSION = "12"
+SSTATE_VERSION = "14"
 
 SSTATE_ZSTD_CLEVEL ??= "8"
 
index 0fe91b5ddf3716c0c88cea2de83e0dcba5910bcc..ac97752c976a9d3c502ed2c643f8aa8c986b2408 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  = "17"
+HASHEQUIV_HASH_VERSION  = "18"