diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-22 18:21:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | c49a12d28c76139e3c4a1f2f0ca0e32bf663b0a4 (patch) | |
tree | 518e76b57ddbb4ad54c5425790f6886f3f73e8d1 | |
parent | 79914ec2ae0cbe50523f985598588727be488ad8 (diff) | |
download | meta-freescale-c49a12d28c76139e3c4a1f2f0ca0e32bf663b0a4.tar.gz |
imx-base.inc: Drop gst-fsl-plugin for vf60 SoC family
The vf60 SoC family does not has VPU so we shouldn't include the
gst-fsl-plugin. We fix it making an override for the SoC family as
done for 'mx3' one.
Change-Id: I2eadf16b67cafc8b91e4968b6108ce4c90f7e284
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-arm/conf/machine/include/imx-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index d8d0771ed..72973311e 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/conf/machine/include/imx-base.inc | |||
@@ -61,6 +61,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf" | |||
61 | # Gstreamer plugin | 61 | # Gstreamer plugin |
62 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" | 62 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" |
63 | MACHINE_GSTREAMER_PLUGIN_mx3 ?= "" | 63 | MACHINE_GSTREAMER_PLUGIN_mx3 ?= "" |
64 | MACHINE_GSTREAMER_PLUGIN_vf60 ?= "" | ||
64 | 65 | ||
65 | # mx5 GPU libraries | 66 | # mx5 GPU libraries |
66 | PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51" | 67 | PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51" |