summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorPierluigi Passaro <pierluigi.p@variscite.com>2020-10-31 23:18:48 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-31 12:36:40 -0300
commit753388439da9442c7d4ea1289ce382a9318b56d3 (patch)
treed45513e11a5ad60b0e8ffbb092d988c2f27bb72f /conf/machine/include/imx-base.inc
parenta8706239390f21621e175c61e3cc03630d650a10 (diff)
downloadmeta-freescale-753388439da9442c7d4ea1289ce382a9318b56d3.tar.gz
imx-base.inc: add Gstreamer default for all iMX8 families
Set MACHINE_GSTREAMER_1_0_PLUGIN for mx8mq, mx8qm and mx8qxp machines. Also, set PREFERRED_VERSION_gstreamer1.0 and related plugins for all mx8 machines. Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 3588d523..4c3ffcd8 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -284,6 +284,15 @@ MACHINE_GSTREAMER_1_0_PLUGIN_mx7d ?= "gstreamer1.0-plugins-imx-meta"
284MACHINE_GSTREAMER_1_0_PLUGIN_mx8mm ?= "imx-gst1.0-plugin" 284MACHINE_GSTREAMER_1_0_PLUGIN_mx8mm ?= "imx-gst1.0-plugin"
285MACHINE_GSTREAMER_1_0_PLUGIN_mx8mn ?= "imx-gst1.0-plugin" 285MACHINE_GSTREAMER_1_0_PLUGIN_mx8mn ?= "imx-gst1.0-plugin"
286MACHINE_GSTREAMER_1_0_PLUGIN_mx8mp ?= "imx-gst1.0-plugin" 286MACHINE_GSTREAMER_1_0_PLUGIN_mx8mp ?= "imx-gst1.0-plugin"
287MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq ?= "imx-gst1.0-plugin"
288MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin"
289MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin"
290
291PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.imx"
292PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.imx"
293PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.imx"
294PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.imx"
295PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.16.0"
287 296
288# Determines if the SoC has support for Vivante kernel driver 297# Determines if the SoC has support for Vivante kernel driver
289SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 298SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"