summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq.inc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-03 15:49:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-03 08:46:44 -0300
commit5433cfcb2e105fa28c342387d547ad4c717f5368 (patch)
tree2350b50fb7eedde42bb7388ff9bc97bc9ed81c1d /recipes-kernel/linux/linux-qoriq.inc
parentfaa9be16e4f16c5dde1b0b39f18f67ca7e8dee7a (diff)
downloadmeta-freescale-5433cfcb2e105fa28c342387d547ad4c717f5368.tar.gz
linux-qoriq: exclude DATETIME from vardepsexclude of ZIMAGE_BASE_NAME to fix taskhash mismatch issue
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@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq.inc')
-rw-r--r--recipes-kernel/linux/linux-qoriq.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc
index 6436d9c3..a01798e1 100644
--- a/recipes-kernel/linux/linux-qoriq.inc
+++ b/recipes-kernel/linux/linux-qoriq.inc
@@ -17,6 +17,7 @@ KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}"
17 17
18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
19ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" 19ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
20ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
20 21
21SCMVERSION ?= "y" 22SCMVERSION ?= "y"
22LOCALVERSION = "" 23LOCALVERSION = ""