I'm using Yocto v2.4.1 and BitBake v1.36.0. I want to remove qemu and qemu-native (All qemu related thing) from my custom generated Linux Image.
How can i do that ?
Thanks
I'm using Yocto v2.4.1 and BitBake v1.36.0. I want to remove qemu and qemu-native (All qemu related thing) from my custom generated Linux Image.
How can i do that ?
Thanks
qemu-native is not included into final image, as it is built for the host architecture and then used to run some target binaries during the bitbake build.
Target qemu (like anything else) is included into the image because the image recipe says so, or something else pulls it in as a dependency. You need to track that down.