[OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-01 Thread Zheng Ruoqin
We need to configure dnf and rpm to use and make it compatible with package architecture from yocto build system. Signed-off-by: Zheng Ruoqin --- meta/recipes-core/meta/meta-environment.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-core/meta/meta-environment.bb

[OE-core] ✗ patchtest: failure for virgl: add SDL support and enable by default

2019-09-01 Thread Patchwork
== Series Details == Series: virgl: add SDL support and enable by default Revision: 1 URL : https://patchwork.openembedded.org/series/19621/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been ex

[OE-core] [PATCH 5/5] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-01 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7b48fe562ef..d8698f37375 100644

[OE-core] [PATCH 2/5] libsdl2: enable opengl option for native/nativesdk, subject to 'opengl' in DISTRO_FEATURES

2019-09-01 Thread Alexander Kanavin
This allows virgl support in qemu with the SDL frontend Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb b/meta/recipes-graphics/libsdl2/li

[OE-core] [PATCH 3/5] qemu: enable virglrenderer and glx options subject to 'opengl' DISTRO_FEATURE

2019-09-01 Thread Alexander Kanavin
Note that to actually use accelerated GL passthrough, there are two options 1) a suitable frontend need to be also enabled - gtk+ and SDL both seem to work well. Previously I struggled to make SDL work, but now it seems fine. 2) it is also possible to render off-screen with -display egl-headless

[OE-core] [PATCH 1/5] bitbake.conf: propagate 'opengl' DISTRO_FEATURE to native/nativesdk from target

2019-09-01 Thread Alexander Kanavin
This will allow better control over native virgl/qemu configurations. Adjust gtk+3/cairo native configurations to actually ignore opengl when building for -native: we do not need it, and it would cause build failures as only a limited subset of mesa-native is currently built. Drop native/nativesd

[OE-core] [PATCH 4/5] runqemu: add options that enable virgl with the SDL frontend

2019-09-01 Thread Alexander Kanavin
Also, add an option to use Gtk without virgl acceleration. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index b5200106244..80d59424d78 100755 --- a/scripts/runqemu +++ b

[OE-core] [PATCH 0/5] virgl: add SDL support and enable by default

2019-09-01 Thread Alexander Kanavin
This patchset adds two enhancements to qemu virgl support (which is a virtualized accelerated 3D graphics support for the qemu guests): 1. SDL qemu frontend now comes with virgl fully enabled and working (over ssh X11 forwarding as well!), so using the gtk frontend is no longer necessary. 'oe-self

Re: [OE-core] [PATCH] gcc-9.2: Security fix for CVE-2019-14250

2019-09-01 Thread akuster808
On 9/1/19 7:05 AM, Adrian Bunk wrote: > thud and zeus are providing 2 gcc versions each that need fixing. That is a true statement. What are you expecting? - armin > > cu > Adrian > -- ___ Openembedded-core mailing list Openembedded-core@lists.ope

[OE-core] [PATCH 1/2] default-providers.inc: set mesa as the provider for native(sdk) virtual/libgl

2019-09-01 Thread Alexander Kanavin
native/nativesdk libepoxy and libsdl2 require this to be set, when they have the respective opengl features enabled. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/default-providers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/default-provider

[OE-core] [PATCH 2/2] libepoxy: enable x11 PACKAGECONFIG for native/nativesdk

2019-09-01 Thread Alexander Kanavin
This is needed to enable virgl support in qemu with SDL frontend Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb b/meta/recipes-graphics

[OE-core] [warrior 41/43] glibc/glibc-locale: Fix do_stash_locale to work with usrmerge and multilibs

2019-09-01 Thread Armin Kuster
From: Jason Wessel The do_stash_locale was not working consistently across the 4 build configurations and the multilib, usrmerge configuration would fail entirely with the obscure message: | DEBUG: Executing shell function do_prep_locale_tree | tar: i18n: Cannot stat: No such file or directory |

[OE-core] [warrior 42/43] glibc / glibc-locale: Fix stash_locale determinism problems

2019-09-01 Thread Armin Kuster
From: Jason Wessel When using sstate, or performing an incremental build any change to the do_stash_locale() will cause a build failure because do_stash_locale() was destroying the results obtained from the do_install() with several mv operations. A recent change to do_stash_locale() for a diffe

[OE-core] [warrior 43/43] gcc-8.3: Security fix for CVE-2019-14250

2019-09-01 Thread Armin Kuster
From: Armin Kuster Affects < 9.2 Signed-off-by: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-8.3.inc | 1 + .../gcc/gcc-8.3/CVE-2019-14250.patch | 44 ++ 2 files changed, 45 insertions(+) create mode 100644 meta/re

[OE-core] [warrior 37/43] gcc: CVE-2018-12886

2019-09-01 Thread Armin Kuster
From: Zhixiong Chi Backprot CVE patch from the upstream: https://github.com/gcc-mirror/gcc.git [commit f98495d] https://nvd.nist.gov/vuln/detail/CVE-2018-12886 Signed-off-by: Zhixiong Chi Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-8.3.inc

[OE-core] [warrior 36/43] gcc: reduce the variables in symtab

2019-09-01 Thread Armin Kuster
From: Zhixiong Chi Backport the patch from upstream: https://github.com/gcc-mirror/gcc.git [commit beb921e] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=269925 Add the premark_used_variables function, meanwhile do not mark not premarked external variables in prune_unused_types_walk. S

[OE-core] [warrior 31/43] meson: backport fix for builds with -Werror=return-type

2019-09-01 Thread Armin Kuster
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta/recipes-devtools/meson/meson.inc | 1 + ...-return-statements-that-are-seen-with-Wer.patch | 84 ++ 2 files changed, 85 insertions(+) create mode 100644 meta/recipes-devtools

[OE-core] [warrior 40/43] glibc-locale: Fix build error with PACKAGE_NO_GCONV = "1"

2019-09-01 Thread Armin Kuster
From: Jason Wessel When the PACKAGE_NO_GCONV is set to 1 an empty directory is left behind from the do_install rule: = ERROR: glibc-locale-2.29-r0 do_package: QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/locale Please set FI

[OE-core] [warrior 38/43] binutils: Fix mips patch which changes default emulation

2019-09-01 Thread Armin Kuster
From: Nathan Rossi The patch incorrectly removes 'mips_elf32_ntrad_le_vec' from the 'targ_selvecs' replacing it with duplicate entries for 'mips_elf32_ntrad_be_vec'. Correct this so that the default binutils can still handle 'mips_elf32_ntrad_le_vec' binaries. Signed-off-by: Nathan Rossi Signed

[OE-core] [warrior 39/43] glibc: Fix multilibs + usrmerge builds

2019-09-01 Thread Armin Kuster
From: Jason Wessel The build of glibc fails when you have multilibs enabled + the distro feature usrmerge. Here is an example configuration: === MACHINE = "qemux86-64" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_append = " systemd " DISTRO_FEATURES_append += " usrmerge" require co

[OE-core] [warrior 35/43] glib-2.0: fix CVE-2019-13012

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- .../glib-2.0/glib-2.0/CVE-2019-13012.patch | 40 ++ meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta/recipes-core/glib-2

[OE-core] [warrior 30/43] icecc.bbclass: catch subprocess.CalledProcessError

2019-09-01 Thread Armin Kuster
From: Martin Jansa * this might be related to: commit d2fcaeb153fdc3f8d7143ea823139f1537055ff1 Author: Douglas Royds Date: Thu Dec 20 11:59:47 2018 +1300 icecc: Don't generate recipe-sysroot symlinks at recipe-parsing time * it's still a bit unclear when and why this happends, but

[OE-core] [warrior 32/43] powertop: import a fix from buildroot

2019-09-01 Thread Armin Kuster
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../0001-wakeup_xxx.h-include-limits.h.patch | 55 ++ meta/recipes-kernel/powertop/powertop_2.10.bb | 1 + 2 files changed, 56 insertions(+) create mod

[OE-core] [warrior 33/43] binutils: fix CVE-2019-14250 CVE-2019-14444

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- meta/recipes-devtools/binutils/binutils-2.32.inc | 2 ++ .../binutils/binutils/CVE-2019-14250.patch | 33 ++ .../binutils/binutils/CVE-2019-1.patch | 28 ++ 3

[OE-core] [warrior 34/43] pango: fix CVE-2019-1010238

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- .../pango/pango/CVE-2019-1010238.patch | 38 ++ meta/recipes-graphics/pango/pango_1.42.4.bb| 4 ++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 meta/re

[OE-core] [warrior 29/43] dpkg: Use less as pager

2019-09-01 Thread Armin Kuster
From: Ricardo Ribalda Delgado Debian traditionaly uses /usr/bin/pager as the system pager, which is a link to the user preferred pager. This is a Debianism. Without this patch: root@qt5122:~# dpkg -l sh: pager: command not found dpkg-query: error: showing package list on pager subprocess return

[OE-core] [warrior 28/43] patch: backport fixes

2019-09-01 Thread Armin Kuster
From: Anuj Mittal The original fix for CVE-2018-1000156 was incomplete. Backport more fixes done later for a complete fix. Also see: https://savannah.gnu.org/bugs/index.php?53820 Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- ...k-temporary-file-on-failed-ed-style-patch.patch | 9

[OE-core] [warrior 26/43] rsync: fix CVEs for included zlib

2019-09-01 Thread Armin Kuster
From: Anuj Mittal rsync includes its own copy of zlib and doesn't recommend linking with the system version [1]. Import CVE fixes that impact zlib version 1.2.8 [2] that is currently used by rsync. [1] https://git.samba.org/rsync.git/?p=rsync.git;a=blob;f=zlib/README.rsync [2] https://nvd.nist

[OE-core] [warrior 23/43] linux-yocto/4.19: update to 4.19.57 and -rt22

2019-09-01 Thread Armin Kuster
From: Bruce Ashfield Updating the linux-yocto 4.19 recipe to the latest -stable and -rt releases. We also integrate a configuration change to support ptests on scsci targets: scsi-debug: include core scsi support for standalone inclusion The -stable changes comprise the following commits:

[OE-core] [warrior 27/43] patch: fix CVE-2019-13638

2019-09-01 Thread Armin Kuster
From: Trevor Gamblin (From OE-Core rev: b59b1222b3f73f982286222a583de09c661dc781) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- ...ke-ed-directly-instead-of-using-the-shell.patch | 44 ++ meta/recipes-devtools/patch/patch_2.7.

[OE-core] [warrior 25/43] boost: Fix build and enable context and coroutines on aarch64

2019-09-01 Thread Armin Kuster
From: "Bedel, Alban" Like for ARM bjam need some hints about the ABI to properly build on aarch64. While at it also enable context and coroutine as these are supported on aarch64. Signed-off-by: Alban Bedel Signed-off-by: Armin Kuster --- meta/recipes-support/boost/boost.inc | 2 ++ 1 file ch

[OE-core] [warrior 24/43] linux-yocto/4.19: update to v4.19.61

2019-09-01 Thread Armin Kuster
From: Bruce Ashfield Integrating the korg -stable commits that comprise the following changes: 7250956f6eaf Linux 4.19.61 025eb12bb4b0 dm bufio: fix deadlock with loop device 404f59e265ac dt-bindings: allow up to four clocks for orion-mdio 03e6a668ea1f net: mvmdio: allow up to four c

[OE-core] [warrior 21/43] mesa: Update 19.0.1 -> 19.0.8

2019-09-01 Thread Armin Kuster
From: Fabio Berton This commit adds the following changes: Updates from 19.0.8: - Mesa 19.0.8 is an emergency bug fix release which fixes a critical bug found in the 19.0.7 release. Full log: https://www.mesa3d.org/relnotes/19.0.8.html Updates from 19.0.7: - Mesa 19.0.7 is a bug

[OE-core] [warrior 22/43] qemu: fix CVE-2018-20815

2019-09-01 Thread Armin Kuster
Signed-off-by: Naveen Saini Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu.inc| 1 + .../qemu/qemu/CVE-2018-20815.patch | 38 ++ 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-20

[OE-core] [warrior 17/43] psmisc: Fix dependency for USE_NLS=no

2019-09-01 Thread Armin Kuster
From: Jason Wessel When using USE_NLS="no" in the local.conf psmisc will fail to compile as follows: | autoreconf: Entering directory `.' | autoreconf: running: autopoint --force | autoreconf: failed to run autopoint: No such file or directory | autoreconf: autopoint is needed because this packa

[OE-core] [warrior 19/43] package.bbclass: fix directories setuid and setgid bits

2019-09-01 Thread Armin Kuster
From: Joël Esponde populate_packages relies on ``mkdir`` to both create a directory and set its permissions. However, ``mkdir`` honors the ``umask`` value. Therefore, some bits may be lost in the operation. In our case, the setgid bit on the directories were lost. This commit fixes this by havin

[OE-core] [warrior 20/43] qemu: add a patch fixing the native build on newer kernels

2019-09-01 Thread Armin Kuster
From: Bartosz Golaszewski The build fails on qemu-native if we're using kernels after commit 0768e17073dc527ccd18ed5f96ce85f9985e9115. This adds an upstream patch that fixes the issue. Signed-off-by: Bartosz Golaszewski Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recip

[OE-core] [warrior 18/43] systemd: Backport OpenSSL BUF_MEM fix

2019-09-01 Thread Armin Kuster
From: Alex Kiernan Building `systemd-resolve` from systemd 242 with OpenSSL 1.1.1c and enabling DNS over TLS ends up calling abort (on 32 bit armhf): Program terminated with signal SIGABRT, Aborted. #0 __libc_do_syscall () at libc-do-syscall.S:49 49libc-do-syscall.S: No such file or d

[OE-core] [warrior 13/43] patch: fix CVE-2019-13636

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- .../patch/patch/CVE-2019-13636.patch | 113 + meta/recipes-devtools/patch/patch_2.7.6.bb | 1 + 2 files changed, 114 insertions(+) create mode 100644 meta/recipes-devtools/

[OE-core] [warrior 15/43] ghostscript: fix CVE-2019-3839

2019-09-01 Thread Armin Kuster
From: Naveen Saini Signed-off-by: Naveen Saini Signed-off-by: Armin Kuster --- .../ghostscript/CVE-2019-3839-0008.patch | 440 + .../ghostscript/ghostscript_9.26.bb| 1 + 2 files changed, 441 insertions(+) create mode 100644 meta/recipes-extend

[OE-core] [warrior 16/43] rng-tools: fix very long shutdown delay with systemd

2019-09-01 Thread Armin Kuster
From: "Bedel, Alban" The systemd service file has DefaultDependencies=no but is not properly configured to also stop the unit. Because of this the unit keep running after shutdown but systemd still waits for it to finish to then later resort to a hard kill. All this take 1m30s with the default co

[OE-core] [warrior 14/43] python3: fix CVE-2019-9740

2019-09-01 Thread Armin Kuster
From: Anuj Mittal CVE-2019-9947 is same as CVE-2019-9740 and mark it as such. See: https://bugs.python.org/issue30458 Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- .../python/python3/CVE-2019-9740.patch | 151 + meta/recipes-devtools/python/python

[OE-core] [warrior 12/43] package: Improve determinism

2019-09-01 Thread Armin Kuster
From: Richard Purdie Its possible in cases with multiple shlib providers we were not being deterministic. Add in a couple of sorted() calls to fix the shlibs and pkgconfig cases with this potential issue. Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/classes/package.bbcla

[OE-core] [warrior 08/43] tiff: fix CVE-2019-6128

2019-09-01 Thread Armin Kuster
From: Ross Burton (From OE-Core rev: 7293e417dd9bdd04fe0fec177a76c9286234ed46) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../libtiff/tiff/CVE-2019-6128.patch | 52 ++ meta/recipes-multimedia/libtiff/tiff_4.0.10.

[OE-core] [warrior 11/43] gstreamer1.0-vaapi: backport jpeg encode/decode fixes

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Backport patches from 1.15 to fix JPEG encode/decode issues when using VAAPI with Intel media-driver. See for details: https://bugzilla.gnome.org/show_bug.cgi?id=796705 https://bugzilla.gnome.org/show_bug.cgi?id=796505 Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster -

[OE-core] [warrior 10/43] libsdl: CVE fixes

2019-09-01 Thread Armin Kuster
From: Anuj Mittal Fixes CVE-2019-7572, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576, CVE-2019-7577, CVE-2019-7578, CVE-2019-7635, CVE-2019-7637, CVE-2019-7638. Signed-off-by: Anuj Mittal Signed-off-by: Armin Kuster --- .../libsdl/libsdl-1.2.15/CVE-2019-7572.patch | 114 .../

[OE-core] [warrior 03/43] python: fix CVE-2019-9740

2019-09-01 Thread Armin Kuster
From: Anuj Mittal (From OE-Core rev: 8eddac3305b7b428565103cde88cba444e3f0dd0) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../python/python/CVE-2019-9740.patch | 215 + meta/recipes-devtools/python/python_2.7.16.b

[OE-core] [warrior 06/43] libid3tag: handle unknown encodings (CVE-2017-11550)

2019-09-01 Thread Armin Kuster
From: Ross Burton (From OE-Core rev: 5090afc1b07e62f70ebcf63a7abb75b8552f0a52) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../libid3tag/libid3tag/unknown-encoding.patch | 39 ++ .../libid3tag/libid3tag_0.15.1b.bb

[OE-core] [warrior 09/43] tiff: fix CVE-2019-7663

2019-09-01 Thread Armin Kuster
From: Ross Burton (From OE-Core rev: d06d6910d1ec9374bb15e02809e64e81198731b6) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../libtiff/tiff/CVE-2019-7663.patch | 77 ++ meta/recipes-multimedia/libtiff/tiff_4.0.10.

[OE-core] [warrior 04/43] libxslt: fix CVE-2019-13117 CVE-2019-13118

2019-09-01 Thread Armin Kuster
From: Anuj Mittal (From OE-Core rev: 7dc3048fec88dd62ef49ef16517b7382ab7cf2a5) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../libxslt/files/CVE-2019-13117.patch | 33 ++ .../libxslt/files/CVE-2019-13118.patch | 76

[OE-core] [warrior 05/43] glibc: CVE-2018-20796 is same as CVE-2019-9169

2019-09-01 Thread Armin Kuster
From: Anuj Mittal See: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141 https://www.securityfocus.com/bid/107160 (From OE-Core rev: 7e90506534ed2a70680382cf28614f02fdb98409) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/g

[OE-core] [warrior 00/43] Patch review

2019-09-01 Thread Armin Kuster
Please have feedback by Tuesday The following changes since commit 952bfcc3f4b9ee5ba584da0f991f95e80654355a: curl: fix CVE-2019-5435 CVE-2019-5436 (2019-07-29 10:25:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib stable/warrior-nmut h

[OE-core] [warrior 07/43] libid3tag: CVE-2017-11551 is the same as CVE-2004-2779

2019-09-01 Thread Armin Kuster
From: Ross Burton (From OE-Core rev: 0663e5f8f906803685f018061d51fd6277916e50) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-

[OE-core] [warrior 01/43] binutils: fix CVE-2019-12972 CVE-2019-9071

2019-09-01 Thread Armin Kuster
From: Anuj Mittal (From OE-Core rev: 093f0914f261a27d58ecba9c1e9d3b78a35af012) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-devtools/binutils/binutils-2.32.inc | 2 + .../binutils/binutils/CVE-2019-12972.patch | 51 +++

[OE-core] [warrior 02/43] binutils: CVE-2019-9070 is same as CVE-2019-9071

2019-09-01 Thread Armin Kuster
From: Anuj Mittal See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89395 (From OE-Core rev: cef180de3684491f1ac4180ddbcc102121222181) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-devtools/binutils/binutils/CVE-2019-9071.patch | 1 +

Re: [OE-core] [PATCH] gcc-9.2: Security fix for CVE-2019-14250

2019-09-01 Thread Adrian Bunk
thud and zeus are providing 2 gcc versions each that need fixing. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pear

Re: [OE-core] [PATCH 1/2] default-providers.inc: set mesa as the provider for native virtual/libgl

2019-09-01 Thread Alexander Kanavin
On Sun, 1 Sep 2019 at 11:39, Alexander Kanavin wrote: > native libepoxy and libsdl2 require this to be set, when they > have the respective opengl features enabled. > nativesdk needs the same fix, will resend. Alex -- ___ Openembedded-core mailing li

[OE-core] [PATCH 2/2] libepoxy: enable x11 PACKAGECONFIG for native/nativesdk

2019-09-01 Thread Alexander Kanavin
This is needed to enable virgl support in qemu with SDL frontend Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb b/meta/recipes-graphics

[OE-core] [PATCH 1/2] default-providers.inc: set mesa as the provider for native virtual/libgl

2019-09-01 Thread Alexander Kanavin
native libepoxy and libsdl2 require this to be set, when they have the respective opengl features enabled. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/default-providers.inc b/met