[oe-commits] org.oe.dev linux-ezx: update to ezx7 and add 2 patches for gcc4-isms

koen commit openembedded-commits at lists.openembedded.org
Tue Aug 29 09:08:52 UTC 2006


linux-ezx: update to ezx7 and add 2 patches for gcc4-isms

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5aa5d42f826b82e5dcae45d30186d8ec6fc7f784
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5aa5d42f826b82e5dcae45d30186d8ec6fc7f784
Files:
1
packages/linux/linux-ezx/pxa-serial-gcc4.diff
packages/linux/linux-ezx/sa1100-rtc-gcc4.diff
packages/linux/linux-ezx_2.6.16.13.bb
Diffs:

#
# mt diff -r14917049ca38865d541726340df4e735749d9fc9 -r5aa5d42f826b82e5dcae45d30186d8ec6fc7f784
#
# 
# 
# add_file "packages/linux/linux-ezx/pxa-serial-gcc4.diff"
#  content [f0f80141653cb8fba1491fd8e044a6c956ff71d6]
# 
# add_file "packages/linux/linux-ezx/sa1100-rtc-gcc4.diff"
#  content [c19f7f95f22942ef39644608dc8ef6caf0d0b5b4]
# 
# patch "packages/linux/linux-ezx_2.6.16.13.bb"
#  from [ffbe49d6d48bb27911298ec82236050e7a7f9c66]
#    to [7fd6bf37561304aac999259f4d0a5a10ae48a493]
# 
============================================================
--- packages/linux/linux-ezx/pxa-serial-gcc4.diff	f0f80141653cb8fba1491fd8e044a6c956ff71d6
+++ packages/linux/linux-ezx/pxa-serial-gcc4.diff	f0f80141653cb8fba1491fd8e044a6c956ff71d6
@@ -0,0 +1,11 @@
+--- /tmp/pxa.c	2006-08-29 10:51:57.000000000 +0200
++++ linux-2.6.16/drivers/serial/pxa.c	2006-08-29 10:52:38.545780000 +0200
+@@ -241,7 +241,7 @@
+ /*
+  * This handles the interrupt from one port.
+  */
+-static inline irqreturn_t
++inline irqreturn_t
+ serial_pxa_irq(int irq, void *dev_id, struct pt_regs *regs)
+ {
+ 	struct uart_pxa_port *up = (struct uart_pxa_port *)dev_id;
============================================================
--- packages/linux/linux-ezx/sa1100-rtc-gcc4.diff	c19f7f95f22942ef39644608dc8ef6caf0d0b5b4
+++ packages/linux/linux-ezx/sa1100-rtc-gcc4.diff	c19f7f95f22942ef39644608dc8ef6caf0d0b5b4
@@ -0,0 +1,11 @@
+--- /tmp/sa1100-rtc.c	2006-08-29 10:51:48.000000000 +0200
++++ linux-2.6.16/drivers/char/sa1100-rtc.c	2006-08-29 10:52:14.995780000 +0200
+@@ -126,7 +126,7 @@
+ 	tval->tm_mday = days + 1;
+ }
+ 
+-static irqreturn_t rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs)
++irqreturn_t rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs)
+ {
+ 	unsigned int rtsr = RTSR;
+ 
============================================================
--- packages/linux/linux-ezx_2.6.16.13.bb	ffbe49d6d48bb27911298ec82236050e7a7f9c66
+++ packages/linux/linux-ezx_2.6.16.13.bb	7fd6bf37561304aac999259f4d0a5a10ae48a493
@@ -5,8 +5,8 @@ DEPENDS += "quilt-native"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey at vanille.de>"
 LICENSE = "GPL"
 DEPENDS += "quilt-native"
-EZX = "ezx6"
-PR = "${EZX}-r13"
+EZX = "ezx7"
+PR = "${EZX}-r0"
 
 inherit kernel
 
@@ -17,33 +17,12 @@ SRC_URI = "http://www.kernel.org/pub/lin
 # source and patches
 #
 SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
-	   http://people.openezx.org/stefan/patches/patches-2.6.16-2.6.16.13-exz6-symlink-fix.tar.bz2 \
+           http://people.openezx.org/stefan/patches/patches-2.6.16-2.6.16.13-ezx7.tar.bz2 \
            \
-           ${RPSRC}/led_core-r15.patch;patch=1 \
-           ${RPSRC}/led_triggers-r14.patch;patch=1 \
-           ${RPSRC}/led_trig_timer-r8.patch;patch=1 \
-           ${RPSRC}/led_trig_sharpsl_pm-r5.patch;patch=1 \
-           ${RPSRC}/led_zaurus-r10.patch;patch=1 \
-           ${RPSRC}/led_locomo-r7.patch;patch=1 \
-           ${RPSRC}/led_ixp4xx-r2.patch;patch=1 \
-           ${RPSRC}/led_tosa-r5.patch;patch=1 \
-           ${RPSRC}/led_ide-r6.patch;patch=1 \
-           ${RPSRC}/led_nand-r3.patch;patch=1 \
-           ${RPSRC}/corgi_bl_cleanup-r3.patch;patch=1 \
-           ${RPSRC}/corgi_bl_generic-r3.patch;patch=1 \
-           ${RPSRC}/backlight_sysfs_fix-r0.patch;patch=1 \
-           \
-	   file://touchscreen-fix-r0.patch;patch=1 \
-           \
-           file://e680-disable-boomer-HACK.patch;patch=1 \
-           \
-           file://e680-leds-r1.patch;patch=1 \
-           file://a780-leds-r0.patch;patch=1 \
-           file://ezx-backlight-r1.patch;patch=1 \
-           file://e680-fix-keypad.patch;patch=1 \
-           file://pxakbd-fix-directkeys.patch;patch=1 \
-           \
-           file://logo_linux_clut224.ppm \
+           file://sa1100-rtc-gcc4.diff;patch=1 \
+	   file://pxa-serial-gcc4.diff;patch=1 \
+	   \
+	   file://logo_linux_clut224.ppm \
            file://defconfig-a780 \
            file://defconfig-e680"
 S = "${WORKDIR}/linux-2.6.16"
@@ -79,7 +58,6 @@ do_configure() {
 }
 
 do_configure() {
-	mv ${S}/.config harald.config
 	install -m 0644 ${WORKDIR}/logo_linux_clut224.ppm drivers/video/logo/logo_linux_clut224.ppm
 
 	if [ ! -e ${WORKDIR}/defconfig-${MACHINE} ]; then






More information about the Openembedded-commits mailing list