From: Cliff Brake <[email protected]> require for audio to function
Signed-off-by: Cliff Brake <[email protected]> --- conf/machine/beagleboard.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index b3604a5..8f84c6c 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -48,4 +48,5 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" # For a modularized kernel we want to drag in networking, sound, rtc etc." -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl \ + kernel-module-snd-soc-omap kernel-module-snd-soc-omap-mcbsp kernel-module-snd-soc-omap3beagle" -- 1.8.1.1 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
