Re: [OE-core] Always install initramfs-framework-base in case of linux-yocto & INITRAMFS_IMAGE_BUNDLE=1

2019-02-07 Thread Alexey Brodkin
Hi Andrea, > -Original Message- > From: Andrea Adami > Sent: Thursday, February 7, 2019 5:26 PM > To: Alexey Brodkin > Cc: Leon Woestenberg ; Patches and discussions about the > oe-core layer > > Subject: Re: [OE-core] Always install initramfs-framework-base in case of > linux-yocto

[OE-core] [PATCH] mesa-lima: Add support for mesa for Mail-4xx GPUs

2019-02-07 Thread Alistair Francis
Add support for the open source reverse engineered drivers for the Mali-4xx GPUs. Signed-off-by: Alistair Francis --- .../recipes-graphics/mesa/mesa-lima_18.3.0.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa-lima_18.3.0.bb diff

Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-02-07 Thread Chandana Kalluri
Ping -Original Message- From: Sai Hari Chandana Kalluri Sent: Friday, January 25, 2019 11:53 AM To: openembedded-core@lists.openembedded.org Cc: Alejandro Enedino Hernandez Samaniego ; Chandana Kalluri Subject: [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig

[OE-core] [OE-Core][PATCH] wpa-supplicant: update to 2.7

2019-02-07 Thread Changhyeok Bae
CVE patches is already applied in v2.7 Signed-off-by: Changhyeok Bae --- .../key-replay-cve-multiple1.patch| 191 - .../key-replay-cve-multiple2.patch| 267 -- .../key-replay-cve-multiple3.patch| 201 -

[OE-core] [OE-Core][PATCH] maintainers.inc: replace Changhyeok Bae's @lge email address with a personal one

2019-02-07 Thread Changhyeok Bae
As I will leaving LGE, this address will no longer be valid, so swap it for my person one for now. Signed-off-by: Changhyeok Bae --- meta/conf/distro/include/maintainers.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] [PATCH 1/3] python3: upgrade to 3.7.2

2019-02-07 Thread Khem Raj
On Thu, Feb 7, 2019 at 6:42 AM Alexander Kanavin wrote: > > Thanks - the libnewt-python failure I could not reproduce (and we > haven't seen it on Yocto AB - it is a oecore recipe). > > For python-gevent, I just sent a patch to oe-devel list. >

[OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Khem Raj
This has been a constant source of trouble for build failures due to host-user-contaminated QA errors of sort ERROR: QA Issue: glibc-locale: /glibc-binary-localedata-ca-es+valencia/usr/lib/locale/ca_ES@valencia/LC_MONETARY is owned by uid 3004, which is the same as the user running bitbake.

Re: [OE-core] [PATCH 1/3] libva: upgrade 2.3.0 -> 2.4.0

2019-02-07 Thread Richard Purdie
On Thu, 2019-02-07 at 13:57 +0800, Anuj Mittal wrote: > For changes, see: > > https://github.com/intel/libva/releases > > Signed-off-by: Anuj Mittal > --- > .../recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

Re: [OE-core] [PATCH 1/3] opkg: add --ignore-recommends flag

2019-02-07 Thread Scott Rifenbark
On Thu, Feb 7, 2019 at 9:44 AM Alejandro Del Castillo < alejandro.delcasti...@ni.com> wrote: > > > On 2/7/19 11:36 AM, Scott Rifenbark wrote: > > This change looks like it impacts documentation (i.e. > > > https://yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#var-BAD_RECOMMENDATIONS. > > >

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Joshua Watt
On Thu, 2019-02-07 at 17:21 +, Richard Purdie wrote: > On Thu, 2019-02-07 at 10:59 -0600, Joshua Watt wrote: > > On Thu, Feb 7, 2019 at 10:44 AM Joshua Watt > > wrote: > > > Martin, > > > > > > Do you by any chance build in Docker (or some other transient > > > container)? We recently found

Re: [OE-core] [PATCH V2] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 7 februari 2019 19:04 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH V2] glibc-locale: Rewrite do_install using

[OE-core] [PATCH V2] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Khem Raj
This has been a constant source of trouble for build failures due to host-user-contaminated QA errors of sort ERROR: QA Issue: glibc-locale: /glibc-binary-localedata-ca-es+valencia/usr/lib/locale/ca_ES@valencia/LC_MONETARY is owned by uid 3004, which is the same as the user running bitbake.

Re: [OE-core] [PATCH 1/3] python3: upgrade to 3.7.2

2019-02-07 Thread Khem Raj
On Thu, Feb 7, 2019 at 6:42 AM Alexander Kanavin wrote: > > Thanks - the libnewt-python failure I could not reproduce (and we > haven't seen it on Yocto AB - it is a oecore recipe). > > For python-gevent, I just sent a patch to oe-devel list. > Thanks Alex, really appreciated > Alex > > On Wed,

Re: [OE-core] [PATCH 1/3] opkg: add --ignore-recommends flag

2019-02-07 Thread Alejandro Del Castillo
On 2/7/19 11:36 AM, Scott Rifenbark wrote: > This change looks like it impacts documentation (i.e. > https://yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#var-BAD_RECOMMENDATIONS. > > When will this change go into effect? I believe it doesn't. It is refactoring the opkg

Re: [OE-core] [PATCH 1/3] opkg: add --ignore-recommends flag

2019-02-07 Thread Scott Rifenbark
This change looks like it impacts documentation (i.e. https://yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#var-BAD_RECOMMENDATIONS). When will this change go into effect? Scott On Thu, Feb 7, 2019 at 7:58 AM Alejandro del Castillo < alejandro.delcasti...@ni.com> wrote: > To be used for

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Richard Purdie
On Thu, 2019-02-07 at 10:59 -0600, Joshua Watt wrote: > On Thu, Feb 7, 2019 at 10:44 AM Joshua Watt > wrote: > > Martin, > > > > Do you by any chance build in Docker (or some other transient > > container)? We recently found an issue with building in docker > > where when the primary container

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Martin Jansa
On Thu, Feb 07, 2019 at 10:59:18AM -0600, Joshua Watt wrote: > On Thu, Feb 7, 2019 at 10:44 AM Joshua Watt wrote: > > > > Martin, > > > > Do you by any chance build in Docker (or some other transient container)? > > We recently found an issue with building in docker where when the primary > >

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Joshua Watt
On Thu, Feb 7, 2019 at 10:44 AM Joshua Watt wrote: > > Martin, > > Do you by any chance build in Docker (or some other transient container)? We > recently found an issue with building in docker where when the primary > container command would exit, causing the container to terminate. When the

[OE-core] [PATCH] python3: tweaks to achieve 100% pass rate in ptest

2019-02-07 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python-sanity/python3/python3-manifest.json | 4 ++-- meta/recipes-devtools/python-sanity/python3_3.7.2.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Joshua Watt
Martin, Do you by any chance build in Docker (or some other transient container)? We recently found an issue with building in docker where when the primary container command would exit, causing the container to terminate. When the container terminates, the kernel unceremoniously sends SIGKILL to

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Martin Jansa
There are other rare reproducers which don't involve cp/install (e.g. older qmake was triggering it quite often as well), I've mentioned some in: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12434 glibc-locale is the most common one for sure as pretty much everybody is building that one, I

[OE-core] [PATCH 1/3] opkg: add --ignore-recommends flag

2019-02-07 Thread Alejandro del Castillo
To be used for BAD_RECOMMENDATIONS feature. Signed-off-by: Alejandro del Castillo --- ...pkg-add-add-ignore-recommends-option.patch | 259 ++ meta/recipes-devtools/opkg/opkg_0.4.0.bb | 1 + 2 files changed, 260 insertions(+) create mode 100644

[OE-core] [PATCH 2/3] libsolv: fix segfault when using SOLVER_DISFAVOR

2019-02-07 Thread Alejandro del Castillo
Opkg --add-ignore-recommends use the flag SOLVER_DISFAVOR. If a package is set to be ignored as a recommendee, but there are not other recommends on the package graph, libsolv segfaults. Signed-off-by: Alejandro del Castillo --- ...y-disfavor-recommends-if-there-are-a.patch | 33

[OE-core] [PATCH 0/3] use new opkg --add-ignore-recommends for BAD_RECOMMENDATIONS feature

2019-02-07 Thread Alejandro del Castillo
- Add new opkg --add-ignore-recommends cli flag - Fix libsolv segfaul triggered by --add-ignore-recommends - Replace BAD_RECOMMENDATIONS backend in package_manager.py Alejandro del Castillo (3): opkg: add --ignore-recommends flag libsolv: fix segfault when using SOLVER_DISFAVOR OpkgPM: use

[OE-core] [PATCH 3/3] OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONS

2019-02-07 Thread Alejandro del Castillo
Currently, BAD_RECOMMENDATIONS on the opkg backed relies on editing the opkg status file (it sets BAD_RECOMMENDATIONS pkg want state to deinstalled and pinned). This is brittle, and not consistent across the different solver backends. Use new --add-ignore-recommends flag instead. Signed-off-by:

[OE-core] [PATCH] wpa_supplicant: Changed systemd template units

2019-02-07 Thread Joshua DeWeese
From: Joshua DeWeese I goofed up the scissor line on the last attempt. Not sure how much it matters, but here it is correct this time. Here it is, updated to work with wpa-supplicant_2.6.bb. -- >8 -- https://www.freedesktop.org/software/systemd/man/systemd.unit.html#WantedBy= When building

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Khem Raj
On Thu, Feb 7, 2019 at 3:44 AM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > > Sent: den 7 februari 2019 01:36 > > To: openembedded-core@lists.openembedded.org >

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Khem Raj
On Thu, Feb 7, 2019 at 1:00 AM Richard Purdie wrote: > > On Wed, 2019-02-06 at 16:35 -0800, Khem Raj wrote: > > This has been a constant source of trouble for build failures due to > > host-user-contaminated QA > > errors of sort > > > > ERROR: QA Issue: glibc-locale: > >

[OE-core] (no subject)

2019-02-07 Thread Joshua DeWeese
Here it is, updated to work with wpa-supplicant_2.6.bb. -- >8 -- >From 12d39342b00a1ad5536b105e23b9ea732bba5489 Mon Sep 17 00:00:00 2001 From: Joshua DeWeese Date: Tue, 5 Feb 2019 10:08:37 -0500 Subject: [PATCH] wpa_supplicant: Changed systemd template units

Re: [OE-core] [PATCH 1/3] python3: upgrade to 3.7.2

2019-02-07 Thread Alexander Kanavin
Thanks - the libnewt-python failure I could not reproduce (and we haven't seen it on Yocto AB - it is a oecore recipe). For python-gevent, I just sent a patch to oe-devel list. Alex On Wed, 6 Feb 2019 at 19:03, Khem Raj wrote: > > Alex > > Here are couple of failures I see > >

Re: [OE-core] Always install initramfs-framework-base in case of linux-yocto & INITRAMFS_IMAGE_BUNDLE=1

2019-02-07 Thread Andrea Adami
On Wed, Feb 6, 2019 at 4:54 PM Alexey Brodkin wrote: > > Hi Leon, > > > -Original Message- > > From: Leon Woestenberg > > Sent: Friday, February 1, 2019 12:18 AM > > To: Alexey Brodkin > > Cc: Patches and discussions about the oe-core layer > > > > Subject: Re: [OE-core] Always

[OE-core] [PATCH] python3: forward-port a few patches from 3.5.6

2019-02-07 Thread Alexander Kanavin
There were a few other patches where it was difficult to decide if the patch is still relevant, and how to test that it works correctly; please add those as-needed by testing the new python. Signed-off-by: Alexander Kanavin --- ...fig-append-STAGING_LIBDIR-python-sys.patch | 2 +-

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 7 februari 2019 01:36 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] glibc-locale: Rewrite do_install using >

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-07 Thread Alex Kiernan
On Thu, Feb 7, 2019 at 6:27 AM Khem Raj wrote: > > Please try the patch I posted for openssl10 and report back > https://patchwork.openembedded.org/patch/158573/ > LGTM. -- Alex Kiernan -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-07 Thread Richard Purdie
On Wed, 2019-02-06 at 16:35 -0800, Khem Raj wrote: > This has been a constant source of trouble for build failures due to > host-user-contaminated QA > errors of sort > > ERROR: QA Issue: glibc-locale: > /glibc-binary-localedata-ca-es+valencia/usr/lib/locale/ca_ES@valencia/LC_MONETARY > is