From: Nitin A Kamble <[email protected]> Enabling the pulseaudio machine feature to enable the pulseaudio sound server in the BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- conf/machine/intel-corei7-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 3258f68..d81478c 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -14,6 +14,7 @@ MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" MACHINE_FEATURES += "wifi 3g" MACHINE_FEATURES += "intel-ucode" +MACHINE_FEATURES += "pulseaudio" MACHINE_HWCODECS ?= "va-intel gst-va-intel" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
