Skip to content

UBOOT_CONFIG_EXTRA is not set #1693

Description

@dj-zhou-bg

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions