diff options
author | Pierluigi Passaro <pierluigi.p@variscite.com> | 2020-10-31 23:18:48 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-31 12:36:40 -0300 |
commit | 753388439da9442c7d4ea1289ce382a9318b56d3 (patch) | |
tree | d45513e11a5ad60b0e8ffbb092d988c2f27bb72f /conf | |
parent | a8706239390f21621e175c61e3cc03630d650a10 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/include/imx-base.inc | 9 |
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" | |||
284 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mm ?= "imx-gst1.0-plugin" | 284 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mm ?= "imx-gst1.0-plugin" |
285 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mn ?= "imx-gst1.0-plugin" | 285 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mn ?= "imx-gst1.0-plugin" |
286 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mp ?= "imx-gst1.0-plugin" | 286 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mp ?= "imx-gst1.0-plugin" |
287 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq ?= "imx-gst1.0-plugin" | ||
288 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin" | ||
289 | MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin" | ||
290 | |||
291 | PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.16.imx" | ||
292 | PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.16.imx" | ||
293 | PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.16.imx" | ||
294 | PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.16.imx" | ||
295 | PREFERRED_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 |
289 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" | 298 | SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" |