From: Paul Sokolovsky Date: Thu, 21 Jun 2007 07:02:05 +0000 (+0000) Subject: linux-handhelds-2.6: Add 2.6.21-hh9. X-Git-Tag: Release-2010-05/1~8868^2~261^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be76fdc852ceef47bf2f3c869de4db06931feca;p=openembedded.git linux-handhelds-2.6: Add 2.6.21-hh9. * Changes since -hh8: 1. aximx50: TS driver fixes. 2. htc-egpio: New common driver for HTC device egpio chip. 3. htcapache, htcmagician: Use htc-egpio 4. htcuniversal: Add ts-adc-debounce support (need testing) 5. ts-adc-debounce: Support for "delayed pressure" feature, needed for h2200. 6. samcop-adc: Fixed issue with returning stale values. 7. apm_power: Fix division by zero. 8. sa1100fb: Support passing of config via platform_data. --- diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh9.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh9.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