[Devel] [PATCH rh7 2/2] config.OpenVZ: enable CONFIG_LOCALVERSION_AUTO
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Nov 13 05:55:24 PST 2015
It's convenient to have some reference point in the kernel version,
what git commit it refers to, so
+CONFIG_LOCALVERSION_AUTO=y
Note: kernel configs used during rpm packages creation do not have this option
enabled. So this is the first pecularity of configs committed to the kernel
tree for development convenience.
https://jira.sw.ru/browse/PSBM-34957
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
configs/kernel-3.10.0-x86_64-debug.config | 2 +-
configs/kernel-3.10.0-x86_64.config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/kernel-3.10.0-x86_64-debug.config b/configs/kernel-3.10.0-x86_64-debug.config
index 6dcb566..114d610 100644
--- a/configs/kernel-3.10.0-x86_64-debug.config
+++ b/configs/kernel-3.10.0-x86_64-debug.config
@@ -49,7 +49,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
-# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
diff --git a/configs/kernel-3.10.0-x86_64.config b/configs/kernel-3.10.0-x86_64.config
index 7cfaaaf..f4ea4be 100644
--- a/configs/kernel-3.10.0-x86_64.config
+++ b/configs/kernel-3.10.0-x86_64.config
@@ -49,7 +49,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
-# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
--
1.8.3.1
More information about the Devel
mailing list