diff options
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.bb | 1 |
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" |