summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:01 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:22 -0300
commit07340b93ceb7521c133ee8eb13db341fc138878f (patch)
tree706e4b3760adfe3f9c9c5b232df8eedc86c94e10 /recipes-kernel/linux/linux-qoriq.inc
parent32f87010094a3e64716b9f26f63e9dfa2c8fba5a (diff)
downloadmeta-freescale-07340b93ceb7521c133ee8eb13db341fc138878f.tar.gz
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 <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq.inc')
-rw-r--r--recipes-kernel/linux/linux-qoriq.inc1
1 files changed, 1 insertions, 0 deletions
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}"
19ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" 19ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
20 20
21SCMVERSION ?= "y" 21SCMVERSION ?= "y"
22LOCALVERSION = ""
22DELTA_KERNEL_DEFCONFIG ?= "" 23DELTA_KERNEL_DEFCONFIG ?= ""
23 24
24do_configure_prepend() { 25do_configure_prepend() {