Hello Otavio, Can you please review the patch? The issue blocks the kernel build for ls1021atwr.
Best Regards, Zhenhua > -----Original Message----- > From: Zhenhua Luo [mailto:[email protected]] > Sent: Thursday, May 26, 2016 6:34 PM > To: [email protected] > Cc: Zhenhua Luo <[email protected]> > Subject: [meta-fsl-arm][PATCH] linux-ls1: 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 <[email protected]> > --- > 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
