diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-03-11 23:53:11 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-03-12 08:46:41 (GMT) |
commit | d1ba49be3052aada2ca8fe8f12787b4fce8a6383 (patch) | |
tree | 1691ddc0be4a8df8352b59258856978af1378ab6 /meta-n450/conf | |
parent | 4bbfc4f08b0e906ba4182f0ad2baad77a5938db9 (diff) | |
download | meta-intel-d1ba49be3052aada2ca8fe8f12787b4fce8a6383.tar.gz |
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 <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450/conf')
-rw-r--r-- | meta-n450/conf/machine/n450.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index eda91d9..c06cb6c 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" | |||
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" |
13 | 13 | ||
14 | # Ensure the bsp packages are installed | ||
15 | MACHINE_EXTRA_RRECOMMENDS += " n450-audio " | ||