From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/poky/meta/conf/abi_version.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'external/poky/meta/conf/abi_version.conf') diff --git a/external/poky/meta/conf/abi_version.conf b/external/poky/meta/conf/abi_version.conf index 49648801..2bdc5569 100644 --- a/external/poky/meta/conf/abi_version.conf +++ b/external/poky/meta/conf/abi_version.conf @@ -5,3 +5,11 @@ # with general agreement from the core team. # OELAYOUT_ABI = "12" + +# +# 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 = "1" -- cgit 1.2.3-korg