[meta-freescale] [meta-fsl-arm][PATCH] linux-ls1: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix taskhash mismatch issue

Zhenhua Luo zhenhua.luo at nxp.com
Thu May 26 03:34:11 PDT 2016


The siggen.py checks the task hash, DATETIME dependency causes Taskhash
mismatch error, exxclude DATETIME variable from vardepsexclude of
ZIMAGE_BASE_NAME.

Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-kernel/linux/linux-ls1.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/linux/linux-ls1.inc b/recipes-kernel/linux/linux-ls1.inc
index 971c6de..a1007b8 100644
--- a/recipes-kernel/linux/linux-ls1.inc
+++ b/recipes-kernel/linux/linux-ls1.inc
@@ -16,6 +16,7 @@ SRC_URI += " \
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
+ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
 
 S = "${WORKDIR}/git"
 
-- 
2.4.11



More information about the meta-freescale mailing list