[yocto] puzzle: simple recipe gets image dependencies

Khem Raj raj.khem at gmail.com
Wed Nov 13 14:50:42 PST 2019


On Wed, Nov 13, 2019 at 12:45 PM Vladimir Molokov
<vladimir.molokov at gmail.com> wrote:
>
> > can you share this dot file ?
> sure:
> http://gitlab.com/morokov/build/raw/master/task-depends.dot
>

Alright, so you have initramfs enabled it seems. Which means kernel
will first try to build designated
initramfs image which in your case is

"linux-yocto.do_bundle_initramfs" -> "core-image-minimal.do_image_complete"

and then core-image-minimal includes bad-example

"core-image-minimal.do_image_complete" -> "bad-example.do_populate_sysroot"

and example does ask kernel to be deployed

"example.do_build" -> "linux-yocto.do_deploy"


so that completes the chain.

Hope that helps.


> also here are more files from the build directory, just in case:
> https://gitlab.com/morokov/build/


More information about the yocto mailing list