diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-02-24 00:08:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-24 00:08:23 +0000 |
commit | 8ca634d242dca9bb625cbc9cf5eb1934c5319bf4 (patch) | |
tree | 215c330ce12c2f164544bc694c62339283e36e38 /packages/linux/handhelds-pxa-2.6_cvs.bb | |
parent | cd691224adf60e025e0954bd22f57387b54bfc28 (diff) | |
parent | ebc6433df0d6d3151d0e63813c1f5dc476c44388 (diff) |
merge of ebab7974168f9cf1be51590ec9e84f2ce521b7b9
and a6a03168696a3ef7ccf5c70555d492adc8a96d63
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" |