From 8621dbc2afb4d32e371a2215d2ee384af759d633 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 31 Aug 2024 22:20:59 +0100 Subject: abi-version/ssate: Bump to avoid systemd hash corruption issue Unfortunately some recent patches caused non-deterministic output. One input hash lead to both good and bad output and whilst that patch has been fixed, the problematic hash 'cross' linkage remains. Bump to a new sstate and hash equivalence version to avoid this and work from a clean slate. (From OE-Core rev: 639e42b9c14dff516688964dba4ab25bba7b8a55) Signed-off-by: Richard Purdie --- meta/conf/abi_version.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 0fe91b5ddf..ac97752c97 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -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 = "17" +HASHEQUIV_HASH_VERSION = "18" -- cgit v1.2.3-54-g00ecf