mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
After the recent path ignore changes, there are invalid entries in exiting pseudo databases which will trip up users with the new abort() (proving how common the pseudo potential corrpution is!). Inform them a clean TMPDIR is needed. (From OE-Core rev: 0453609c92cb637aadf97b2ea49f64c53f15f2d2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 016ee90e210c9b15b80e8370d83f41a14867a413) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
661 B
Plaintext
16 lines
661 B
Plaintext
#
|
|
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
|
|
# an incompatible way. Such changes should usually be detailed in the commit
|
|
# that breaks the format and have been previously discussed on the mailing list
|
|
# with general agreement from the core team.
|
|
#
|
|
OELAYOUT_ABI = "14"
|
|
|
|
#
|
|
# HASHEQUIV_HASH_VERSION is injected into the output hash calculation used by
|
|
# hashequiv. Changing this means previous hashes will no longer match, allowing
|
|
# 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 = "4"
|