u-boot-hw23: Set empty initial environment

The default behavior is to try to build u-boot-initial-env
Which is not implemented in our u-boot repo.

Part of yocto update to dunfell release.

BugzID: 69636
This commit is contained in:
Alexandre Bard 2021-01-15 13:57:20 +01:00
parent 2fac485833
commit fc94d777d8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ S = "${WORKDIR}/git"
LOCALVERSION ?= "-${SRCBRANCH}" LOCALVERSION ?= "-${SRCBRANCH}"
BOOT_TOOLS = "imx-boot-tools" BOOT_TOOLS = "imx-boot-tools"
UBOOT_INITIAL_ENV = ""
do_configure_prepend() { do_configure_prepend() {
if [ ! -d ${S}/board/netmodule/common ]; then if [ ! -d ${S}/board/netmodule/common ]; then