diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-07 12:37:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-07 12:37:00 +0000 |
commit | a20d60d85c060d3ef32b91f74381d98549d7f689 (patch) | |
tree | 77fe49684402680686503260463a0e0a234daabc /packages/linux | |
parent | ff358e366d4954f975cb658c82838b5222843d75 (diff) |
linux-handhelds-2.6 2.6.19-hh9: Add new release.
* Changes since -hh8:
1. Tree cleanup, get rid of unused arch/arm/plat-ipaq/, etc.
2. Added PXA serial hooks setters.
3. Revamped asus620 port.
4. Cleanup of rx3000 port.
5. Update of h3800 port.
6. Updated mach-s3c2410.
7. Updates for htcmagician port.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.19-hh9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.19-hh9.bb b/packages/linux/linux-handhelds-2.6_2.6.19-hh9.bb new file mode 100644 index 0000000000..ec5844bfb5 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.19-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 = "r1" + +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 |