From 3547a194bd7b494fdd0af5be1fb812b93ee8a091 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 30 Jun 2007 17:59:51 +0000 Subject: linux-handhelds-2.6: Drop 2.6.21-hh6, add 2.6.21-hh10. * Changes since -hh9 are: 1. Defconfiman static defconfigs for eteng500, rx3000, rx1950. 2. Add jornada820 port. 3. ghi270 port elaboration. 4. Codebase cleanup from outdated files (soc-old.h, ipaq.h). 5. rx3000: Power management improvements. 6. mach-sa1100: Refactors to use Generic GPIO API; User per-device hardware header files, like PXA ports. 7. ts-adc-debounce: Make number of Z samplings configurable, support mode without debouncing. 8. h2200: Touchscreen should work really well now with latest ts-adc-debounce changes. --- packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb | 11 +++++++++++ packages/linux/linux-handhelds-2.6_2.6.21-hh6.bb | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb delete mode 100644 packages/linux/linux-handhelds-2.6_2.6.21-hh6.bb (limited to 'packages') diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh10.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 diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh6.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh6.bb deleted file mode 100644 index b34d4630a0..0000000000 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh6.bb +++ /dev/null @@ -1,11 +0,0 @@ -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 -- cgit v1.2.3