summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-29 08:55:18 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-29 08:55:18 +0000
commit022ee23989dcc00839c08cd50c674a428180d0d6 (patch)
treefca8afefce8320b45d1de1c70a5158e3afb4cfe9 /packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb
parentf07ce82ea84796221b8356dddb031c51e504726e (diff)
linux-handhelds-2.6: Drop 2.6.20-hh2. Add 2.6.20-hh4.
* Changes since 2.6.20-hh3: 1. htcathena port added. 2. Generic Device GPIO API (aka gpiodev) committed, based on virtual device methods pattern. 3. rs232_serial - generic driver for GPIO-controlled RS232 transceiver on serial port. 4. hx4700_serial, h4000_serial: Superceded by rs232_serial, removed. Last release available is 2.6.20-hh3. 5. pxa2xx-udc-gpio - generic driver to control UDC on PXA-based machine using Device GPIOs. 6. h4000: Added separate mach_type for h4300, to solve (rather move out of kernel) issues with h4300 keyboard support. Now, h43000_kbd can be safely built into the kernel - it will load only for MACH_H4300. 7. h4000: codebase cleanup. 8. ds2760_battery: remove APM code, realy on apm_power to do APM reporting. 9. h5000: Added ASoC support, ak4535 ASoC codec fixed.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb')
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb b/packages/linux/linux-handhelds-2.6_2.6.20-hh4.bb
new file mode 100644
index 0000000000..b34d4630a0
--- /dev/null
+++ b/packages/linux/linux-handhelds-2.6_2.6.20-hh4.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