diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 09:02:55 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 09:02:55 +0000 |
commit | 4df8a4c61a36dee1830e1e52980e100c8f8cd5a1 (patch) | |
tree | 07822969fa0915be192b319ec5c30e190a782d72 /packages/linux/linux-handhelds-2.6_2.6.20-hh6.bb | |
parent | b19fbe04169b2eda4d8f833fbc548b183e4e9442 (diff) | |
parent | b96de293f83c5860731e5a63ef27b1af2921a23c (diff) |
merge of '93691535aba89a9ed8c657fdc80e62bf1e46e93d'
and 'dfdda7c548b2b8c023a5e9015f79c6f450c91fa3'
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.20-hh6.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.20-hh6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.20-hh6.bb b/packages/linux/linux-handhelds-2.6_2.6.20-hh6.bb new file mode 100644 index 0000000000..ec5844bfb5 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.20-hh6.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 |