summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Coolidge <ian@boundarydevices.com>2016-04-15 16:04:38 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-23 12:02:10 -0300
commit4a873b4bdc15b307870659b1e3915bef15e0d833 (patch)
treeb65802900b07fd90bbdb505af3ced22218846727
parent996292e768478e0a8ce9ec488437e83c0ae8e4c2 (diff)
downloadmeta-fsl-arm-4a873b4bdc15b307870659b1e3915bef15e0d833.tar.gz
imx-base: Add MACHINE_GSTREAMER_1_0_PLUGIN for mx7 platform
gstreamer1.0-plugins-imx was recently updated to be compatible with mx7 Signed-off-by: Ian Coolidge <ian@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index aa1a458..a36670a 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -93,6 +93,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx"
93MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 93MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
94MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" 94MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
95MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" 95MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
96MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta"
96 97
97# Determines if the SoC has support for Vivante kernel driver 98# Determines if the SoC has support for Vivante kernel driver
98SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 99SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"