Re: [linux-yocto] [kernel-cache][PATCH 1/2] features: add qemu-guest

2019-06-09 Thread Bruce Ashfield
On Sun, Jun 9, 2019 at 8:49 AM Adrian Freihofer wrote: > > Purpose: Provide an easy way to add ARCH_VIRT=y to the kernel configuration. > This allows to boot ARM images compiled for real hardware in Qemu as well. > Including this feature e.g. into the Beaglebone BSP allows to: We already have

[linux-yocto] [kernel-cache][PATCH 1/2] features: add qemu-guest

2019-06-09 Thread Adrian Freihofer
Purpose: Provide an easy way to add ARCH_VIRT=y to the kernel configuration. This allows to boot ARM images compiled for real hardware in Qemu as well. Including this feature e.g. into the Beaglebone BSP allows to: export MACHINE="beaglebone-yocto" bitbake core-image-minimale runqemu This