diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-10-07 00:15:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-10-07 00:15:19 +0000 |
commit | 80d8a840bba6ba27bff345e40f5d5fa2ef318d02 (patch) | |
tree | 0a0034d2ba5031e2ee173adeaf21eee470d8b071 /packages/linux | |
parent | 539eae6db69efbe6d3f53147c521916d8aa3d250 (diff) | |
parent | bef8e0e920d8eb2f8fc75c0791c9e71b63e35cfe (diff) |
merge of '7d29a133a6a1c4f38122eaea121aa044b235decb'
and '957515946d267e12f3a5a1581ab70a1450789f2c'
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 |