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>
 ZIMAGE_BASE_NAME = "zImage-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
 
 SCMVERSION ?= "y"
+LOCALVERSION = ""
 DELTA_KERNEL_DEFCONFIG ?= ""
 
 do_configure_prepend() {