From: Richard Purdie Date: Wed, 4 May 2022 08:35:59 +0000 (+0100) Subject: abi_version/sstate: Bump hashequiv and sstate versions due to git changes X-Git-Tag: uninative-3.7~874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6672730372e130d4d72b683fc3150911964745;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git abi_version/sstate: Bump hashequiv and sstate versions due to git changes 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 Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 1c0cae48938..3513269bcaa 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass @@ -1,4 +1,4 @@ -SSTATE_VERSION = "8" +SSTATE_VERSION = "10" SSTATE_ZSTD_CLEVEL ??= "8" diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 2a08b1208b1..c716bd7feba 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -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"