Re: [yocto] Task dependencies

2024-03-11 Thread Alexander Kanavin
Can you publish the layer somewhere? It's hard to tell what is going on, but perhaps you could check which task creates which artefacts in deploy directory, and consult the bitbake manual about task dependencies so they can be run in correct order. Alex On Thu, 7 Mar 2024 at 11:13, Bratiranjan

Re: [yocto] Task dependencies

2024-03-07 Thread Bratiranjan Acharya
Okay, In details There are base-initramfs.bb, image-ext4.inc, image-ext4-debug.bb files and dm-verity file which depends upon the base-initramfs as we know that base-initramfs loads the actual rootfs so in image-ext4.inc i wrote a custom-task "do_simlink_ext4" inside which i just wrote

[yocto] Task dependencies

2024-03-04 Thread Bratiranjan Acharya
Hi, I hope this email finds you well. I have a question regarding a specific issue that I'd like to discuss. Allow me to provide some context: In the final image bb files, there's a custom task designed to generate a softlink for the rootfs.ext4. Unfortunately, I've had to resort to using the