diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-21 07:02:05 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-21 07:02:05 +0000 |
commit | 1be76fdc852ceef47bf2f3c869de4db06931feca (patch) | |
tree | 4b48654e5177fc090dade33ee7a2498b775bc00d /packages/linux | |
parent | df155b90c6862f3dc760897ab5abb78ef6f1cfc8 (diff) |
linux-handhelds-2.6: Add 2.6.21-hh9.
* Changes since -hh8:
1. aximx50: TS driver fixes.
2. htc-egpio: New common driver for HTC device egpio chip.
3. htcapache, htcmagician: Use htc-egpio
4. htcuniversal: Add ts-adc-debounce support (need testing)
5. ts-adc-debounce: Support for "delayed pressure" feature, needed for
h2200.
6. samcop-adc: Fixed issue with returning stale values.
7. apm_power: Fix division by zero.
8. sa1100fb: Support passing of config via platform_data.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig" + +require linux-handhelds-2.6.inc |