diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-27 08:53:34 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-27 08:53:34 +0000 |
commit | b1e614f12cc271bc8341bc0908316075215f672b (patch) | |
tree | e111e6c7fe8f95f987376ac7fa945370a11abfb0 | |
parent | 86b394bebf8af8b38363af98ff60c9b67f881ab6 (diff) |
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
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb | 11 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_cvs.bb | 2 |
2 files changed, 12 insertions, 1 deletions
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" |