Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layer.conf: Fix u-boot-imx overrides for i.MX 8
u-boot-imx builds are broken for i.MX 8: ``` install: cannot stat '.../tmp/work/imx8qm_mek-poky-linux/u-boot-imx/1_2020.04-r0/git/imx8qm_mek_defconfig/spl/u-boot-spl.bin': No such file or directory ``` This is because the overrides added recently for UBOOT_MAKE_TARGET and UBOOT_SUFFIX are incorrect for i.MX 8. Limit the overrides to i.MX 6 and 7. Signed-off-by: Tom Hochstein <[email protected]>
- Loading branch information