From 7fe6f612e69d99d85e94ce247b9fceed701e71b2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 16 Aug 2018 09:23:51 +0300 Subject: toradex: fix problem with basehash in tezi The tezi image uses DATE value but does not exclude it from basehash calculation, which leads to build error: "basehash value changed from ... to .... The metadata is not deterministic and this needs to be fixed." Change-Id: I02650c233df7d7b5443a4968f8b7be3759506cef Reviewed-by: Mikko Gronoff --- meta-boot2qt-distro/conf/distro/include/toradex.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-boot2qt-distro/conf/distro/include/toradex.inc b/meta-boot2qt-distro/conf/distro/include/toradex.inc index 83b6d45..85d9455 100644 --- a/meta-boot2qt-distro/conf/distro/include/toradex.inc +++ b/meta-boot2qt-distro/conf/distro/include/toradex.inc @@ -46,3 +46,7 @@ BOOT_SCRIPTS += " \ fwd_mmc.img:flash_mmc.img \ ${MACHINE}:${MACHINEDIR} \ " + +# fix: basehash value changed from ... to .... +# The metadata is not deterministic and this needs to be fixed. +rootfs_tezi_json[vardepsexclude] = "DATE" -- cgit v1.2.3-54-g00ecf