abi_version/sstate: Switch to a new version for the upcoming release

In testing websocket hashequivalence, corrupted sstate was injected into the
autobuilder extensively. With the new release/LTS, being able to clearly
differentiate between old and new sstate is probably desireable anyway
so bump the appropriate versions.

(From OE-Core rev: 7f107c180f592be29f57f580c60a6adbbebd7714)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-04-13 11:37:04 +01:00
parent e0f79072dc
commit 27a0ee6670
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
SSTATE_VERSION = "11"
SSTATE_VERSION = "12"
SSTATE_ZSTD_CLEVEL ??= "8"

View File

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