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>
This commit is contained in:
Richard Purdie
2022-02-01 22:39:38 +00:00
parent 12118f74ef
commit c560489f78
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
SSTATE_VERSION = "7"
SSTATE_VERSION = "8"
SSTATE_ZSTD_CLEVEL ??= "8"

View File

@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14"
# 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 = "11"
HASHEQUIV_HASH_VERSION = "12"