From d1ba49be3052aada2ca8fe8f12787b4fce8a6383 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 11 Mar 2011 15:53:11 -0800 Subject: n450: revamp audio mixer init script Fixes [YOCTO #798] n450-audiofix suffered from various problems, including not getting installed. This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various bugs in the implementation. The structure has been renamed and the comments updated for consistency. This should be considered a stop-gap measure, as something along the lines of oe's alsa-state is a far better solution. Signed-off-by: Darren Hart --- meta-n450/conf/machine/n450.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-n450/conf') diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index eda91d9d..c06cb6cb 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf @@ -11,3 +11,5 @@ APPEND += "console=ttyS0,115200 console=tty0" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" +# Ensure the bsp packages are installed +MACHINE_EXTRA_RRECOMMENDS += " n450-audio " -- cgit v1.2.3-54-g00ecf