diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-10-07 00:11:12 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-10-07 00:11:12 +0000 |
commit | c06ca8897ad30da4569cd1e01704e63f5a45329d (patch) | |
tree | 5e55e942fe36cc1ca92b46e2963682062c9566ee | |
parent | 8c838676d5f07387ad3138824804c315fa5e5765 (diff) |
linux-handhelds-2.6: Add 2.6.21-hh17.
* Changes since -hh16 are:
1. PXA GPIO API merges from mainline git.
2. h5000: IrDA support, samcop suspend/resume fixes.
3. htcmagician: Conversion to leds-gpio, leds-magician removed.
4. htchermes: Elaborated support.
5. h2200: Fix LEDs.
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb new file mode 100644 index 0000000000..275602762d --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r2" + +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 |