summaryrefslogtreecommitdiffstats
path: root/meta/conf/abi_version.conf
blob: 251d43bb218d5e8557ac17e03dd2c11c10747513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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"