From 198179be171f1fdb809bccf02c83520cb978ad33 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Thu, 8 Apr 2010 09:13:54 -0500 Subject: 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 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index 6ea8c90a8f..23424a2b1a 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}" # #===============================================================================# #===============================================================================# -- cgit 1.2.3-korg