Re: [yocto] UBOOT_ENV causes dependency loop

2024-12-11 Thread Pelle Windestam via lists.yoctoproject.org
Thanks for the tips Adrian, I will look into that fitimage.bbclass. I was also thinking about the dependency between u-boot and linux kernel. It seems to be required since uboot-sign.bbclass "re-signs" the fitImage (and puts the public key in the u-boot dtb with the same command) and then does a

[yocto] UBOOT_ENV causes dependency loop

2024-12-10 Thread Pelle Windestam via lists.yoctoproject.org
Hello everyone, I am facing a dependency loop that I'm having trouble understanding how to break. The issue appeared when I tried to move the u-boot boot script into the kernel fitImage as part of improving secure boot. Before this dependency loop I had a working secure boot configuration which lo