diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-03-29 14:05:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-03-29 14:05:51 -0300 |
commit | 0ee4cb24eba5171da75ab8eeb72c7eab06083339 (patch) | |
tree | f2f4c63d0a71a2efedb752a9a97f43384866ce33 /conf/machine/include/imx8mn-evk.inc | |
parent | a2c40a57bdf5a6a681e6a37f6192433a6245bab7 (diff) | |
download | meta-freescale-topic/simplify-imx-boot-container.tar.gz |
Move imx-boot-container MACHINEOVERRIDES to extendertopic/simplify-imx-boot-container
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx8mn-evk.inc')
-rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index b5fcc7bc..51ea10c5 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | MACHINEOVERRIDES =. "mx8mn:imx-boot-container:" | 1 | MACHINEOVERRIDES =. "mx8mn:" |
2 | 2 | ||
3 | require conf/machine/include/imx-base.inc | 3 | require conf/machine/include/imx-base.inc |
4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |