From: Paul Sokolovsky Date: Sun, 7 Oct 2007 00:11:12 +0000 (+0000) Subject: linux-handhelds-2.6: Add 2.6.21-hh17. X-Git-Tag: Release-2010-05/1~8549^2~1^2~140^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06ca8897ad30da4569cd1e01704e63f5a45329d;p=openembedded.git 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. --- 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