[meta-freescale] [PATCH 08/60] linux-qoriq: update LOCALVERSION

ting.liu at nxp.com ting.liu at nxp.com
Fri Jan 8 22:43:01 PST 2016


From: Ting Liu <ting.liu at nxp.com>

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 <ting.liu at nxp.com>
---
 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



More information about the meta-freescale mailing list