diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-01 14:44:05 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-01 14:44:05 -0300 |
commit | 1650359bc3eba454522f0db51846497549275caa (patch) | |
tree | 17cd02b72b2be6482a9d4fcd84ac6df776d48755 /conf/machine/include/imx8mm-evk.inc | |
parent | d70a83fbfd3bc35713bf43b63bfa482232e26ae3 (diff) | |
download | meta-freescale-1650359bc3eba454522f0db51846497549275caa.tar.gz |
imx8m*-evk: allow switch between `u-boot-imx` and `u-boot-fslc`topic/fix-u-boot-imx
We ought to add `imx-boot-container` `MACHINEOVERRIDES` only if not
building for `u-boot-imx`. This can be removed once it uses `binman` as
`u-boot-imx` and u-boot-fslc would use same mechanism to build the
container.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/imx8mm-evk.inc')
-rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc index 6d317f11..f124b8f6 100644 --- a/conf/machine/include/imx8mm-evk.inc +++ b/conf/machine/include/imx8mm-evk.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | MACHINEOVERRIDES =. "imx-boot-container:mx8mm:" | 1 | MACHINEOVERRIDES =. "mx8mm:" |
2 | |||
3 | # FIXME: u-boot-imx should be converted to `binman` and then we can | ||
4 | # avoid this specific overrides and handle it in a generic way. | ||
5 | MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}" | ||
2 | 6 | ||
3 | require conf/machine/include/imx-base.inc | 7 | require conf/machine/include/imx-base.inc |
4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 8 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |