summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-10-31 16:08:15 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-31 17:45:19 -0200
commitfc7d08fcf4143b7af7df7ff88654d8acfaf79f42 (patch)
treee350e14a1c8c428106d48a496292bea50ed6e6f6 /conf
parent29886843be16f85255f5f72ecef9b21bf1bfa14a (diff)
downloadmeta-freescale-fc7d08fcf4143b7af7df7ff88654d8acfaf79f42.tar.gz
imx-base: Use GStreamer 1.0 plugins for all mx6 and mx7 machines
Set MACHINE_GSTREAMER_1_0_PLUGIN variable to use gstreamer1.0-plugins-imx-meta for all mx6 and mx7 machines. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 56062503..29677f24 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -121,9 +121,13 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx"
121 121
122# GStreamer 1.0 plugins 122# GStreamer 1.0 plugins
123MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 123MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
124MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
125MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" 124MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
126MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta" 125MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
126MACHINE_GSTREAMER_1_0_PLUGIN_mx6sl ?= "gstreamer1.0-plugins-imx-meta"
127MACHINE_GSTREAMER_1_0_PLUGIN_mx6sx ?= "gstreamer1.0-plugins-imx-meta"
128MACHINE_GSTREAMER_1_0_PLUGIN_mx6ul ?= "gstreamer1.0-plugins-imx-meta"
129MACHINE_GSTREAMER_1_0_PLUGIN_mx6ull ?= "gstreamer1.0-plugins-imx-meta"
130MACHINE_GSTREAMER_1_0_PLUGIN_mx7d ?= "gstreamer1.0-plugins-imx-meta"
127 131
128# Determines if the SoC has support for Vivante kernel driver 132# Determines if the SoC has support for Vivante kernel driver
129SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 133SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"