Hi all,
We are facing an issue about dependency loop while we try to add mender layer to build system. These 11 error messages are
Dependency loop #1 found :
Task ....../mender-client_2.6.1**.bb:do_package_write_rpm (dependent tasks a lot of tasks but some of them are initramfs, grub-efi and grub)
Dependency loop #2 found :
Task ....../mender-client_2.6.1**.bb:do_package_qa (dependent tasks a lot of tasks but some of them are initramfs, grub-efi and grub)
.
.
Dependency loop #10 found :
Task ....../grub-mender-grubenv_git**.bb:do_package_write_rpm (dependent tasks a lot of tasks but some of them are initramfs, grub-efi and grub)
Dependency loop #11 found :
Task ....../grub-mender-grubenv_git**.bb:do_package_qa (dependent tasks a lot of tasks but some of them are initramfs, grub-efi and grub)
What we have in our system :
- This build system has already got initramfs image recipe.
- This build system use meta-secure-core layer
Note : we already build system with meta-secure-core successfully without any issues
What I think is meta-mender is conflict with meta-secure-core and with initramfs.bb. Exactly at tasks do_package_write_rpm and do_package_qa. Unfortunately I could not find the implementation for them to see where is the conflict.
Thanks in advance