From 3f229267e0588c747265e849ee19724033cc6a80 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Feb 2022 22:39:38 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/conf/abi_version.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/abi_version.conf') diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 20ca1098ec..66df69bb8d 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -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" -- cgit 1.2.3-korg