summaryrefslogtreecommitdiffstats
path: root/conf
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-16 09:39:35 -0300
commitb2512d4365937c5067761a545d8d9dda70b2f852 (patch)
tree16ae21f2a66939618abdd25394bd0b6b587a29dd /conf
parent4ce188be19d53b632674c7e4a054d5065f5f4222 (diff)
downloadmeta-fsl-arm-b2512d4365937c5067761a545d8d9dda70b2f852.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>
Diffstat (limited to 'conf')
-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 970ea33..1aacc71 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -94,6 +94,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx"
94MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 94MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
95MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta" 95MACHINE_GSTREAMER_1_0_PLUGIN_mx6q ?= "gstreamer1.0-plugins-imx-meta"
96MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta" 96MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl ?= "gstreamer1.0-plugins-imx-meta"
97MACHINE_GSTREAMER_1_0_PLUGIN_mx7 ?= "gstreamer1.0-plugins-imx-meta"
97 98
98# Determines if the SoC has support for Vivante kernel driver 99# Determines if the SoC has support for Vivante kernel driver
99SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 100SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"