From d7239e79c6a0f6a364ae57fc0916d0508ace3ed7 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Tue, 6 Oct 2020 09:23:00 +0200 Subject: class: image_type_tezi: use tezi config format 4 for mx8 On i.MX8 processors there was a bug in Tezi that leaked an old u-boot environment into newly installed image. This got fixed and can be enforced by using Tezi config format number 4. Make use of that. Signed-off-by: Philippe Schenker (cherry picked from commit 51927b354280c398b11b7b6bd64c1617825f17d1) --- classes/image_type_tezi.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes') diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index 5d505e3..f93cc12 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -24,6 +24,8 @@ TEZI_ROOT_LABEL ??= "RFS" TEZI_ROOT_SUFFIX ??= "tar.xz" TEZI_BOOT_SUFFIX ??= "bootfs.tar.xz" TEZI_CONFIG_FORMAT ??= "2" +# Require newer Tezi for mx8 Socs with the u-boot environment bugfix +TEZI_CONFIG_FORMAT_mx8 ??= "4" TEZI_EXTERNAL_KERNEL_DEVICETREE ??= "" TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT ??= "" TORADEX_FLASH_TYPE ??= "emmc" -- cgit v1.2.3