From c046128ccc358561c39983ae99f4efacadbd27cc Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 29 Mar 2007 08:56:45 +0000 Subject: linux-handhelds-2.6: Drop 2.6.20-hh1. Add 2.6.20-hh5. * Changes since 2.6.20-hh4: 1. ts-adc-debounce: Use spec-originated formula for pressure calculation, still needs tweaking for real world; implement pressure cut off properly, and handle jitter in more sustainable manner: now samples with too much jitter are ignored, not cause TS sampling to abort. Still needs further elaboration to solve all outstanding issues and be able to support different machines well. 2. Anton Vorontsov's ADC classdev refactor merged, all ADC API clients are converted to it. 3. h5000: ADC/TS handling rewrote using ADC classdev. Light sensor support added. 4. htcuniversal: tweak keys/switches handling and preliminary code to handle PXA27x LCD controller features. 5. nand_base: Handle OOB operations more robustly. 6. ds1wm: Optmizations and more adherance to specs. --- packages/linux/linux-handhelds-2.6_2.6.20-hh1.bb | 11 ----------- packages/linux/linux-handhelds-2.6_2.6.20-hh5.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 packages/linux/linux-handhelds-2.6_2.6.20-hh1.bb create mode 100644 packages/linux/linux-handhelds-2.6_2.6.20-hh5.bb (limited to 'packages') diff --git a/packages/linux/linux-handhelds-2.6_2.6.20-hh1.bb b/packages/linux/linux-handhelds-2.6_2.6.20-hh1.bb deleted file mode 100644 index b34d4630a0..0000000000 --- a/packages/linux/linux-handhelds-2.6_2.6.20-hh1.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 diff --git a/packages/linux/linux-handhelds-2.6_2.6.20-hh5.bb b/packages/linux/linux-handhelds-2.6_2.6.20-hh5.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.20-hh5.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 -- cgit v1.2.3