summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-05-28 20:40:30 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-05-28 20:40:30 +0000
commit3c860c27f2964122d1e5edb6f680000e5f70c29a (patch)
tree9267b860a15614f95096e373c448e23bac81f001 /packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb
parent1b20b4b0cff0ea3a179c6f5864135d4f8e7d6d0a (diff)
linux-handhelds-2.6: Add 2.6.21-hh5. Changes since -hh4:
1. Add CONFIG_TXTOFFSET_DELTA patch, allowing to shift kernel location in memory (used by rx3000). 2. htcwallaby: Start to cleanup. 3. asus716, h1910: TS updates. 4. ts-adc-debounce: Pass IRQ via resources. 5. htcapache: Update to new power infrastructure, etc. 6. htcathena, htchermes: Initialization tweaks. 7. s3c2410_ts: Fix s3c2440 support. 8. samcop_adc, samcop_ts: Implement IRQ-based sampling, refactor. 9. drivers/usb/gadget/: Upgraded to Zaurus patches, RNDIS now supported on PXA27x. 10. ohci-hcd: Revamped for 2.6.21.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb')
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh5.bb
new file mode 100644
index 0000000000..b34d4630a0
--- /dev/null
+++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh5.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