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-25 09:39:27 -0200
commita29a6c2b6bcfd1e35b802446176e568a490a9f80 (patch)
treef1ace35c3c3fb1493a41c62c564c216bf0c5bd6b /conf
parent6833c53fa2cabbda9ae6c1492313b0d061801c85 (diff)
downloadmeta-fsl-arm-a29a6c2b6bcfd1e35b802446176e568a490a9f80.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 362d3cb..83476bc 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -81,7 +81,8 @@ MACHINE_GSTREAMER_PLUGIN_vf60 ?= ""
81 81
82# GStreamer 1.0 plugins 82# GStreamer 1.0 plugins
83MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 83MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
84MACHINE_GSTREAMER_1_0_PLUGIN_mx6 ?= "gstreamer1.0-plugins-imx-meta" 84MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
85MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
85 86
86# mx5 GPU libraries 87# mx5 GPU libraries
87GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}" 88GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}"