Commit 2655f05
committed
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 <tom.hochstein@nxp.com>1 parent d5e5627 commit 2655f05
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments