diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-08-30 19:17:46 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-08-30 19:17:46 +0000 |
commit | b777f492ed8bfd26d409f31cfafb724f1ed62848 (patch) | |
tree | 42608c6a2fe8429b08ea95c634426c16b09dd976 | |
parent | da39c95afb07559e58b1881bff6e6d1d232984e6 (diff) |
handhelds-pxa-2.6_2.6.16-hh5: Add patches from handhelds-pxa-2.6_cvs .
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb index a5cc4073e4..f36e9d2b12 100644 --- a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb +++ b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb @@ -8,7 +8,10 @@ COMPATIBLE_MACHINE = '(h3900|h2200|h4000|h5xxx|htcuniversal|ipaq-pxa270)' 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://defconfig" + file://24-hostap_cs_id.diff;patch=1 \ + file://hrw-pcmcia-ids-r2.patch;patch=1 \ + file://hx-iwmmxt.patch;patch=1;maxdate=20060807 \ + file://defconfig" S = "${WORKDIR}/kernel26" |