[oe-commits] Mike Westerhof : SlugOS: Select 2.6.27.8 kernel for SlugoS 5.1

GIT User account git at amethyst.openembedded.net
Tue Dec 9 03:52:11 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Dec  8 21:50:33 2008 -0600

SlugOS: Select 2.6.27.8 kernel for SlugoS 5.1

---

 conf/distro/include/slugos.inc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index fdbeb2d..bb02f4b 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -16,7 +16,7 @@
 #TARGET_OS "linux" or "linux-uclibc"
 
 # The following may be overridden to make sub-versions
-SLUGOS_VERSION = "5.0"
+SLUGOS_VERSION = "5.1"
 DISTRO_REVISION ?= ""
 DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 # For release (only):
@@ -95,6 +95,9 @@ DISTRO_EXTRA_RRECOMMENDS ?= ""
 # this is done by selecting the provider of libc (in this case it needs the
 # kernel, so there has to be a non-libc gcc to build the kernel!)
 
+# Our preferred kernel version:
+PREFERRED_VERSION_linux-ixp4xx ?= "2.6.27.8+svnr${SRCREV}"
+
 # Virtuals:
 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "gcc-cross-intermediate"





More information about the Openembedded-commits mailing list