Re: [yocto] Configuring gitlab runner for Yocto

2024-07-05 Thread Etienne Cordonnier via lists.yoctoproject.org
Hi Kjeld, I don't know what the issue is, but have you checked this link? -> https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc) I think it would help you debug the issue. Étienne On Fri, Jul 5, 2024 at 4:50 PM Kjeld Flarup via lists.yoctoproject.org wrot

[yocto] Configuring gitlab runner for Yocto

2024-07-05 Thread Kjeld Flarup via lists.yoctoproject.org
I run  Yocto builds in a gitlab runner, but it always does rebuilds of some packages. Not all packages fortunately, but it always does a rootfs build. When I do a fresh start with a git clone of my yocto manifest, and a bitbake on my own PC. Everything is fetched from my sstate mirror. By fresh,

[yocto] How to get u-boot beside the image, but not inside

2024-07-05 Thread Jörg Sommer via lists . yoctoproject . org
Hi, for setting up a device I need a bootloader and I choose u-boot. How can I build u-boot along the image, but not include it in the image? I found EXTRA_IMAGEDEPENDS and added (`+=`) virtual/bootloader in my machine.conf. But this only works on the first fresh build. I didn't found the reason,