aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-08-30 19:17:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-30 19:17:02 +0000
commita2af2e93089ec7d3c182633e4a8713f566369ed3 (patch)
tree1fc7964f99b8ec4c33fc7e6f170d1deb828ab27e
parent80caf9d741f8dffb7c6b10f9be6b1e8931b5eb27 (diff)
downloadopenembedded-a2af2e93089ec7d3c182633e4a8713f566369ed3.tar.gz
linux-oz-2.6: Update detection routines to correctly detect corgi and shepherd. Very nasty to get this wrongMT: ----------------------------------------------------------------------
-rw-r--r--packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
index 12a05e23f0..51e67763a5 100644
--- a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
+++ b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
#KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
KV = "${@bb.data.getVar('PV',d,True)}"
-PR = "r18"
+PR = "r19"
DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"
@@ -57,7 +57,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${RPSRC}/pxa27x_extraregs-r4.patch;patch=1 \
${RPSRC}/borzoi_machtype-r0.patch;patch=1 \
${RPSRC}/sharp_multi_pcmcia-r3.patch;patch=1 \
- ${RPSRC}/sharpsl_detection-r0.patch;patch=1 \
+ ${RPSRC}/sharpsl_detection-r1.patch;patch=1 \
${RPSRC}/sharpsl_ssp-r0.patch;patch=1 \
${RPSRC}/sharpsl_lcd-r2.patch;patch=1 \
${RPSRC}/sharpsl_ts-r3.patch;patch=1 \