Ping.

On 04/30/2015 06:49 PM, Nikolay Dimitrov wrote:
Several Yocto images fail to build because they're using packages that require
imx6-specific hardware support (ASRC, VPU, GPU3D), which is not available in
the mainline kernel. This patch fixes the following image builds:
- core-image-minimal
- core-image-base
- fsl-image-multimedia
- fsl-image-multimedia-full
- fsl-image-machine-test

Signed-off-by: Nikolay Dimitrov <[email protected]>
---
  conf/machine/imx6dl-riotboard.conf |    5 +++++
  1 file changed, 5 insertions(+)

diff --git a/conf/machine/imx6dl-riotboard.conf 
b/conf/machine/imx6dl-riotboard.conf
index b611ffb..bf50eaf 100644
--- a/conf/machine/imx6dl-riotboard.conf
+++ b/conf/machine/imx6dl-riotboard.conf
@@ -15,3 +15,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
  KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"

  SERIAL_CONSOLE = "115200 ttymxc1"
+
+# FIXME: Workaround for building against linux-fslc
+MACHINE_EXTRA_RRECOMMENDS_remove = "fsl-alsa-plugins"
+PREFERRED_VERSION_imx-test = "00.00.00"
+MACHINE_GSTREAMER_PLUGIN = ""

--
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to