summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc19
1 files changed, 8 insertions, 11 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 6cb04f09..417fd17b 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -315,7 +315,7 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-rules-imx"
315 315
316# Jailhouse 316# Jailhouse
317MACHINE_EXTRA_RRECOMMENDS += " \ 317MACHINE_EXTRA_RRECOMMENDS += " \
318 ${@bb.utils.contains('COMBINED_FEATURES', 'jailhouse', 'jailhouse', '', d)} \ 318 ${@bb.utils.filter('COMBINED_FEATURES', 'jailhouse', d)} \
319" 319"
320 320
321# GStreamer 1.0 plugins 321# GStreamer 1.0 plugins
@@ -334,13 +334,13 @@ MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq ?= "imx-gst1.0-plugin"
334MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin" 334MACHINE_GSTREAMER_1_0_PLUGIN_mx8qm ?= "imx-gst1.0-plugin"
335MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin" 335MACHINE_GSTREAMER_1_0_PLUGIN_mx8qxp ?= "imx-gst1.0-plugin"
336 336
337+PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.18.0.imx" 337PREFERRED_VERSION_gstreamer1.0_mx8 ?= "1.18.0.imx"
338+PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.18.0.imx" 338PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 ?= "1.18.0.imx"
339+PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.18.0.imx" 339PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 ?= "1.18.0.imx"
340+PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.18.0.imx" 340PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 ?= "1.18.0.imx"
341+PREFERRED_VERSION_gstreamer1.0-plugins-ugly_mx8 ?= "1.18.0" 341PREFERRED_VERSION_gstreamer1.0-plugins-ugly_mx8 ?= "1.18.0"
342+PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.18.0" 342PREFERRED_VERSION_gstreamer1.0-libav_mx8 ?= "1.18.0"
343+PREFERRED_VERSION_gstreamer1.0-rtsp-server_mx8 ?= "1.18.0" 343PREFERRED_VERSION_gstreamer1.0-rtsp-server_mx8 ?= "1.18.0"
344 344
345# Determines if the SoC has support for Vivante kernel driver 345# Determines if the SoC has support for Vivante kernel driver
346SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0" 346SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT = "0"
@@ -477,9 +477,6 @@ KERNEL_IMAGETYPE_aarch64 = "Image"
477 477
478MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" 478MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
479 479
480SOC_MACHINE_FEATURES_BACKFILL_mx8m = "jailhouse"
481MACHINE_FEATURES_BACKFILL_append = " ${SOC_MACHINE_FEATURES_BACKFILL}"
482
483# Add the ability to specify _imx machines 480# Add the ability to specify _imx machines
484MACHINEOVERRIDES =. "imx:" 481MACHINEOVERRIDES =. "imx:"
485 482