[linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-15 Thread Alexander Kanavin
This adds support for a virtual graphics card provided by QEMU, which allows accelerated host-assisted GL inside QEMU guests. Signed-off-by: Alexander Kanavin --- cfg/virtio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg index 98d76a67..039cb9a8 100644

Re: [linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-17 Thread Alexander Kanavin
On Mon, 17 Dec 2018 at 04:31, Bruce Ashfield wrote: > > This adds support for a virtual graphics card provided by QEMU, > > which allows accelerated host-assisted GL inside QEMU guests. > > merged. This will be in my next consolidated pull request. Thanks. I'm new to this - why is the patch in ve

Re: [linux-yocto] how to add recipe-sysroot-native to PKG_CONFIG_PATH for linux-yocto

2019-05-14 Thread Alexander Kanavin
You probably need to add a dependency on glib-2.0 to your recipe, then the needed pkgconfig will be in the target sysroot. If you can copy-paste the entire recipe, that would help. Alex On Tue, 14 May 2019 at 11:06, Tong Chen wrote: > > Hi all: > I'm adding some kernel extensions to poky. In su

Re: [linux-yocto] how to add recipe-sysroot-native to PKG_CONFIG_PATH for linux-yocto

2019-05-15 Thread Alexander Kanavin
On Wed, 15 May 2019 at 03:31, Tong Chen wrote: > +DEPENDS += "openssl-native util-linux-native pkgconfig-native > glib-2.0-native zlib-native" It isn't very clear, is kallsyms a native tool using during build, or is it something for the target? If it's a native tool, then it's tricky. Yocto doe

[linux-yocto] [PATCH] common-pc: enable support for bochs vga interface (qemu stdvga)

2019-08-12 Thread Alexander Kanavin
This will enable standardizing qemu machines to '-vga std' emulated hardware (as opposed to the current mix of vmware or cirrus cards, both outdated). See https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 for details. Signed-off-by: Alexander Kanavin --- bsp/common-pc-64/common