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
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