summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-01 22:39:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-05 12:26:36 +0000
commitc560489f788fd4f4e67283ff67e013bc55e75730 (patch)
tree1a5bc5fd2ce4f7b05e60ae47401faf3961d8e04a /meta/classes/sstate.bbclass
parent12118f74efd53ffd3d3e6b95b2fc1763dcaebd57 (diff)
downloadpoky-c560489f788fd4f4e67283ff67e013bc55e75730.tar.gz
abi_version/sstate: Bump for hash equivalence fix
With the hash equivalence fix, we need to bump the sstate and hash equivalence version numbers to ensure older task hashes aren't matched into the new namespace. (From OE-Core rev: 3f229267e0588c747265e849ee19724033cc6a80) 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 fd9acbab9b..85d0ee2e6a 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -1,4 +1,4 @@
1SSTATE_VERSION = "7" 1SSTATE_VERSION = "8"
2 2
3SSTATE_ZSTD_CLEVEL ??= "8" 3SSTATE_ZSTD_CLEVEL ??= "8"
4 4