linux-handhelds-2.6: Add 2.6.21-hh12.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 17 Jul 2007 14:41:20 +0000 (14:41 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 17 Jul 2007 14:41:20 +0000 (14:41 +0000)
* Changes since -hh11 are:
1. *_static_defconfigs now consistently include support for MTD block/char devices.
2. asus716: PCMCIA cleanups.
3. aximx50: Move towards runtime VGA vs QVGA configuration.
4. acx: Fixed PCMCIA suspend/resume; fixed issue with WEP keys being lost after resume;
   fix buffer overflow while accessing diag files in /proc.
5. ts_adc_debounce: Fix regression, add rough but practical threshold for better pen up
   detection, implement module debug parameter.
6. h4000: pcmcia fixes, acx works pretty well now, ts_adc_debounce tweaking.
7. looxc550: Buttons, power, UDC support.
8. htcmagician: Better earphone support.
9. SoC base drivers: concistently support child devices pattern.
10. pxa27x_udc: Add support for platform_data::gpio_pullup.

packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb [new file with mode: 0644]

diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb
new file mode 100644 (file)
index 0000000..ec5844b
--- /dev/null
@@ -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