From 1b67d51cc26c11b1dfb67397b520343d7bdc5ccb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 10 Apr 2023 11:00:49 +0200 Subject: imx-boot-container: drop from machine overrides Moving the override from the .conf files to the common imx-base.inc and setting the use of imx-boot-container unconditionally on the used SoC makes the use of an extra override obsolete. Simply set UBOOT_PROVIDES_BOOT_CONTAINER depending on the used SoC is enough. Both the U-Boot recipe and the class implementing the logic don't need the override but only look at the variable. This also simplifies overriding the value set in imx-base.inc in an individual .conf should that be needed. Signed-off-by: Max Krummenacher --- classes/imx-boot-container.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'classes/imx-boot-container.bbclass') diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index aa897045..308e75d7 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass @@ -18,8 +18,7 @@ # # Class inheritance is performed in u-boot-fslc recipe, and is controlled # by variable UBOOT_PROVIDES_BOOT_CONTAINER, which is defined in the -# base machine include file (imx-base.inc), and is set to "1" when the -# 'imx-boot-container' is present in MACHINEOVERRIDES. +# base machine include file (imx-base.inc). # # NOTE: A backwards-compatible symlink is added for 'flash.bin', named # 'imx-boot', during the deployment task. -- cgit v1.2.3-54-g00ecf