diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-03 00:03:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-03 00:03:19 +0000 |
commit | fd4bce4609eddae2c3fb7df1a8a641ea4962be70 (patch) | |
tree | db02e1cde6732238c41b9f28cba4610d6c6e8bd5 /packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb | |
parent | 17ff5ce46ce9451e6ea22cb2c0fa43dadc676561 (diff) | |
parent | dcc455f2d8ab7a7b57274aa81b02553b2c4a817d (diff) |
merge of '52a6d55e272aa56689f2387c7c4321d72814b233'
and '5f21d25d6791636dcfe4c7ac6cdec7ae6e2cd384'
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb b/packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb index 2ffcc472d4..b614be5124 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.16-hh5.bb @@ -3,6 +3,13 @@ DESCRIPTION = "handhelds.org Linux kernel for PXA based devices." LICENSE = "GPL" PR = "r1" +# Override where to look for defconfigs and patches, +# we have per-kernel-release sets. FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16" +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://24-hostap_cs_id.diff;patch=1 \ + file://hrw-pcmcia-ids-r2.patch;patch=1 \ + file://defconfig" + require linux-handhelds-2.6.inc |