yocto Linux kernel build: vmlinux and initrd creation

832 Views Asked by At

With a Yocto kernel build, core-image-base, qemux86_64:

  1. How do I get Yocto to generate the vmlinux (not vmlinuz) and initrd.
  2. 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:

  1. Pre-calculate the path Yotco creates.
  2. Configure Yocto to move it to a defined location, e.g. build/vmlinux-core-image-base-x86_64 and build/initrd-core-image-base-x86_64

Appreciate any hints or tips.

0

There are 0 best solutions below