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:
parent
3a0b031550
commit
da7ad95535
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue