From fc94d777d8c8f4447ecaff427e72ccdbe0652651 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 15 Jan 2021 13:57:20 +0100 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb index 26c0cea..b113f58 100644 --- a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb +++ b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb @@ -21,6 +21,7 @@ S = "${WORKDIR}/git" LOCALVERSION ?= "-${SRCBRANCH}" BOOT_TOOLS = "imx-boot-tools" +UBOOT_INITIAL_ENV = "" do_configure_prepend() { if [ ! -d ${S}/board/netmodule/common ]; then