summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-08-16 16:11:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-16 16:11:26 +0000
commitf14b18957b0d5fe335611f2d53b387f52eba8b81 (patch)
tree0b4f608c359820a9d89f15a007e6daf8ea2ceda6 /packages
parentb3b0e9d3b469f4758ed92f73c13bff0bd04e1e48 (diff)
Alter the pcmcia socket init order on spitz to try and guarantee microdrive=/dev/hda. Add some device ids and alter some init levels so root=/dev/hda1 will boot directly to the microdrive (no pivot boot).
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb5
1 files changed, 4 insertions, 1 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 fe8280a784..e624b8a1d5 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 = "r7"
+PR = "r8"
DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"
@@ -86,6 +86,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${RPSRC}/spitzbl-r1.patch;patch=1 \
${RPSRC}/spitzts-r1.patch;patch=1 \
${RPSRC}/spitzcf-r1.patch;patch=1 \
+ ${RPSRC}/pcmcia_dev_ids-r0.patch;patch=1 \
+ ${RPSRC}/pxa_cf_initorder_hack-r0.patch;patch=1 \
+ ${RPSRC}/pxa_pcmcia_init-r0.patch;patch=1 \
file://add-oz-release-string.patch;patch=1 \
file://add-elpp-stuff.patch;patch=1 \
file://pxa-serial-hack.patch;patch=1 \