Re: [OE-core] [warrior][PATCH 2/3] patch: fix CVE-2019-13638

2019-08-20 Thread akuster808
On 8/20/19 6:58 PM, Anuj Mittal wrote: > From: Trevor Gamblin > > (From OE-Core rev: b59b1222b3f73f982286222a583de09c661dc781) > > Signed-off-by: Trevor Gamblin > Signed-off-by: Richard Purdie never mind that was 636. - armin > ...-directly-instead-of-using-the-shell.patch | 44

Re: [OE-core] [warrior][PATCH 2/3] patch: fix CVE-2019-13638

2019-08-20 Thread Mittal, Anuj
On Tue, 2019-08-20 at 20:08 -0700, akuster808 wrote: > On 8/20/19 6:58 PM, Anuj Mittal wrote: > > From: Trevor Gamblin > > > > (From OE-Core rev: b59b1222b3f73f982286222a583de09c661dc781) > > > > Signed-off-by: Trevor Gamblin > > Signed-off-by: Richard Purdie > > this one is already stagged

Re: [OE-core] [warrior][PATCH 2/3] patch: fix CVE-2019-13638

2019-08-20 Thread akuster808
On 8/20/19 6:58 PM, Anuj Mittal wrote: > From: Trevor Gamblin > > (From OE-Core rev: b59b1222b3f73f982286222a583de09c661dc781) > > Signed-off-by: Trevor Gamblin > Signed-off-by: Richard Purdie this one is already stagged in warrior-nmut

[OE-core] ✗ patchtest: failure for "[warrior] rsync: fix CVEs for ..." and 2 more

2019-08-20 Thread Patchwork
== Series Details == Series: "[warrior] rsync: fix CVEs for ..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/19380/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] ✗ patchtest: failure for patch: backport fixes

2019-08-20 Thread Patchwork
== Series Details == Series: patch: backport fixes Revision: 1 URL : https://patchwork.openembedded.org/series/19379/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [warrior][PATCH 2/3] patch: fix CVE-2019-13638

2019-08-20 Thread Anuj Mittal
From: Trevor Gamblin (From OE-Core rev: b59b1222b3f73f982286222a583de09c661dc781) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- ...-directly-instead-of-using-the-shell.patch | 44 +++ meta/recipes-devtools/patch/patch_2.7.6.bb| 1 + 2 files changed, 45

[OE-core] [warrior][PATCH 3/3] patch: backport fixes

2019-08-20 Thread 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 --- ...porary-file-on-failed-ed-style-patch.patch | 93 +++

[OE-core] [warrior][PATCH 1/3] rsync: fix CVEs for included zlib

2019-08-20 Thread 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]

[OE-core] [PATCH] patch: backport fixes

2019-08-20 Thread 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 --- ...porary-file-on-failed-ed-style-patch.patch | 93 +++

Re: [OE-core] [PATCH 1/1] adwaita-icon-theme: workaround for do_populate_sysroot failure

2019-08-20 Thread Kang Kai
On 2019/8/21 上午3:19, Alexander Kanavin wrote: On Tue, 20 Aug 2019 at 20:42, Ross Burton > wrote: > It fails to run task do_populate_sysroot of adwaita-icon-theme rarely: > > | DEBUG: Executing shell function sysroot_stage_all > | cpio:

[OE-core] [PATCH] serial-getty@.service: Allow device to fast fail if it does not exist

2019-08-20 Thread Jason Wessel
Some BSPs use a USB serial port which may or may not actually be plugged all the time. It is quite useful to have a USB serial port have a getty running but it does not make sense to wait for it for 90 seconds before completing the system startup if it might never get plugged in. The typical

Re: [OE-core] [PATCH] systemd: decreasing default RLIMIT_NOFILE on qemu bsp

2019-08-20 Thread Mark Hatle
On 8/20/19 11:38 AM, Adrian Bunk wrote: > On Tue, Aug 20, 2019 at 08:46:53AM -0500, Mark Hatle wrote: >> On 8/19/19 9:55 AM, richard.pur...@linuxfoundation.org wrote: >>> On Mon, 2019-08-19 at 16:01 +0200, Alexander Kanavin wrote: Should the limit be simply raised? The 256M setup is crumbling

Re: [OE-core] [PATCH v2 3/3] qemuriscv64: Specify the firmware as a bios instead of kernel

2019-08-20 Thread Alistair Francis
On Tue, Aug 20, 2019 at 2:13 PM Khem Raj wrote: > > On Tue, Aug 20, 2019 at 2:03 PM Alistair Francis > wrote: > > > > Now that we have a -bios option for the RISC-V virt machine in QEMU we > > can pass OpenSBI in via -bios and the kernel in via -kernel. We no > > longer need to pass the kernel

Re: [OE-core] [PATCH v2 3/3] qemuriscv64: Specify the firmware as a bios instead of kernel

2019-08-20 Thread Khem Raj
On Tue, Aug 20, 2019 at 2:03 PM Alistair Francis wrote: > > Now that we have a -bios option for the RISC-V virt machine in QEMU we > can pass OpenSBI in via -bios and the kernel in via -kernel. We no > longer need to pass the kernel in via -device loader so let's remove > that. > have you tried

[OE-core] [PATCH v2 1/3] qemu: Upgrade to version 4.1

2019-08-20 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v2: - Fix the qemumips webkitgtk build failure meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/qemu/qemu-native.inc| 4 +- ...u-native_4.0.0.bb => qemu-native_4.1.0.bb} | 0 ...e_4.0.0.bb => qemu-system-native_4.1.0.bb}

[OE-core] [PATCH v2 3/3] qemuriscv64: Specify the firmware as a bios instead of kernel

2019-08-20 Thread Alistair Francis
Now that we have a -bios option for the RISC-V virt machine in QEMU we can pass OpenSBI in via -bios and the kernel in via -kernel. We no longer need to pass the kernel in via -device loader so let's remove that. Signed-off-by: Alistair Francis --- v2: - Improve the commit message

[OE-core] [PATCH v2 2/3] scripts/runqemu: Add support for the BIOS variable

2019-08-20 Thread Alistair Francis
Add support for specifying a BIOS the same way that the KERNEL variable is specified. This includes specifying a QB_DEFAULT_BIOS variable. Signed-off-by: Alistair Francis --- scripts/runqemu | 53 +++-- 1 file changed, 29 insertions(+), 24

Re: [OE-core] [PATCH] systemd: decreasing default RLIMIT_NOFILE on qemu bsp

2019-08-20 Thread Alexander Kanavin
On Tue, 20 Aug 2019 at 15:46, Mark Hatle wrote: > Looking at what my customers are doing, I completely agree. I look at the > design criteria for my customer's devices and I'm seeing 256MB as -very- > common. > More happens, but it's rare still. (But I have some customers with GB of > ram, >

Re: [OE-core] [PATCH 1/1] adwaita-icon-theme: workaround for do_populate_sysroot failure

2019-08-20 Thread Alexander Kanavin
On Tue, 20 Aug 2019 at 20:42, Ross Burton wrote: > > It fails to run task do_populate_sysroot of adwaita-icon-theme rarely: > > > > | DEBUG: Executing shell function sysroot_stage_all > > | cpio: ./icons/Adwaita/16x16/legacy/_inst.21134_: Cannot stat: No such > >file or directory > > > > In

Re: [OE-core] [PATCH 1/1] adwaita-icon-theme: workaround for do_populate_sysroot failure

2019-08-20 Thread Ross Burton
On 20/08/2019 10:05, kai.k...@windriver.com wrote: From: Kai Kang It fails to run task do_populate_sysroot of adwaita-icon-theme rarely: | DEBUG: Executing shell function sysroot_stage_all | cpio: ./icons/Adwaita/16x16/legacy/_inst.21134_: Cannot stat: No such file or directory In script

Re: [OE-core] [PATCH 1/3] qemu: Upgrade to version 4.1

2019-08-20 Thread Alistair Francis
On Sat, Aug 17, 2019 at 6:58 AM Khem Raj wrote: > > this seems to fail in qemu-user mode for mips why compiling webkitgtk > got qemumips > > qemu-mips: > TOPDIR/build/tmp/work/x86_64-linux/qemu-native/4.1.0-r0/qemu-4.1.0/accel/tcg/translate-all.c:2562: > page_check_range: Assertion `start <

[OE-core] [PATCH] sdkext: use simpler kernel module for devtool test

2019-08-20 Thread Mark Asselstine
The current devtool test for the building of an out-of-tree kernel module uses something which requires several "high order" kconfigs to be set. This results in the test failing, not for expected reasons, but rather because it depends on specific kernel configuration. You will get error messages

Re: [OE-core] [PATCH] systemd: decreasing default RLIMIT_NOFILE on qemu bsp

2019-08-20 Thread Adrian Bunk
On Tue, Aug 20, 2019 at 08:46:53AM -0500, Mark Hatle wrote: > On 8/19/19 9:55 AM, richard.pur...@linuxfoundation.org wrote: > > On Mon, 2019-08-19 at 16:01 +0200, Alexander Kanavin wrote: > >> Should the limit be simply raised? The 256M setup is crumbling on > >> several fronts (runtime tests,

[OE-core] [PATCH 10/12] vala: upgrade 0.44.5 -> 0.44.7

2019-08-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.44.5.bb => vala_0.44.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.44.5.bb => vala_0.44.7.bb} (57%) diff --git a/meta/recipes-devtools/vala/vala_0.44.5.bb

[OE-core] [PATCH 12/12] epiphany: upgrade 3.32.3 -> 3.32.4

2019-08-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.32.3.bb => epiphany_3.32.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.32.3.bb => epiphany_3.32.4.bb} (84%) diff --git

[OE-core] [PATCH 11/12] libdazzle: upgrade 3.32.2 -> 3.32.3

2019-08-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdazzle/{libdazzle_3.32.2.bb => libdazzle_3.32.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libdazzle/{libdazzle_3.32.2.bb => libdazzle_3.32.3.bb} (73%) diff --git

[OE-core] [PATCH 09/12] desktop-file-utils: upgrade 0.23 -> 0.24

2019-08-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...top-file-utils_0.23.bb => desktop-file-utils_0.24.bb} | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta/recipes-devtools/desktop-file-utils/{desktop-file-utils_0.23.bb => desktop-file-utils_0.24.bb} (73%) diff --git

[OE-core] [PATCH 08/12] gtk-doc: upgrade 1.30 -> 1.31

2019-08-20 Thread Alexander Kanavin
Drop backported patch. Signed-off-by: Alexander Kanavin --- ...rectly-set-permissions-on-file-to-be.patch | 23 --- .../gtk-doc/files/pkg-config-native.patch | 2 +- .../{gtk-doc_1.30.bb => gtk-doc_1.31.bb} | 5 ++-- 3 files changed, 3 insertions(+), 27 deletions(-)

[OE-core] [PATCH 07/12] createrepo-c: upgrade 0.14.3 -> 0.15.0

2019-08-20 Thread Alexander Kanavin
Disable delta-rpm, which oe-core does not use. Signed-off-by: Alexander Kanavin --- .../{createrepo-c_0.14.3.bb => createrepo-c_0.15.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.14.3.bb =>

[OE-core] [PATCH 06/12] libmodulemd: depend on target python at build time

2019-08-20 Thread Alexander Kanavin
meson build system is importing sysconfig, which requires having a target confiuguration available. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 02/12] qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips

2019-08-20 Thread Alexander Kanavin
This is the qemu default since qemu 2.2, is generally supported better, and is recommended by upstream. It also has already been in use for arm/risc and ovmf. Additional information: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466

[OE-core] [PATCH 05/12] rt-tests: exclude another development version

2019-08-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 84a8f67bd45..227eb99b98d 100644 ---

[OE-core] [PATCH 03/12] images: use 512M of RAM in qemu if 'opengl" is in DISTRO_FEATURES

2019-08-20 Thread Alexander Kanavin
256M was found to be no longer sufficient, as the X server fails to start with the modesetting driver and 3D enabled. Only images that actually include X11 are adjusted. Signed-off-by: Alexander Kanavin --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 ++

[OE-core] [PATCH 04/12] python3-numpy: update to 1.17.0

2019-08-20 Thread Alexander Kanavin
Rebase files/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch License-Update: clarified license for numpy/core/src/multiarray/dragon4.c (it is MIT) Signed-off-by: Alexander Kanavin --- ...-and-so-on-for-libraries-by-default-.patch | 47 ---

[OE-core] ✗ patchtest: failure for networkd-dispatcher: service file is using different binary location

2019-08-20 Thread Patchwork
== Series Details == Series: networkd-dispatcher: service file is using different binary location Revision: 1 URL : https://patchwork.openembedded.org/series/19370/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH 01/12] linux-yocto: add drm-bochs support

2019-08-20 Thread Alexander Kanavin
This allows better modesetting support for the '-vga std' emulated hardware provided by Qemu, which we want to standardize on. See here for background: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/linux/linux-yocto-dev.bb

[OE-core] [PATCH] networkd-dispatcher: service file is using different binary location

2019-08-20 Thread ja . kaisrlik
From: Jan Kaisrlik Signed-off-by: Jan Kaisrlik --- .../recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb

[OE-core] Yocto Project Status WW34'19

2019-08-20 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Anuj on Aug. 23, 2019 * SWAT team rotation: Anuj -> Armin on Aug. 30, 2019 *

Re: [OE-core] [warrior][PATCH 1/3] icecc.bbclass: catch subprocess.CalledProcessError

2019-08-20 Thread Joshua Watt
Looks like "readlink -f" is failing. Can you try to capture the output and figure out why? On Tue, Aug 20, 2019, 2:04 AM Martin Jansa wrote: > * this might be related to: > commit d2fcaeb153fdc3f8d7143ea823139f1537055ff1 > Author: Douglas Royds > Date: Thu Dec 20 11:59:47 2018 +1300 >

Re: [OE-core] [PATCH] systemd: decreasing default RLIMIT_NOFILE on qemu bsp

2019-08-20 Thread Mark Hatle
On 8/19/19 9:55 AM, richard.pur...@linuxfoundation.org wrote: > On Mon, 2019-08-19 at 16:01 +0200, Alexander Kanavin wrote: >> Should the limit be simply raised? The 256M setup is crumbling on >> several fronts (runtime tests, modernisation of X, various non-x86 >> qemu targets). Adding

[OE-core] [PATCH] Revert "kernel.bbclass: adjust a condition checking"

2019-08-20 Thread Jason Wessel
This reverts commit 6676411fccff2d331878e4ca1f9411aafb056a80. This revert restores the original code and adds a comment. The commit that was reverted broke a number of wic templates and tools which rely on the initramfs creation dependency and the case where the INITRAMFS_IMAGE_BUNDLE is not

[OE-core] [PATCH 0/1] Workaround for do_populate_sysroot failure

2019-08-20 Thread kai.kang
From: Kai Kang Hi, The script caused the issue install-sh is identical with the file from libtool and automake. Its function should be stable. And I didn't find out the root cause, so remove the temporary files explictly as workaround. Kai Kang (1): adwaita-icon-theme: workaround for

[OE-core] [PATCH 1/1] adwaita-icon-theme: workaround for do_populate_sysroot failure

2019-08-20 Thread kai.kang
From: Kai Kang It fails to run task do_populate_sysroot of adwaita-icon-theme rarely: | DEBUG: Executing shell function sysroot_stage_all | cpio: ./icons/Adwaita/16x16/legacy/_inst.21134_: Cannot stat: No such file or directory In script ${S}/install-sh, temporary files _inst.* are created

[OE-core] [warrior][PATCH 2/3] meson: backport fix for builds with -Werror=return-type

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

[OE-core] [warrior][PATCH 3/3] powertop: import a fix from buildroot

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

[OE-core] [warrior][PATCH 1/3] icecc.bbclass: catch subprocess.CalledProcessError

2019-08-20 Thread 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 I'm seeing random

[OE-core] [warrior][PATCH v2] dpkg: Use less as pager

2019-08-20 Thread Richard Leitner
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

[OE-core] [PATCH] util-linux: fix uuidd failed with /run/uuidd not found

2019-08-20 Thread Hongxu Jia
It failed to run uuidd ... root@qemux86-64:~# uuidd uuidd: cannot open /run/uuidd/uuidd.pid: No such file or directory ... Create dir /run/uuidd for both of systemd and sysvinit Signed-off-by: Hongxu Jia --- meta/recipes-core/util-linux/util-linux.inc | 21 + 1 file

[OE-core] [PATCH] pango:upgrade 1.44.3 -> 1.44.5

2019-08-20 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta/recipes-graphics/pango/{pango_1.44.3.bb => pango_1.44.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/pango/{pango_1.44.3.bb => pango_1.44.5.bb} (90%) diff --git a/meta/recipes-graphics/pango/pango_1.44.3.bb

[OE-core] [PATCH] libbsd:upgrade 0.9.1 -> 0.10.0

2019-08-20 Thread Zang Ruochen
-License-Update: Copyright year updated to 2019. -libbsd/0001-flopen-Add-missing-fcntl.h-include.patch Removed since these are included in 0.10.0. Signed-off-by: Zang Ruochen --- .../0001-flopen-Add-missing-fcntl.h-include.patch | 46 -- .../libbsd/{libbsd_0.9.1.bb =>