diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-31 22:20:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-01 11:05:20 +0100 |
| commit | 8621dbc2afb4d32e371a2215d2ee384af759d633 (patch) | |
| tree | ac36707a9b4a2fe59384b1f681db98da180e3142 /meta/classes-global | |
| parent | 7897e51da3ba13b31daab83c505e06938aba946e (diff) | |
| download | poky-8621dbc2afb4d32e371a2215d2ee384af759d633.tar.gz | |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global')
| -rw-r--r-- | meta/classes-global/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass index beb22f424e..fdd529ee4e 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 | ||
| 7 | SSTATE_VERSION = "12" | 7 | SSTATE_VERSION = "14" |
| 8 | 8 | ||
| 9 | SSTATE_ZSTD_CLEVEL ??= "8" | 9 | SSTATE_ZSTD_CLEVEL ??= "8" |
| 10 | 10 | ||
