linux-ixp4xx: Add a patch to avoid a name clash with the C library on
authorMike Westerhof <mwester@dls.net>
Wed, 19 May 2010 04:00:47 +0000 (23:00 -0500)
committerMike Westerhof <mwester@dls.net>
Wed, 19 May 2010 04:00:47 +0000 (23:00 -0500)
recent buildhosts.  This will not change the generated binary; it merely
facilitates building the kernel and modules.

conf/distro/include/preferred-slugos-versions.inc
recipes/linux/linux-ixp4xx.inc

index 5b39d40..bbad197 100644 (file)
@@ -10,7 +10,7 @@
 #
 # This *must* be removed after initial testing is completed.  MJW 08-Dec-2008
 #
-SRCREV_pn-linux-ixp4xx ?= "1089"
+SRCREV_pn-linux-ixp4xx ?= "1090"
 PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV_pn-linux-ixp4xx}"
 #
 #===============================================================================#
index f00c4c4..f877672 100644 (file)
@@ -1,7 +1,7 @@
 # linux-ixp4xx.inc
 #
 DESCRIPTION = "Linux 2.6.x kernel for IXP4xx devices"
-SRCREV = "1089"
+SRCREV = "1090"
 
 COMPATIBLE_HOST = 'arm.*-linux.*'
 COMPATIBLE_MACHINE = '(ixp4xx|nslu2|syhl1)'