[meta-freescale] [PATCH 5/5] [meta-fsl-arm] linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch error

Lauren Post lauren.post at nxp.com
Thu Apr 14 11:12:22 PDT 2016


Recent changes in siggen.py check for task hash and generate build errors
called Taskhash mismatch when using variables with date and time. Exclude
date time variables as done in kernel.bbclass.

Signed-off-by: Lauren Post <lauren.post at nxp.com>
---
 recipes-kernel/linux/linux-mfgtool.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/linux/linux-mfgtool.inc b/recipes-kernel/linux/linux-mfgtool.inc
index 948d698..8701aff 100644
--- a/recipes-kernel/linux/linux-mfgtool.inc
+++ b/recipes-kernel/linux/linux-mfgtool.inc
@@ -15,6 +15,7 @@ PROVIDES = "linux-mfgtool"
 LOCALVERSION_append = "-mfgtool"
 KERNEL_SRC_PATH = "/usr/src/kernel-mfgtool"
 KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-mfgtool-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
+KERNEL_IMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
 KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-mfgtool-${MACHINE}"
 MODULE_IMAGE_BASE_NAME = "modules-mfgtool-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
 MODULE_TARBALL_SYMLINK_NAME = "modules-mfgtool-${MACHINE}.tgz"
-- 
2.1.4



More information about the meta-freescale mailing list