diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-10-31 16:08:15 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-31 17:45:19 -0200 |
commit | fc7d08fcf4143b7af7df7ff88654d8acfaf79f42 (patch) | |
tree | e350e14a1c8c428106d48a496292bea50ed6e6f6 | |
parent | 29886843be16f85255f5f72ecef9b21bf1bfa14a (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/include/imx-base.inc | 8 |
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 |
123 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | 123 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" |
124 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" | ||
125 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" | 124 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" |
126 | MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta" | 125 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" |
126 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6sl ?= "gstreamer1.0-plugins-imx-meta" | ||
127 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6sx ?= "gstreamer1.0-plugins-imx-meta" | ||
128 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6ul ?= "gstreamer1.0-plugins-imx-meta" | ||
129 | MACHINE_GSTREAMER_1_0_PLUGIN_mx6ull ?= "gstreamer1.0-plugins-imx-meta" | ||
130 | MACHINE_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 |
129 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" | 133 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" |