summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb18
-rw-r--r--packages/udev/udev-063/tty-symlinks.patch11
-rw-r--r--packages/udev/udev_063.bb1
3 files changed, 23 insertions, 7 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb
index 4193298a3c..4f764c7803 100644
--- a/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb
+++ b/packages/linux/linux-openzaurus_2.6.13-rc3-mm1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
#KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
KV = "${@bb.data.getVar('PV',d,True)}"
-PR = "r1"
+PR = "r2"
DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"
@@ -25,13 +25,17 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.13-rc3.bz2;patch=1 \
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc3/2.6.13-rc3-mm1/2.6.13-rc3-mm1.bz2;patch=1 \
${RPSRC}/nand_softlockup-r0.patch;patch=1 \
+ ${RPSRC}/oprofile_irqfix-r0.patch;patch=1 \
+ ${RPSRC}/preempt_nwfpe-r1.patch;patch=1 \
+ ${RPSRC}/oprofile_typo-r0.patch;patch=1 \
${RPSRC}/corgi_tspmu-r2.patch;patch=1 \
- ${RPSRC}/preempt_nwfpe-r0.patch;patch=1 \
- ${RPSRC}/preempt_nwfpe1-r0.patch;patch=1 \
- ${RPSRC}/w100_core-r0.patch;patch=1 \
- ${RPSRC}/w100_corgi-r0.patch;patch=1 \
- ${RPSRC}/corgi_kbd3-r6.patch;patch=1 \
- ${RPSRC}/corgi_kbd_susres-r1.patch;patch=1 \
+ ${RPSRC}/w100_core-r1.patch;patch=1 \
+ ${RPSRC}/w100_corgi-r1.patch;patch=1 \
+ ${RPSRC}/corgikbd_compilefix-r0.patch;patch=1 \
+ ${RPSRC}/corgikbd_pm-r0.patch;patch=1 \
+ ${RPSRC}/corgikbd_tidyup-r0.patch;patch=1 \
+ ${RPSRC}/corgikbd_switch-r0.patch;patch=1 \
+ ${RPSRC}/corgikbd_temphack-r0.patch;patch=1 \
${RPSRC}/pxa_rtc-r1.patch;patch=1 \
${RPSRC}/pxa_irda-r2.patch;patch=1 \
${RPSRC}/sharp_multi_pcmcia-r2.patch;patch=1 \
diff --git a/packages/udev/udev-063/tty-symlinks.patch b/packages/udev/udev-063/tty-symlinks.patch
new file mode 100644
index 0000000000..6a458de64c
--- /dev/null
+++ b/packages/udev/udev-063/tty-symlinks.patch
@@ -0,0 +1,11 @@
+--- udev-063/etc/udev/udev.rules.devfs.orig 2005-07-27 19:55:51 +0200
++++ udev-063/etc/udev/udev.rules.devfs 2005-07-27 19:56:49 +0200
+@@ -103,3 +103,8 @@
+
+ # raw devices
+ KERNEL="raw[0-9]*", NAME="raw/%k"
++
++# tty devices
++KERNEL=="tty[0-9]*", SYMLINK="%k"
++KERNEL=="ttyS[0-9]*", SYMLINK="%k"
++
diff --git a/packages/udev/udev_063.bb b/packages/udev/udev_063.bb
index 83e237ed8e..cf67a065ae 100644
--- a/packages/udev/udev_063.bb
+++ b/packages/udev/udev_063.bb
@@ -3,6 +3,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \
file://flags.patch;patch=1 \
file://fix-alignment.patch;patch=1 \
+ file://tty-symlinks.patch;patch=1 \
file://init"
include udev.inc