diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2006-02-23 20:45:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-23 20:45:51 +0000 |
commit | af0b22faae7e37bedc25086f6a22ffa975399cfb (patch) | |
tree | 44e084398615be71a29148126ed4ff6cac7a4a67 /packages/linux/handhelds-pxa-2.6_cvs.bb | |
parent | 7c44105ba6daab9682b4fe3dd3035a9697050e22 (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_cvs.bb')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_cvs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb index 915efa2439..122bb33efc 100644 --- a/packages/linux/handhelds-pxa-2.6_cvs.bb +++ b/packages/linux/handhelds-pxa-2.6_cvs.bb @@ -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" |