From: Fabio Estevam <[email protected]> Mainline kernel currently does not have support for the on-chip audio codec on mx23, so remove the 'alsa' entry from the MACHINE_FEATURES.
Signed-off-by: Fabio Estevam <[email protected]> --- conf/machine/imx23evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf index 5b79690..ecaef9a 100644 --- a/conf/machine/imx23evk.conf +++ b/conf/machine/imx23evk.conf @@ -16,4 +16,4 @@ KERNEL_DEVICETREE = "imx23-evk.dtb" SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" -MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" +MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
