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
== 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
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
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
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
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
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
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
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
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
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
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
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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.
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
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
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
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
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
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
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
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
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/
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
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
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
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
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.
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
-
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
.../
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
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
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.
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
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
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
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-
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 +++
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 +
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
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
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
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
59 matches
Mail list logo