Merge bk://openembedded@openembedded.bkbits.net/packages
authorHolger Freyther <zecke@selfish.org>
Tue, 21 Sep 2004 22:55:26 +0000 (22:55 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 21 Sep 2004 22:55:26 +0000 (22:55 +0000)
into handhelds.org:/home/ich/programming/oe/oe-packages-exported

2004/09/22 00:49:41+02:00 handhelds.org!zecke
Beagle Kernel Work:
-Fix crash on `cat /dev/dsp` due io unmapping a region that is mapped from
the board initialisation
-Remove zombie ktsd  threads

BKrev: 4150b15eVOGqJDos8_MLkgdJWdE3jQ

linux/montavista-sa-2.4.17-mvl21/beagle-sound.patch [new file with mode: 0644]
linux/montavista-sa-2.4.17-mvl21/ucb1x_kill-zombie.patch [new file with mode: 0644]
linux/montavista-sa_2.4.17-mvl21.oe

diff --git a/linux/montavista-sa-2.4.17-mvl21/beagle-sound.patch b/linux/montavista-sa-2.4.17-mvl21/beagle-sound.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/linux/montavista-sa-2.4.17-mvl21/ucb1x_kill-zombie.patch b/linux/montavista-sa-2.4.17-mvl21/ucb1x_kill-zombie.patch
new file mode 100644 (file)
index 0000000..e69de29
index 498f58e..5c4cd74 100644 (file)
@@ -18,13 +18,16 @@ SRC_URI = "http://www.vanille.de/temp/linux-${KV}_${MVLV}.tar.gz \
           file://machine_name.patch;patch=1 \
           file://opie-logo.patch;patch=1 \
           file://apm-hh-merge.patch;patch=1 \
+          file://beagle-sound.patch;patch=1 \
+          file://linux-2.4.18-list_move.patch;patch=1 \
+          file://ucb1x_kill-zombie.patch;patch=1 \
            file://defconfig-${MACHINE}"
 
 S = "${WORKDIR}/linux-${KV}_${MVLV}"
 
 inherit kernel
 
-CMDLINE = "root=/dev/mtdblock/1 mem=27M console=ttySA0 noinitrd"
+CMDLINE = "root=/dev/mtdblock/1 mem=32M console=ttySA0 noinitrd"
 
 KERNEL_CCSUFFIX = "-2.95"
 KERNEL_LDSUFFIX = "-2.11.2"
@@ -44,7 +47,7 @@ module_conf_sa1100_bi = "below sa1100_bi net_fd usbdcore "
 module_autoload_sa1100_bi = "sa1100_bi"
 module_autoload_sa1100_pcmcia = "sa1100_pcmcia"
 module_autoload_unix = "unix"
-module_autoload_usb-eth = "usb-eth"
+module_autoload_usb_eth = "usb-eth"
 
 do_configure_prepend() {
        install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."