diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-01-10 08:45:59 -0800 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-17 13:34:42 -0600 |
commit | bd24de09fda6da1fcea6dec11944a41aff1c1376 (patch) | |
tree | 4830d54b01a114357963247da4f0dc27597a10ca | |
parent | 4b6657ce65e3b15118c663f7b03249560d282cbd (diff) | |
download | meta-intel-bd24de09fda6da1fcea6dec11944a41aff1c1376.tar.gz |
ia32-base: add alsa to MACHINE_FEATURES
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r-- | conf/machine/include/ia32-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index 84693e2a..8556d6ec 100644 --- a/conf/machine/include/ia32-base.inc +++ b/conf/machine/include/ia32-base.inc | |||
@@ -6,7 +6,7 @@ | |||
6 | # common settings for Intel-based machines | 6 | # common settings for Intel-based machines |
7 | # | 7 | # |
8 | MACHINE_FEATURES += "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 8 | MACHINE_FEATURES += "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ |
9 | acpi serial usbgadget" | 9 | acpi serial usbgadget alsa" |
10 | 10 | ||
11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" | 11 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" |
12 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" | 12 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" |