]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Include gstreamer1.0-plugins-imx for i.MX6Q and i.MX6DL
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 22 Nov 2014 18:14:59 +0000 (16:14 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 25 Nov 2014 11:39:27 +0000 (09:39 -0200)
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>
meta-fsl-arm/conf/machine/include/imx-base.inc

index 362d3cb47de5dc29a2e5bc72317c656e8b51e5f6..83476bc078c9f1949a224c5b84140ca12bd9de52 100644 (file)
@@ -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)}"