> -----Original Message----- > From: [email protected] > <[email protected]> On Behalf Of Richard Purdie > Sent: den 1 september 2024 09:19 > To: [email protected] > Subject: [OE-core] [PATCH] 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. > > Signed-off-by: Richard Purdie <[email protected]> > --- > meta/classes-global/sstate.bbclass | 2 +- > meta/conf/abi_version.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/classes-global/sstate.bbclass > b/meta/classes-global/sstate.bbclass > index beb22f424e8..fdd529ee4e8 100644 > --- a/meta/classes-global/sstate.bbclass > +++ b/meta/classes-global/sstate.bbclass > @@ -4,7 +4,7 @@ > # SPDX-License-Identifier: MIT > # > > -SSTATE_VERSION = "12" > +SSTATE_VERSION = "14" > > SSTATE_ZSTD_CLEVEL ??= "8" > > diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf > index 0fe91b5ddf3..ac97752c976 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"
Is this actually needed now after the changes to insane.bbclass? Won't those changes effectively invalidate the whole sstate anyway? //Peter
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204041): https://lists.openembedded.org/g/openembedded-core/message/204041 Mute This Topic: https://lists.openembedded.org/mt/108207031/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
