[PATCH] add option LOCALVERSION to common/Kconfig
Jan Weitzel
j.weitzel at phytec.de
Mon Sep 19 02:18:00 EDT 2011
Add Kconfig option LOCALVERSION so you can set a customizable suffix
to the barebox version string.
Signed-off-by: Jan Weitzel <j.weitzel at phytec.de>
---
common/Kconfig | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 422d185..82e43aa 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -42,6 +42,15 @@ config HAVE_NOSHELL
menu "General Settings "
+config LOCALVERSION
+ string "Local version - append to the version string"
+ help
+ Append an extra string to the end of your version string.
+ The string you set here will be appended after the contents of
+ any files with a filename matching localversion* in your
+ object and source tree, in that order. Your total string can
+ be a maximum of 64 characters.
+
config LOCALVERSION_AUTO
bool "Automatically append version information to the version string"
default y
--
1.7.0.4
More information about the barebox
mailing list