[oe-commits] org.oe.dev linux-handhelds-2.6_2.6.21-h11 : fix hamcop compilation issue

philippe commit openembedded-commits at lists.openembedded.org
Fri Jul 20 10:42:12 UTC 2007


linux-handhelds-2.6_2.6.21-h11 : fix hamcop compilation issue
* fix hamcop compilation issue as reported in http://bugs.openembedded.org/show_bug.cgi?id=2658
* fixes bug #2658
* hh12 supersedes this version and works, but I thought fixing it anyway was a good idea

Author: philippe at openembedded.org
Branch: org.openembedded.dev
Revision: 858035d0416f517f8c26e66e50912a9e1857187d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=858035d0416f517f8c26e66e50912a9e1857187d
Files:
1
packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch
packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb
Diffs:

#
# mt diff -re010d66a5aa93c8a1b4c4f886012c2507f9b5a0f -r858035d0416f517f8c26e66e50912a9e1857187d
#
# 
# 
# add_file "packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch"
#  content [2fb28953487d15d1a64f6ac3e5745d9672a020e0]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb"
#  from [07839c0797b5ba09b5aae7fcdbb3232965b3f8e3]
#    to [0eb7f651217f229fb712ddbf7c70776db3e8d3f3]
# 
============================================================
--- packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch	2fb28953487d15d1a64f6ac3e5745d9672a020e0
+++ packages/linux/linux-handhelds-2.6/h2200/hamcop-h11.patch	2fb28953487d15d1a64f6ac3e5745d9672a020e0
@@ -0,0 +1,20 @@
+--- 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);
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb	07839c0797b5ba09b5aae7fcdbb3232965b3f8e3
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb	0eb7f651217f229fb712ddbf7c70776db3e8d3f3
@@ -1,11 +1,12 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 LICENSE = "GPL"
-PR = "r1"
+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






More information about the Openembedded-commits mailing list