handhelds-pxa-2.6: Use the block-pio.patch and ide-removeable patches to
authorMatt Reimer <mattjreimer@gmail.com>
Thu, 23 Feb 2006 20:45:51 +0000 (20:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 23 Feb 2006 20:45:51 +0000 (20:45 +0000)
make booting/rootfs on CF work.

packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
packages/linux/handhelds-pxa-2.6_cvs.bb

index 7a5bebe..6c69b54 100644 (file)
@@ -9,6 +9,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
 
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
        file://ide_not_removable-r0.patch;patch=1 \
+       file://block-pio.patch;patch=1 \
        file://defconfig"
 
 S = "${WORKDIR}/kernel26"
index 915efa2..122bb33 100644 (file)
@@ -10,6 +10,8 @@ COMPATIBLE_HOST = "arm.*-linux"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
 
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26  \
+          file://ide_not_removable-r0.patch;patch=1 \
+          file://block-pio.patch;patch=1 \
            file://defconfig"
 
 S = "${WORKDIR}/kernel26"