summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-06-19 09:58:46 -0300
committerGitHub <noreply@github.com>2023-06-19 09:58:46 -0300
commitf3e2bfed5a83da91eb8020387cf6db633855a926 (patch)
tree313492d7ce525a6b95ad0f2bd5f6a1c77db0706e
parent6f04cf1fce13c9852d4ec86b66a3858c42b7c7c9 (diff)
parent9ad98f75a7ac7f117d3a5c7165adaba3a52b565b (diff)
downloadmeta-freescale-f3e2bfed5a83da91eb8020387cf6db633855a926.tar.gz
Merge pull request #1576 from jviguera/jviguera/kirkstone
[kirkstone] fsl-kernel-localversion: fix regression setting LOCALVERSION
-rw-r--r--classes/fsl-kernel-localversion.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/fsl-kernel-localversion.bbclass b/classes/fsl-kernel-localversion.bbclass
index d4322e25..98fcfa05 100644
--- a/classes/fsl-kernel-localversion.bbclass
+++ b/classes/fsl-kernel-localversion.bbclass
@@ -20,7 +20,7 @@ do_kernel_localversion() {
20 20
21 # Fallback for recipes not able to use LINUX_VERSION_EXTENSION 21 # Fallback for recipes not able to use LINUX_VERSION_EXTENSION
22 if [ "${@bb.data.inherits_class('kernel-yocto', d)}" = "False" ]; then 22 if [ "${@bb.data.inherits_class('kernel-yocto', d)}" = "False" ]; then
23 echo "CONFIG_LOCALVERSION=${LOCALVERSION}" >> ${B}/.config 23 echo 'CONFIG_LOCALVERSION="${LOCALVERSION}"' >> ${B}/.config
24 fi 24 fi
25 25
26 if [ "${SCMVERSION}" = "y" ]; then 26 if [ "${SCMVERSION}" = "y" ]; then