* [PATCH] add option LOCALVERSION to common/Kconfig
@ 2011-09-19 6:18 Jan Weitzel
0 siblings, 0 replies; only message in thread
From: Jan Weitzel @ 2011-09-19 6:18 UTC (permalink / raw)
To: barebox
Add Kconfig option LOCALVERSION so you can set a customizable suffix
to the barebox version string.
Signed-off-by: Jan Weitzel <j.weitzel@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-19 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-19 6:18 [PATCH] add option LOCALVERSION to common/Kconfig Jan Weitzel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox