With a Yocto kernel build, core-image-base, qemux86_64:
- How do I get Yocto to generate the
vmlinux
(notvmlinuz
) and initrd. - Where can I find these when using a automated script.
The script usage is in the context of a CI/CD workflow, so there needs to be a way to, either:
- Pre-calculate the path Yotco creates.
- Configure Yocto to move it to a defined location, e.g.
build/vmlinux-core-image-base-x86_64
andbuild/initrd-core-image-base-x86_64
Appreciate any hints or tips.