[meta-freescale] [meta-fsl-arm][PATCH 3/4] imx-base: Include gstreamer1.0-plugins-imx for i.MX6Q and i.MX6DL

Otavio Salvador otavio at ossystems.com.br
Mon Nov 24 12:39:54 PST 2014


libfslvpuwrap is only available for i.MX6Q and i.MX6DL. This makes
gstreamer1.0-plugins-imx unusable on other i.MX6 SoC familes and this
commit updates the default setting accordingly.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/include/imx-base.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 ?= ""
 
 # GStreamer 1.0 plugins
 MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
-MACHINE_GSTREAMER_1_0_PLUGIN_mx6 ?= "gstreamer1.0-plugins-imx-meta"
+MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
+MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
 
 # mx5 GPU libraries
 GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}"
-- 
2.1.1



More information about the meta-freescale mailing list