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"