diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:01 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:22 -0300 |
commit | 07340b93ceb7521c133ee8eb13db341fc138878f (patch) | |
tree | 706e4b3760adfe3f9c9c5b232df8eedc86c94e10 /recipes-kernel | |
parent | 32f87010094a3e64716b9f26f63e9dfa2c8fba5a (diff) | |
download | meta-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')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq.inc | 1 |
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}" | |||
19 | ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" | 19 | ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" |
20 | 20 | ||
21 | SCMVERSION ?= "y" | 21 | SCMVERSION ?= "y" |
22 | LOCALVERSION = "" | ||
22 | DELTA_KERNEL_DEFCONFIG ?= "" | 23 | DELTA_KERNEL_DEFCONFIG ?= "" |
23 | 24 | ||
24 | do_configure_prepend() { | 25 | do_configure_prepend() { |