From: Ting Liu Date: Sat, 9 Jan 2016 06:43:01 +0000 (+0800) Subject: linux-qoriq: update LOCALVERSION X-Git-Tag: 2.1~160 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07340b93ceb7521c133ee8eb13db341fc138878f;p=meta-freescale.git linux-qoriq: update LOCALVERSION 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 Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/linux/linux-qoriq.inc b/recipes-kernel/linux/linux-qoriq.inc index 950c08c9..5992fbff 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() {