From 0ee4cb24eba5171da75ab8eeb72c7eab06083339 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 29 Mar 2023 14:05:51 -0300 Subject: Move imx-boot-container MACHINEOVERRIDES to extender The imx-boot-container is SoC specific so it should not be set inside the machine but in the BSP basic settings. This commit moves it to the imx-base.inc file as the bootloader recipe can still opt to not inherit the class specifically. Signed-off-by: Otavio Salvador --- conf/machine/include/imx8mp-evk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/imx8mp-evk.inc') diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index a30e8efb..e7c15e41 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc @@ -1,4 +1,4 @@ -MACHINEOVERRIDES =. "mx8mp:imx-boot-container:" +MACHINEOVERRIDES =. "mx8mp:" require conf/machine/include/imx-base.inc require conf/machine/include/arm/armv8a/tune-cortexa53.inc -- cgit v1.2.3-54-g00ecf