error:
| cp: cannot stat 'some/path/tmp-glibc/deploy/images/imx8mp-var-dart/u-boot-spl.bin-imx8mp-var-dart-': No such file or directory
I found it caused by the empty variable UBOOT_CONFIG_EXTRA.
In my build directory, I found:
$ find . -name u-boot-spl.bin-imx8mp-var-dart-*
./tmp-glibc/work/imx8mp_var_dart-fb-linux/u-boot-variscite/1.0-r0/deploy-u-boot-variscite/u-boot-spl.bin-imx8mp-var-dart-sd
./tmp-glibc/work/imx8mp_var_dart-fb-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot-tools/u-boot-spl.bin-imx8mp-var-dart-sd
./tmp-glibc/deploy/images/imx8mp-var-dart/u-boot-spl.bin-imx8mp-var-dart-sd
So UBOOT_CONFIG_EXTRA should be sd in this case.
This change was introduced in commit 52a28a115d92c3d6a55f2cdfa4249ff499bcd2e3.
error:
I found it caused by the empty variable
UBOOT_CONFIG_EXTRA.In my build directory, I found:
So
UBOOT_CONFIG_EXTRAshould besdin this case.This change was introduced in commit
52a28a115d92c3d6a55f2cdfa4249ff499bcd2e3.