summaryrefslogtreecommitdiffstats
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
commit0068bd8835d01d9407a3ab313f4c9468c0443e94 (patch)
tree8c64f1f7589f560f5e159d4861e869a9d3b30d3a
parente62952a9f13079b0c6c1fab65d1244309fe19dbf (diff)
downloadmeta-freescale-0068bd8835d01d9407a3ab313f4c9468c0443e94.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>
-rw-r--r--meta-fsl-arm/conf/machine/include/imx-base.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc
index 362d3cb47..83476bc07 100644
--- a/meta-fsl-arm/conf/machine/include/imx-base.inc
+++ b/meta-fsl-arm/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)}"