diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-16 00:14:36 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-16 00:14:36 +0000 |
commit | 6b2b4f8139d6f047afa8da2d1ad7588e366d08be (patch) | |
tree | f7aec248113f079ce58f7c95ceccb16c9e417ad6 /packages | |
parent | 24671ca9f3c406dbcc9b0b18a413ff1806062cf3 (diff) |
linux-handhelds-2.6 2.6.21: Drop few older versions.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch | 20 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb | 11 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb | 12 |
3 files changed, 0 insertions, 43 deletions
diff --git a/packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch b/packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch deleted file mode 100644 index 6d96cf435c..0000000000 --- a/packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- include/linux/soc/hamcop_base.h.orig 2007-07-20 13:18:06.338543484 +0300 -+++ include/linux/soc/hamcop_base.h 2007-07-20 13:19:02.853764103 +0300 -@@ -24,6 +24,8 @@ - #ifndef HAMCOP_BASE_H - #define HAMCOP_BASE_H - -+#include <linux/gpiodev.h> -+ - struct hamcop_platform_data - { - struct gpiodev_ops gpiodev_ops; -@@ -33,7 +35,7 @@ - - u16 clocksleep; - u16 pllcontrol; --} -+}; - - extern void hamcop_set_gpio_a (struct device *dev, u32 mask, u16 bits); - extern void hamcop_set_gpio_b (struct device *dev, u32 mask, u16 bits); diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb deleted file mode 100644 index b34d4630a0..0000000000 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh10.bb +++ /dev/null @@ -1,11 +0,0 @@ -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_2.6.21-hh11.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb deleted file mode 100644 index 34e08451cc..0000000000 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb +++ /dev/null @@ -1,12 +0,0 @@ -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://hamcop-h11.patch;patch=1;pnum=0 \ - file://defconfig" - -require linux-handhelds-2.6.inc |