summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-13 11:37:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:33:19 +0100
commit27a0ee667033d2c8f2c6a6fa6b6c0cc19655e8f9 (patch)
treebaf3865001db9031a4ab2f2c65b7b089fcaee957 /meta/classes-global
parente0f79072dcd75ad5594c502dcc3478f6210dbaf0 (diff)
downloadpoky-27a0ee667033d2c8f2c6a6fa6b6c0cc19655e8f9.tar.gz
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>
Diffstat (limited to 'meta/classes-global')
-rw-r--r--meta/classes-global/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass
index 96655ff24f..04539bbb99 100644
--- a/meta/classes-global/sstate.bbclass
+++ b/meta/classes-global/sstate.bbclass
@@ -4,7 +4,7 @@
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
5# 5#
6 6
7SSTATE_VERSION = "11" 7SSTATE_VERSION = "12"
8 8
9SSTATE_ZSTD_CLEVEL ??= "8" 9SSTATE_ZSTD_CLEVEL ??= "8"
10 10