Re: [OE-core] [PATCH] vte: upgrade 0.52.2 -> 0.56.1

2019-04-26 Thread Andreas Müller
On Fri, Apr 26, 2019 at 10:34 PM Richard Purdie wrote: > > Hi, > > On Wed, 2019-04-24 at 11:13 +0200, Andreas Müller wrote: > > * license: COPYING was replaced by > > COPYING.LGPL2/COPYING.LGPL3/COPYING.GPL3 > > * prettify recipe a bit > > > > Signed-off-by: Andreas Müller > > --- > > > > V1 -> V

[OE-core] [PATCH] gnome-doc-utils: Remove stale patch

2019-04-26 Thread Adrian Bunk
The recipe was removed 3 years ago. Signed-off-by: Adrian Bunk --- ...Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 40 --- 1 file changed, 40 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch

Re: [OE-core] [PATCH] vte: upgrade 0.52.2 -> 0.56.1

2019-04-26 Thread Richard Purdie
Hi, On Wed, 2019-04-24 at 11:13 +0200, Andreas Müller wrote: > * license: COPYING was replaced by > COPYING.LGPL2/COPYING.LGPL3/COPYING.GPL3 > * prettify recipe a bit > > Signed-off-by: Andreas Müller > --- > > V1 -> V2: Fix build with musl I think something with vte-native is not working quit

Re: [OE-core] [PATCH] qemu: Upgrade from 3.1.0 to 4.0.0

2019-04-26 Thread Alistair Francis
On Fri, Apr 26, 2019 at 6:40 AM wrote: > > On Thu, 2019-04-25 at 11:24 -0700, Alistair Francis wrote: > > On Thu, Apr 25, 2019 at 7:27 AM akuster808 wrote: > > > > > > > > > On 4/25/19 6:49 AM, Richard Purdie wrote: > > > > On Wed, 2019-04-24 at 00:15 +, Alistair Francis wrote: > > > > > This

Re: [OE-core] [meta-oe][RFC][PATCH] Remove openssl10

2019-04-26 Thread Mark Hatle
On 4/26/19 10:50 AM, Adrian Bunk wrote: > On Fri, Apr 26, 2019 at 10:31:03AM -0500, Mark Hatle wrote: >> On 4/26/19 12:12 AM, Adrian Bunk wrote: >>> On Thu, Apr 25, 2019 at 03:18:47PM -0500, Mark Hatle wrote: On 4/25/19 2:28 PM, Adrian Bunk wrote: > Would you consider this patch appropriat

[OE-core] [PATCH] systemd: add cgroupv2 PACKAGECONFIG

2019-04-26 Thread luca . boccassi
From: Luca Boccassi Allow users to change the default cgroup mode at build time and use the unified hierarchy mode. Disabled by default - hybrid is the default upstream value. Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_242.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [meta-oe][RFC][PATCH] Remove openssl10

2019-04-26 Thread Adrian Bunk
On Fri, Apr 26, 2019 at 10:31:03AM -0500, Mark Hatle wrote: > On 4/26/19 12:12 AM, Adrian Bunk wrote: > > On Thu, Apr 25, 2019 at 03:18:47PM -0500, Mark Hatle wrote: > >> On 4/25/19 2:28 PM, Adrian Bunk wrote: > >>> Would you consider this patch appropriate now that warrior has branched? > >> > >>

Re: [OE-core] [PATCH] systemd: upgrade to 242

2019-04-26 Thread Alex Kiernan
On Fri, Apr 26, 2019 at 3:45 PM Jonas Bonn wrote: > > Hi Alex, > > On 26/04/2019 16:14, Alex Kiernan wrote: > > On Thu, Apr 18, 2019 at 11:22 AM Andrej Valek > > wrote: > >> > >> PATCH REBASED: > >> == > >> 0001-do-not-disable-buffer-in-writing-files.patch > >> 0002-don-t-use-glibc-s

Re: [OE-core] [meta-oe][RFC][PATCH] Remove openssl10

2019-04-26 Thread Mark Hatle
On 4/26/19 12:12 AM, Adrian Bunk wrote: > On Thu, Apr 25, 2019 at 03:18:47PM -0500, Mark Hatle wrote: >> On 4/25/19 2:28 PM, Adrian Bunk wrote: >>> Would you consider this patch appropriate now that warrior has branched? >> >> The use of OpenSSL10 as a 'second library' is likely no longer needed.

[OE-core] [master][RFC v2] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
Adding back the python wrapper and adding a patch to use OEPYTHON3HOME instead of PYTHONHOME if set, for python3. If we add back the wrapper as is, we would see the following error that we also see in Thud: ImportError: No module named site OpenEmbedded requires 'python' to be python v2 (>= 2.7.3

[OE-core] [PATCH 2/3] linux-yocto/5.0: port RAID configuration tweaks from master

2019-04-26 Thread bruce . ashfield
From: Bruce Ashfield Porting the following three RAID config changes from master to the 5.0 branch: ffd8cf5baf8 intel-x86: add Intel VMD support 8edf951a15c cfg/efi.cfg: built-in CONFIG_EFIVAR_FS to support Intel VROC 041a6c04244 intel-x86: built-in nvme driver to support boot from nvme

[OE-core] [PATCH 1/3] linux-yocto-rt/4.19: fix merge conflict in lru_drain

2019-04-26 Thread bruce . ashfield
From: Bruce Ashfield Paul Gortmaker sent along the following fixup for 4.19-rt: [ Author: Paul Gortmaker Date: Mon Apr 15 12:01:31 2019 -0400 Revert "mm: handle lru_add_drain_all for UP properly" This reverts commit e6e9d6e290028b0a6b83b563fad9fafa7f1d515e. It was a 4.19.31

[OE-core] [PATCH 3/3] linux-yocto/5.0: integrate TCP timeout / hang fix

2019-04-26 Thread bruce . ashfield
From: Bruce Ashfield Integrating the following fix: [ tcp: fix issues relaed to implement coalescing on backlog queue As was discussed on -netdev, there's an issue with TCP timeouts and hangs due to new features introduced in the 5.0 kernel: https://www.spinics.net/lists/netd

[OE-core] [PATCH 0/3] linux-yocto: (small) consolidated pull request

2019-04-26 Thread bruce . ashfield
From: Bruce Ashfield Richard, This pull request is really about the TCP fix that we need for the ptest timeouts / hangs that you were seeing. I also had one config tweak, and a -rt cleanup that are worth merging as well. Cheers, Bruce The following changes since commit 244cbcce0ecc4691a9ddf

Re: [OE-core] [PATCH] systemd: upgrade to 242

2019-04-26 Thread Jonas Bonn
Hi Alex, On 26/04/2019 16:14, Alex Kiernan wrote: On Thu, Apr 18, 2019 at 11:22 AM Andrej Valek wrote: PATCH REBASED: == 0001-do-not-disable-buffer-in-writing-files.patch 0002-don-t-use-glibc-specific-qsort_r.patch 0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch 00

Re: [OE-core] QA cycle report for 2.7 RC2

2019-04-26 Thread akuster808
Sangeeta, On 4/25/19 11:27 PM, Jain, Sangeeta wrote: > >   > > QA cycle reportfor 2.7 RC2: > >   > > 1. No high milestone defects.  > 2. Test results are available at following location: > > ·    For results of all automated tests, please refer to results > at public AB [1]. > > ·    Fo

[OE-core] [sumo][PATCH] Package sha1 and md5 in python3-crypt

2019-04-26 Thread Sander Visser
--- meta/recipes-devtools/python/python3/python3-manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 2491f36..b5a6e4e 100644 --- a/meta/recipes-devtools/py

Re: [OE-core] [PATCH] systemd: upgrade to 242

2019-04-26 Thread Alex Kiernan
On Thu, Apr 18, 2019 at 11:22 AM Andrej Valek wrote: > > PATCH REBASED: > == > 0001-do-not-disable-buffer-in-writing-files.patch > 0002-don-t-use-glibc-specific-qsort_r.patch > 0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch > 0004-add-fallback-parse_printf_format-imple

Re: [OE-core] [RFC, v5] mesa: Convert recipe to use meson build system

2019-04-26 Thread Richard Purdie
On Fri, 2019-04-26 at 14:55 +0100, Richard Purdie wrote: > On Thu, 2019-04-25 at 10:55 -0300, Fabio Berton wrote: > > - Remove all non related meson patches > > - Change radeon driver to r100 > > - Add python3-mako-native gettext-native to DEPENDS > > > > Based on https://patchwork.openembed

Re: [OE-core] [RFC, v5] mesa: Convert recipe to use meson build system

2019-04-26 Thread Richard Purdie
On Thu, 2019-04-25 at 10:55 -0300, Fabio Berton wrote: > - Remove all non related meson patches > - Change radeon driver to r100 > - Add python3-mako-native gettext-native to DEPENDS > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton I think this

Re: [OE-core] [PATCH 2/3] pulseaudio: disable PIE flags when hardened flags are enabled

2019-04-26 Thread Richard Purdie
On Fri, 2019-04-26 at 15:53 +0300, Tanu Kaskinen wrote: > On Mon, 2019-04-22 at 14:28 -0600, Khem Raj wrote: > > On Mon, Apr 22, 2019 at 6:33 AM Tanu Kaskinen wrote: > > > > > On Fri, 2017-06-09 at 10:10 -0700, Khem Raj wrote: > > > > On Fri, Jun 9, 2017 at 9:38 AM, Tanu Kaskinen > > > > wrote:

Re: [OE-core] QA cycle report for 2.7 RC2

2019-04-26 Thread richard . purdie
On Fri, 2019-04-26 at 06:27 +, Jain, Sangeeta wrote: > > QA cycle report for 2.7 RC2: > > No high milestone defects. > Test results are available at following location: > ·For results of all automated tests, please refer to results > at public AB [1]. > ·For other test resu

Re: [OE-core] [PATCH] qemu: Upgrade from 3.1.0 to 4.0.0

2019-04-26 Thread richard . purdie
On Thu, 2019-04-25 at 11:24 -0700, Alistair Francis wrote: > On Thu, Apr 25, 2019 at 7:27 AM akuster808 wrote: > > > > > > On 4/25/19 6:49 AM, Richard Purdie wrote: > > > On Wed, 2019-04-24 at 00:15 +, Alistair Francis wrote: > > > > This commit upgrade QEMU to the latest 4.0.0 release. > >

Re: [OE-core] [PATCH 2/3] pulseaudio: disable PIE flags when hardened flags are enabled

2019-04-26 Thread Tanu Kaskinen
On Mon, 2019-04-22 at 14:28 -0600, Khem Raj wrote: > On Mon, Apr 22, 2019 at 6:33 AM Tanu Kaskinen wrote: > > > On Fri, 2017-06-09 at 10:10 -0700, Khem Raj wrote: > > > On Fri, Jun 9, 2017 at 9:38 AM, Tanu Kaskinen wrote: > > > > On Fri, 2017-06-09 at 13:07 +, Khem Raj wrote: > > > > > On Fr

[OE-core] [master][RFC v3] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
Adding back the python wrapper and adding a patch to use OEPYTHON3HOME instead of PYTHONHOME if set, for python3. If we add back the wrapper as is, we would see the following error that we also see in Thud: ImportError: No module named site OpenEmbedded requires 'python' to be python v2 (>= 2.7.3

[OE-core] [master][RFC] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
Adding back the python wrapper and adding a patch to use OEPYTHON3HOME instead of PYTHONHOME if set, for python3. If we add back the wrapper as is, we would see the following error that we also see in Thud: ImportError: No module named site OpenEmbedded requires 'python' to be python v2 (>= 2.7.3

[OE-core] [sumo][PATCH] busybox: fix udhcpd not dying on SIGTERM

2019-04-26 Thread Andrej Valek
Signed-off-by: Visser Sander Signed-off-by: Andrej Valek --- .../busybox-udhcpd-fix-not-dying-on-SIGTERM.patch | 272 + meta/recipes-core/busybox/busybox_1.27.2.bb| 1 + 2 files changed, 273 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/busyb

Re: [OE-core] [PATCH] run-postinsts: Fix full execution of scripts at first boot

2019-04-26 Thread Richard Purdie
On Fri, 2019-04-19 at 14:47 -0700, Alejandro Enedino Hernandez Samaniego wrote: > run-postinsts runs a given set of scripts during the first boot of > the > device, when one of these scripts prints something to stdout (isnt > daemonized correctly), since stdout is not available at that time, > the