Re: [yocto] [PATCH][yocto-docs] ref-manual: Corrected openSUSE essential packages

2019-06-16 Thread akuster808
On 6/6/19 4:46 PM, Michael Halstead wrote: > Some packages were bumped onto the pip3 install line. Install them with > zypper as before. > > Signed-off-by: Michael Halstead > --- is this too early to Ping? is there an issue with this patch? -armin > documentation/poky.ent | 4 ++-- > 1

[linux-yocto] [kernel-cache][PATCHv2 1/1] bsp/beaglebone: support qemu -machine virt

2019-06-16 Thread Adrian Freihofer
Purpose: Support booting a beaglebone image with runqemu. If the kernel supports Qemu's virt machine, runqemu works almost for free. The device tree for machine virt is included in Qemu, which simplifies everything quite a bit. This change adds ARCH_VIRT=y and some drivers to the beaglebone

[linux-yocto] [kernel-cache][PATCHv2 0/1] qemu support for ARM devices

2019-06-16 Thread Adrian Freihofer
Hi, Bruce, Compared to v1, this is more or less a rewrite. It is now very similar to the qemuarma15 BSP as suggested by you. The qemuarm15 BSP generates a kernel of 7046128 bytes. The current Beaglebone yocto configuration produces a kernel of 6451976 bytes. In addition to the configuration