From: Ting Liu <[email protected]> Don't set LOCALVERSION options in .config as this will result in version mismatch between uImage and kernel modules which packaged in rootfs.
This happens when using uImage built standalone toolchain + rootfs built by Yocto. Signed-off-by: Ting Liu <[email protected]> --- recipes-kernel/linux/linux-qoriq.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 950c08c..5992fbf 100644 --- a/recipes-kernel/linux/linux-qoriq.inc +++ b/recipes-kernel/linux/linux-qoriq.inc @@ -19,6 +19,7 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" SCMVERSION ?= "y" +LOCALVERSION = "" DELTA_KERNEL_DEFCONFIG ?= "" do_configure_prepend() { -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
