]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq: update LOCALVERSION
authorTing Liu <ting.liu@nxp.com>
Sat, 9 Jan 2016 06:43:01 +0000 (14:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:22 +0000 (15:03 -0300)
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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-qoriq.inc

index 950c08c92ee1534b7c996ac4e6b1549b50f736fd..5992fbffcd379e9c570169f2ea200ea033699f9d 100644 (file)
@@ -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() {