From: Holger Freyther Date: Tue, 21 Sep 2004 22:55:26 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16992 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0802d0f5df0e90a830d1885dfeefb10d391e2f8;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- 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 index 0000000000..e69de29bb2 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 index 0000000000..e69de29bb2 diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe index 498f58e8a9..5c4cd74141 100644 --- a/linux/montavista-sa_2.4.17-mvl21.oe +++ b/linux/montavista-sa_2.4.17-mvl21.oe @@ -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."