summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-10-07 00:15:19 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-10-07 00:15:19 +0000
commit80d8a840bba6ba27bff345e40f5d5fa2ef318d02 (patch)
tree0a0034d2ba5031e2ee173adeaf21eee470d8b071
parent539eae6db69efbe6d3f53147c521916d8aa3d250 (diff)
parentbef8e0e920d8eb2f8fc75c0791c9e71b63e35cfe (diff)
merge of '7d29a133a6a1c4f38122eaea121aa044b235decb'
and '957515946d267e12f3a5a1581ab70a1450789f2c'
-rw-r--r--conf/distro/angstrom-2007.1.conf2
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb11
2 files changed, 12 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf
index 9b3c3fed11..c78e149e6d 100644
--- a/conf/distro/angstrom-2007.1.conf
+++ b/conf/distro/angstrom-2007.1.conf
@@ -217,7 +217,7 @@ MACHINE_KERNEL_VERSION = "2.6"
PCMCIA_MANAGER = "pcmciautils"
#Preferred version for the kernel on various machines
-PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh16"
+PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh17"
RDEPENDS_kernel-base_hx4700 = ""
RDEPENDS_kernel-base_htcuniversal = ""
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb
new file mode 100644
index 0000000000..275602762d
--- /dev/null
+++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb
@@ -0,0 +1,11 @@
+SECTION = "kernel"
+DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
+LICENSE = "GPL"
+PR = "r2"
+
+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