summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
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-07 22:31:21 +0100
commit5b9eb4be1270086f772367acb9e05a9a704cd87b (patch)
tree9a75b272fdebe1e9ca53243c390b5037e58c217e /meta/classes/sstate.bbclass
parentc0adcdafa43224fb9284357ec95a19f91fcb1364 (diff)
downloadpoky-5b9eb4be1270086f772367acb9e05a9a704cd87b.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: 3b6672730372e130d4d72b683fc3150911964745) 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>
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 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