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