summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-11-22 16:14:59 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-28 12:08:39 -0200
commit89fb92b76f65e1ce93d627ce769ef1dbefa43f8e (patch)
tree37b3aa0d058084be547f2085739512e452ad23c4 /conf
parent488769768839685118a2f7607df2b57115b6cb5d (diff)
downloadmeta-fsl-arm-89fb92b76f65e1ce93d627ce769ef1dbefa43f8e.tar.gz
imx-base: Include gstreamer1.0-plugins-imx for i.MX6Q and i.MX6DL
gstreamer1.0-plugins-imx can only be used with i.MX6Q and i.MX6DL (instead of any i.MX6) as the others does not provide a VPU. This commit updates the default setting accordingly. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index cd84c18..301cd5c 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -84,7 +84,8 @@ MACHINE_GSTREAMER_PLUGIN_vf60 ?= ""
84 84
85# GStreamer 1.0 plugins 85# GStreamer 1.0 plugins
86MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 86MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
87MACHINE_GSTREAMER_1_0_PLUGIN_mx6 ?= "gstreamer1.0-plugins-imx-meta" 87MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
88MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
88 89
89# mx5 GPU libraries 90# mx5 GPU libraries
90GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}" 91GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}"