summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-global/sstate.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
2 files changed, 2 insertions, 2 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
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index b6643ea60b..13c2c45b42 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
12# a reset of the equivalence, for example when reproducibility issues break the 12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect. 13# existing match data. Distros can also append to this value for the same effect.
14# 14#
15HASHEQUIV_HASH_VERSION = "15" 15HASHEQUIV_HASH_VERSION = "16"