linux-handhelds-2.6 2.6.16-hh9: New subrelease. Changes since -hh8 are:
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 9 Jan 2007 00:32:40 +0000 (00:32 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 9 Jan 2007 00:32:40 +0000 (00:32 +0000)
1. UDC and BT fixes for h5000.
2. mq11xx_base unloading fixed.
3. "[ARM] 4078/1: Fix ARM copypage cache coherency problems" backported from
git-head.
4. More ide/wifi PCMCIA card IDs added (merged OE patches).

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

diff --git a/packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb b/packages/linux/linux-handhelds-2.6_2.6.16-hh9.bb
new file mode 100644 (file)
index 0000000..8b1f153
--- /dev/null
@@ -0,0 +1,13 @@
+SECTION = "kernel"
+DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
+LICENSE = "GPL"
+PR = "r0"
+
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16"
+
+SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
+           file://defconfig"
+
+require linux-handhelds-2.6.inc