[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
Mon May 30 19:30:13 PDT 2016


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:zhenhua.luo at nxp.com]
> Sent: Thursday, May 26, 2016 6:34 PM
> To: meta-freescale at yoctoproject.org
> Cc: Zhenhua Luo <zhenhua.luo at nxp.com>
> 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 <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