Closed ycnakajsph closed 2 months ago
This will remedy the issue:
In meta-fresh
diff --git a/recipes-bsp/u-boot/u-boot_master.bb b/recipes-bsp/u-boot/u-boot_master.bb
index c53de732..cd5efbcf 100644
--- a/recipes-bsp/u-boot/u-boot_master.bb
+++ b/recipes-bsp/u-boot/u-boot_master.bb
@@ -3,7 +3,7 @@ require recipes-bsp/u-boot/u-boot.inc
inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')}
-DEPENDS += "bc-native dtc-native python3-setuptools-native"
+DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native"
GIT_URL = "git://source.denx.de/u-boot/u-boot.git;protocol=https"
SRC_URI = "${GIT_URL};branch=${BRANCH}"
By default UEFI Capsules feature is enabled and this feature relies on gnutls.
Issue will be fixed in our Yocto layer as well.
Thanks that works ! Why did you introduced a new meta? What is meta-fresh supposed to be?
Thanks that works !
Glad I could help!
meta-fresh is used for the master manifests (they have the keyword master
suffixed). This manifest uses the newest/latest kernel and bootloader recipes and is what you selected:
choose 1: 1: BSP-Yocto-Ampliphy-i.MX8MM-master
Its sole purpose is to track the upstream revisions of Bootloader and Kernel and update our recipes to the latest upstream revisions. For example, automatically update U-Boot to the latest upstream revision.
Step to reproduce :
repo init --repo-url=https://git.phytec.de/git/git-repo --repo-branch=stable -u git://git.phytec.de/phy2octo
12: imx8mm
1: BSP-Yocto-Ampliphy-i.MX8MM-master
2: phygate-tauri-l-imx8mm-2:
That leads to a local.conf with:
I've added :
ACCEPT_FSL_EULA = "1"
I'm working on ubuntu 22.04.
Here the error when building
bitbake core-image-minimal