summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-04 09:35:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-12 16:44:06 +0100
commitca27d0e6134054eda08785ba66167cfd25b1a6b3 (patch)
tree6cf424b046e682e8e74754c91bd5442a64a7e11b
parent667ea364293a3650de529941b83105b2a522be8c (diff)
downloadpoky-ca27d0e6134054eda08785ba66167cfd25b1a6b3.tar.gz
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. (From OE-Core rev: 69f2d0822462e77d09b4781dcec41a0747e4d387) 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> (cherry picked from commit 3b6672730372e130d4d72b683fc3150911964745) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/sstate.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 1c0cae4893..3513269bca 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1,4 +1,4 @@
1SSTATE_VERSION = "8" 1SSTATE_VERSION = "10"
2 2
3SSTATE_ZSTD_CLEVEL ??= "8" 3SSTATE_ZSTD_CLEVEL ??= "8"
4 4
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 2a08b1208b..c716bd7feb 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
12# a reset of the equivalence, for example when reproducibility issues break the 12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect. 13# existing match data. Distros can also append to this value for the same effect.
14# 14#
15HASHEQUIV_HASH_VERSION = "12" 15HASHEQUIV_HASH_VERSION = "14"