]> code.ossystems Code Review - openembedded-core.git/commit
qemu: split out vte into seperate PACKAGECONFIG
authorAndreas Müller <schnitzeltony@gmail.com>
Tue, 30 Apr 2019 13:19:27 +0000 (15:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Apr 2019 14:47:21 +0000 (15:47 +0100)
commit78e160ac4b72bc3cfbdd89492c711a318585328b
tree43b43913412725eb324b1eefa4a46cdc8dd7dbd5
parent3c5a9ddab11d4b093d95f3a1e6398d14eba0794e
qemu: split out vte into seperate PACKAGECONFIG

* vte-native requires host compiler supporting c++17. Some distros we support
  ship comilers not supporting c++17 currently.
* oe-self-test 'test_testimage_virgl_gtk' sets
  PACKAGECONFIG_append_pn-qemu-system-native = " gtk+". With vte enabled by
  'gtk+'-config, build fails on hosts with ancient compilers [1].
* Alexander Kanavin did some tests: Without vte in PACKAGECONFIG there is still
  a working terminal available with reduced functionality [2].
* Users wanting 'full' terminal in system-qemu back should add
  PACKAGECONFIG_append_pn-qemu-system-native = " vte"
  in their local.conf.

The idea of this patch was coming from Ross Burton - thanks!

[1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/281637.html
[2] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/281727.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc