[oe-commits] Koen Kooi : angstrom: add example for setting custom localversion

git version control git at git.openembedded.org
Fri Dec 31 09:53:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 223f8b13100497b8354d4dfd38587b534603da53
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=223f8b13100497b8354d4dfd38587b534603da53

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec 31 10:51:43 2010 +0100

angstrom: add example for setting custom localversion

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/include/angstrom.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 4b38cff..2ab9179 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -11,6 +11,9 @@ BUILDNAME = "Angstrom ${DISTRO_VERSION}"
 
 TARGET_VENDOR = "-angstrom"
 
+# Uncomment this to get a custom string appended to the target kernels uname
+#LOCALVERSION = "-Angstrom"
+
 SOC_FAMILY ?= "Unknown"
 
 # Add FEED_ARCH and SOC_FAMILY to overrides





More information about the Openembedded-commits mailing list