[yocto] Boot QCOW2 image on ARM64 with EFI

2022-08-23 Thread Gian Lorenzo Meocci
Hi, Is there a tutorial or some example that explains how to generate a wic.qcow2 image that is able to boot using UEFI on qemu/UTM (on Mac M1) ? thanks -- GL https://www.meocci.it -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply O

[yocto] do_install & RDEPENDS

2022-08-14 Thread Gian Lorenzo Meocci
Inside the do_install I copy some files but it seems that bitbake set those files in the RDEPENS. In the log during the do_root_fs I see: Requires(post): ... mylib.so After that the commands fail with the error message: Problem: conflicting requests - nothing provides mylib.so needed by mypacka