From b1e614f12cc271bc8341bc0908316075215f672b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 27 Nov 2006 08:53:34 +0000 Subject: linux-handhelds-2.6: Add 2.6.18-hh1, update _cvs to it. * 2.6.18-hh1 includes following changes since -hh0: 1. h2200, h3900, hx4700 revamped for 2.6.18 (h2200 is not tested though; some flash related changes were made in mainline, so until confirmed to work by port maintainers, flash support is disabled in defconfig). 2. Asus MyPal 730 (asus730) port is added. 3. h3600 reached "ready for GUI userspace" level. 4. Further work on htcuniversal, htcblueangel, htcsable, rx3000 ports. 5. asic3_keys driver implemented. 6. Sound issues with ak4641 driver fixed. 7. Tree cleeanup/restucturing to be more mainline compatible. 8. Many other changes --- packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb | 11 +++++++++++ packages/linux/linux-handhelds-2.6_cvs.bb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb (limited to 'packages') diff --git a/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb b/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb new file mode 100644 index 0000000000..b34d4630a0 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.18-hh1.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_cvs.bb b/packages/linux/linux-handhelds-2.6_cvs.bb index e921643a53..1c1d8f38fe 100644 --- a/packages/linux/linux-handhelds-2.6_cvs.bb +++ b/packages/linux/linux-handhelds-2.6_cvs.bb @@ -7,7 +7,7 @@ PR = "r5" K_MAJOR = "2" K_MINOR = "6" K_MICRO = "18" -HHV = "0" +HHV = "1" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \ file://defconfig" -- cgit 1.2.3-korg