diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-18 19:45:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-18 19:45:13 +0000 |
commit | 8eca12af767d217526f602a31a3db671d403fe4a (patch) | |
tree | 4c26f36e13c2627a8e5966ac26a57d89a3d1ce9c /packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb | |
parent | 875d1a0a804b0898e79e532476ee70fdbe1c6a1a (diff) |
linux-handhelds-2.6: Drop 2.6.19-hh4, add 2.6.19-hh5.
* Changes since -hh4 include:
1. PXA cpufreq warning fix.
2. h4000 Bluettoth support and LCD resume fix, other refactors.
3. hx4700 converted to use asic3_keys, other cleanups and refactors.
4. w100fb imageblit acceleration (not stable yet, disabled by default).
5. Continued progress with htcuniversal, htcapache, htcsable, htcblueangel.
6. ASOC upgrade to 0.12.4.
7. Other cleanups and refactors.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb b/packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb deleted file mode 100644 index b34d4630a0..0000000000 --- a/packages/linux/linux-handhelds-2.6_2.6.19-hh4.bb +++ /dev/null @@ -1,11 +0,0 @@ -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 |