[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:36:16 PDT 2016


Sorry this is just one patch - have another set coming later for the 1.1.0 upgrade.

-----Original Message-----
From: Lauren Post 
Sent: Thursday, April 14, 2016 1:12 PM
To: meta-freescale at yoctoproject.org
Cc: Lauren Post <lauren.post at nxp.com>
Subject: [PATCH 5/5] [meta-fsl-arm] linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch error

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