diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 09:09:12 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 09:09:12 +0000 |
commit | 17b59827785d3f488a9b72d9c9a6d51ba5c933c4 (patch) | |
tree | 83cc2ba557f9be402465a4239092031e8761ab61 /packages/linux | |
parent | 54b0e92b2bfb7596af4fb14b2c23ac18d6302320 (diff) |
linux-handhelds-2.6 2.6.19-hh11: Add new release.
* Changes since -hh10 include:
1. aximx5 port revived - boots with LCD working. UDC known not to work.
2. aximx50 buttons driver.
3. Macine-independ touchscreen driver for ADS7846/TSC2046, first version so
far, used for h4000 and works for hx4700 too. Still needs tweaking to
support other devices well.
4. h4000: h4300_kbd driver revamped.
5. h5400: revamping started, OHCI support fixed.
6. htcalpine phone and soc drivers.
7. rx3000: Port clean up, drivers split to separate modules. Serial port driver
added.
8. drivers/serial/pxa.c: Dynamic serial hook ports are supported (hooks can
be installed/removed after serial driver is loaded).
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb b/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb new file mode 100644 index 0000000000..ec5844bfb5 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r1" + +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 |