From bb6bfe9f2321daabeaa4b5261b5556a0cf3291c9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 6 Feb 2023 17:36:11 +0100 Subject: image_type_tezi: use tezi config format 4 for mx8 with mainline components Tezi should be forced to understand config format 4 for machines based on i.MX 8 series. Use the correct override (mx8-generic-bsp) to set the required config format. Signed-off-by: Max Krummenacher (cherry picked from commit 934c9720fa11ed577b1d56c689f797d45e8d6774) --- classes/image_type_tezi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index 309f007..fdef416 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -34,7 +34,7 @@ TEZI_AUTO_INSTALL ??= "false" TEZI_BOOT_SUFFIX ??= "${@'bootfs.tar.xz' if oe.types.boolean('${TEZI_USE_BOOTFILES}') else ''}" TEZI_CONFIG_FORMAT ??= "2" # Require newer Tezi for mx8 Socs with the u-boot environment bugfix -TEZI_CONFIG_FORMAT:mx8-nxp-bsp ??= "4" +TEZI_CONFIG_FORMAT:mx8-generic-bsp ??= "4" TORADEX_FLASH_TYPE ??= "emmc" UBOOT_BINARY_TEZI_EMMC ?= "${UBOOT_BINARY}" UBOOT_BINARY_TEZI_RAWNAND ?= "${UBOOT_BINARY}" -- cgit v1.2.3