summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2006-02-23 20:45:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-23 20:45:51 +0000
commitaf0b22faae7e37bedc25086f6a22ffa975399cfb (patch)
tree44e084398615be71a29148126ed4ff6cac7a4a67 /packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
parent7c44105ba6daab9682b4fe3dd3035a9697050e22 (diff)
handhelds-pxa-2.6: Use the block-pio.patch and ide-removeable patches to
make booting/rootfs on CF work.
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb')
-rw-r--r--packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb b/packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
index 7a5bebe437..6c69b548d0 100644
--- a/packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
+++ b/packages/linux/handhelds-pxa-2.6_2.6.15-hh0.bb
@@ -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"