]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
abi_version/sstate: Bump hashequiv and sstate versions due to git changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 May 2022 08:35:59 +0000 (09:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 May 2022 21:29:14 +0000 (22:29 +0100)
The autobuilder sstate was corrupted via incorrect equiavlences caused by
the security fix to git and the poor interaction that had with SCM version
checks under fakeroot/pseudo. Bump the versions to enable a clean slate
to work off.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
meta/conf/abi_version.conf

index 1c0cae48938c63ee4c618b5035967d732280d7e0..3513269bcaa755729d6e2f78c7aed35c948f2274 100644 (file)
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "8"
+SSTATE_VERSION = "10"
 
 SSTATE_ZSTD_CLEVEL ??= "8"
 
index 2a08b1208b10866069a44b8fa4f019c089b8ab56..c716bd7febae07c2881dd12f88b4af1c57e900eb 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  = "12"
+HASHEQUIV_HASH_VERSION  = "14"