[oe-commits] Mike Westerhof : SlugOS: preferred-slugos-versions. inc - fix kernel SRCREV selection

git version control git at git.openembedded.org
Thu Apr 8 15:29:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 198179be171f1fdb809bccf02c83520cb978ad33
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=198179be171f1fdb809bccf02c83520cb978ad33

Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Apr  8 09:13:54 2010 -0500

SlugOS: preferred-slugos-versions.inc - fix kernel SRCREV selection
This makes the PREFERRED_VERSION selection for the SlugOS kernel work
again after a recent "pretty-ification" change for SRCREV handling.
Note that this is a sub-optimal solution, but it is required to correct
build failures for SlugOS.  A long-term solution needs to either put
the SRCREV back to where it was (a semi-global config file), or it needs
to change the way the ixp4xx kernels are selected.  More specifically,
the problems this fixes for SlugOS still exist in the ixp4xx machine
definition file.

---

 conf/distro/include/preferred-slugos-versions.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc
index 6ea8c90..23424a2 100644
--- a/conf/distro/include/preferred-slugos-versions.inc
+++ b/conf/distro/include/preferred-slugos-versions.inc
@@ -10,7 +10,8 @@
 #
 # This *must* be removed after initial testing is completed.  MJW 08-Dec-2008
 #
-PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV}"
+SRCREV_pn-linux-ixp4xx ?= "1089"
+PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV_pn-linux-ixp4xx}"
 #
 #===============================================================================#
 #===============================================================================#





More information about the Openembedded-commits mailing list