diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2024-04-21 21:21:47 +0300 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2024-04-21 21:21:47 +0300 |
commit | 735b303cdfda868db0061ce801877715a9c9480d (patch) | |
tree | f915042db9416372b8cca055321e1224538fc00b /conf/machine/include/imx-base.inc | |
parent | f192819a77ebb2854bd197214188766261238ed4 (diff) | |
download | meta-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/machine/include/imx-base.inc')
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
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 | ||
490 | SECOEXT_FIRMWARE_NAME ?= "UNDEFINED" | ||
491 | SECOEXT_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 |
490 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" | 494 | MACHINE_GSTREAMER_1_0_PLUGIN ?= "" |
491 | MACHINE_GSTREAMER_1_0_PLUGIN:mx6dl-nxp-bsp ?= "gstreamer1.0-plugins-imx-meta" | 495 | MACHINE_GSTREAMER_1_0_PLUGIN:mx6dl-nxp-bsp ?= "gstreamer1.0-plugins-imx-meta" |