summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/toradex-kernel-localversion.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/toradex-kernel-localversion.bbclass b/classes/toradex-kernel-localversion.bbclass
index 828b227..80682fd 100644
--- a/classes/toradex-kernel-localversion.bbclass
+++ b/classes/toradex-kernel-localversion.bbclass
@@ -17,6 +17,7 @@ LOCALVERSION ?= "-${TDX_VERSION}"
kernel_do_configure_append() {
sed -i -e /CONFIG_LOCALVERSION/d ${B}/.config
echo "CONFIG_LOCALVERSION=\"${LOCALVERSION}\"" >> ${B}/.config
+ echo "# CONFIG_LOCALVERSION_AUTO is not set" >> ${B}/.config
if [ "${SCMVERSION}" = "y" ]; then
# Add GIT revision to the local version