summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-22 18:21:20 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit69f0129c93d0a267ea4e73ea3ec23cdd8df489cb (patch)
tree3dfe9e364caa65c75b70b7828cec86de2b13a269 /conf/machine/include/imx-base.inc
parent70c8d122286611039d07248ead9757dc7dbeb538 (diff)
downloadmeta-fsl-arm-69f0129c93d0a267ea4e73ea3ec23cdd8df489cb.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>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d8d0771..7297331 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -61,6 +61,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
61# Gstreamer plugin 61# Gstreamer plugin
62MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" 62MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin"
63MACHINE_GSTREAMER_PLUGIN_mx3 ?= "" 63MACHINE_GSTREAMER_PLUGIN_mx3 ?= ""
64MACHINE_GSTREAMER_PLUGIN_vf60 ?= ""
64 65
65# mx5 GPU libraries 66# mx5 GPU libraries
66PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51" 67PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51"