diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index dd549d0ba3..fa2f8e7a55 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -12,9 +12,6 @@ XSERVER = "xserver-xorg-lite \ | |||
12 | # Ship all kernel modules by default | 12 | # Ship all kernel modules by default |
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
14 | 14 | ||
15 | # Setup sane default mixer settings | ||
16 | MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio" | ||
17 | |||
18 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | 15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) |
19 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | 16 | EXTRA_IMAGEDEPENDS += "u-boot x-load" |
20 | 17 | ||