From 843d1d28f3945a50b6477b21d9562437db321972 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 24 Apr 2012 04:01:15 +0200 Subject: [PATCH] pandora-first-run-wizard: Added module snd-seq --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-first-run-wizard/first-run-wizard.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index e3da76b..72c84dc 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r30" +PR = "r31" SRC_URI = " \ file://first-run-wizard.sh \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 3fa6fc3..d0c2cc3 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -234,6 +234,9 @@ if ! grep -q 'blacklist wl1251_sdio' /etc/modprobe.conf 2> /dev/null; then echo 'blacklist wl1251_sdio' >> /etc/modprobe.conf fi +# add Midi Module +echo snd-seq>>/etc/modules + # get rid of some dirs in /media that OE creates but are unlikely to be used rmdir /media/card /media/cf /media/mmc1 /media/net /media/realroot /media/union 2> /dev/null -- 2.39.5