mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
fsl-kernel-localversion: fix regression setting LOCALVERSION
CONFIG_LOCALVERSION is a string setting. It needs to go between quotes in the .config file. $ grep CONFIG_LOCALVERSION= .config CONFIG_LOCALVERSION="-dey" Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
This commit is contained in:
parent
b41bb485c9
commit
e5401e6aeb
|
@ -20,7 +20,7 @@ do_kernel_localversion() {
|
|||
|
||||
# Fallback for recipes not able to use LINUX_VERSION_EXTENSION
|
||||
if [ "${@bb.data.inherits_class('kernel-yocto', d)}" = "False" ]; then
|
||||
echo "CONFIG_LOCALVERSION=${LOCALVERSION}" >> ${B}/.config
|
||||
echo 'CONFIG_LOCALVERSION="${LOCALVERSION}"' >> ${B}/.config
|
||||
fi
|
||||
|
||||
if [ "${SCMVERSION}" = "y" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user