summaryrefslogtreecommitdiffstats
path: root/meta/conf/abi_version.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/abi_version.conf')
-rw-r--r--meta/conf/abi_version.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 4964880108..2bdc55695b 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -5,3 +5,11 @@
5# with general agreement from the core team. 5# with general agreement from the core team.
6# 6#
7OELAYOUT_ABI = "12" 7OELAYOUT_ABI = "12"
8
9#
10# HASHEQUIV_HASH_VERSION is injected into the output hash calculation used by
11# hashequiv. Changing this means previous hashes will no longer match, allowing
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.
14#
15HASHEQUIV_HASH_VERSION = "1"