summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-04-21 21:21:47 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2024-04-21 21:21:47 +0300
commit735b303cdfda868db0061ce801877715a9c9480d (patch)
treef915042db9416372b8cca055321e1224538fc00b /conf
parentf192819a77ebb2854bd197214188766261238ed4 (diff)
downloadmeta-freescale-735b303cdfda868db0061ce801877715a9c9480d.tar.gz
firmware-ele-imx: Update to 0.1.1 aligned with LF6.6.3-1.0.0
Update the recipe to be aligned with the NXP BSP LF6.6.3-1.0.0. Add installing of a second part of ELE to rootfs. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index c1243c7f..78c1e762 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -486,6 +486,10 @@ MACHINE_EXTRA_RRECOMMENDS += " \
486 ${@bb.utils.filter('COMBINED_FEATURES', 'jailhouse', d)} \ 486 ${@bb.utils.filter('COMBINED_FEATURES', 'jailhouse', d)} \
487" 487"
488 488
489# ELE extra Firmware
490SECOEXT_FIRMWARE_NAME ?= "UNDEFINED"
491SECOEXT_FIRMWARE_NAME:mx8ulp-generic-bsp ?= "mx8ulp${IMX_SOC_REV_LOWER}ext-ahab-container.img"
492
489# GStreamer 1.0 plugins 493# GStreamer 1.0 plugins
490MACHINE_GSTREAMER_1_0_PLUGIN ?= "" 494MACHINE_GSTREAMER_1_0_PLUGIN ?= ""
491MACHINE_GSTREAMER_1_0_PLUGIN:mx6dl-nxp-bsp ?= "gstreamer1.0-plugins-imx-meta" 495MACHINE_GSTREAMER_1_0_PLUGIN:mx6dl-nxp-bsp ?= "gstreamer1.0-plugins-imx-meta"