diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-01 22:39:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-05 12:26:36 +0000 |
commit | c560489f788fd4f4e67283ff67e013bc55e75730 (patch) | |
tree | 1a5bc5fd2ce4f7b05e60ae47401faf3961d8e04a /meta/conf/abi_version.conf | |
parent | 12118f74efd53ffd3d3e6b95b2fc1763dcaebd57 (diff) | |
download | poky-c560489f788fd4f4e67283ff67e013bc55e75730.tar.gz |
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.
(From OE-Core rev: 3f229267e0588c747265e849ee19724033cc6a80)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/abi_version.conf')
-rw-r--r-- | meta/conf/abi_version.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
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 | # |
15 | HASHEQUIV_HASH_VERSION = "11" | 15 | HASHEQUIV_HASH_VERSION = "12" |