From 07340b93ceb7521c133ee8eb13db341fc138878f Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:43:01 +0800 Subject: [PATCH] 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 --- 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 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() { -- 2.40.1