[OE-core] [PATCH] systemd: remove ${PN}-xorg-xinitrc

2019-11-14 Thread kai.kang
From: Kai Kang In 50-systemd-user.sh which is packaged to sub-package ${PN}-xorg-xinitrc, it exports environment variables DISPLAY and XAUTHORITY to systemd. It fails to start systemd services which require these environment variables such as thunar.service: root@qemux86-64:~# systemctl --user

[OE-core] [PATCH] make-mod-scripts:remove make-mod-scripts from RDEPENDS

2019-11-14 Thread Zang Ruochen
When installing make-mod-scripts, the following error will occur. - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0.qemux86_64 The package it depends on is not generated. To solve the installation dependency problem, remove it from RDEPENDS. Signed-off-by:

[OE-core] [PATCH 2/2] wic: rm with -r flag support

2019-11-14 Thread chee . yang . lee
From: Chee Yang Lee wic currently unable to remove non-empty directory in ext* partition. enable wic rm to remove non-empty directory and all the sub-content with -r flag. update help documents for 'wic rm'. [YOCTO #12404] Signed-off-by: Chee Yang Lee --- scripts/lib/wic/engine.py | 62

[OE-core] [PATCH 1/2] selftest/wic: test wic rm with -r flag

2019-11-14 Thread chee . yang . lee
From: Chee Yang Lee selftest to make sure wic rm with -r flag for ext partition could remove directory and all its content. Signed-off-by: Chee Yang Lee --- meta/lib/oeqa/selftest/cases/wic.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py

[OE-core] [PATCH v2] distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename

2019-11-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Besides checking DISTRO_FEATURES for required or conflicting features, being able to check MACHINE_FEATURES and/or COMBINED_FEATURES may also be useful at times. Temporarily support the old class name with a warning about future deprecation. Signed-off-by: Denys

Re: [OE-core] [PATCH] perf: Add /scripts to sources

2019-11-14 Thread Daniel Díaz
Hello! On Mon, 4 Nov 2019 at 17:42, Bruce Ashfield wrote: > On Mon, Nov 4, 2019 at 5:56 PM Daniel Díaz wrote: > > On Thu, 24 Oct 2019 at 13:34, Daniel Díaz wrote: > > > As of linux-next-20191022, we need bpf_helpers_doc.py in order to > > > build libbpf, which lives in /scripts. Otherwise,

Re: [OE-core] [yocto] Yocto Project Status WW46'19

2019-11-14 Thread Richard Purdie
On Thu, 2019-11-14 at 16:11 -0800, akuster808 wrote: > > Hello Stephen, > > On 11/12/19 7:47 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 3.1 M1 > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > > > > SWAT Team Rotation: > > SWAT lead is currently: Anuj > > SWAT team

Re: [OE-core] [yocto] Yocto Project Status WW46'19

2019-11-14 Thread akuster808
Hello Stephen, On 11/12/19 7:47 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 3.1 M1  > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > >   > > SWAT Team Rotation: > > * SWAT lead is currently: Anuj  > * SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 > * SWAT team

Re: [OE-core] [PATCH v7] mesa: Upgrade to 19.2.3

2019-11-14 Thread Khem Raj
On Thu, Nov 14, 2019 at 12:23 PM Alistair Francis wrote: > > On Wed, Nov 13, 2019 at 11:08 PM Khem Raj wrote: > > > > On Mon, 2019-11-11 at 16:31 -0800, Alistair Francis wrote: > > > From: Alistair Francis > > > > > > Upgrade mesa and mesa-gl to 19.2.3. > > > > > > The license hash change was a

Re: [OE-core] [PATCH v7] mesa: Upgrade to 19.2.3

2019-11-14 Thread Alistair Francis
On Wed, Nov 13, 2019 at 11:08 PM Khem Raj wrote: > > On Mon, 2019-11-11 at 16:31 -0800, Alistair Francis wrote: > > From: Alistair Francis > > > > Upgrade mesa and mesa-gl to 19.2.3. > > > > The license hash change was a trivial new line removal. > > > > The glx-tls option was removed as it

[OE-core] [PATCH v8] mesa: Upgrade to 19.2.4

2019-11-14 Thread Alistair Francis
Upgrade mesa and mesa-gl to 19.2.4. The license hash change was a trivial new line removal. The glx-tls option was removed as it isn't included in the meson.build file. It has been replaced with 'use-elf-tls' instead. I have backported the asm removal as an attempt to fix the musl build issue.

Re: [OE-core] [PATCH] bind: Whitelist CVE-2019-6470

2019-11-14 Thread akuster808
On 11/14/19 4:51 AM, Adrian Bunk wrote: > On Thu, Nov 14, 2019 at 12:04:40PM +, Ross Burton wrote: >> On 13/11/2019 08:19, Adrian Bunk wrote: >>> +# Affects: Builds of dhcpd versions prior to version 4.4.1 when using BIND >>> versions 9.11.2 or later >>> +CVE_CHECK_WHITELIST +=

Re: [OE-core] [PATCH v3 1/2] zstd: move recipe to oe-core from meta-oe

2019-11-14 Thread Stefan Agner
On 2019-11-08 10:14, Stefan Agner wrote: > From: Stefan Agner > > Zstd is a very fast compression algorithm and has gained quite some > popularity recently. An upcoming patch allows to compress rootfs > using Zstd. Moving Zstd to oe-core allows this new conversion formats > to be automatically

Re: [OE-core] [PATCH v7] mesa: Upgrade to 19.2.3

2019-11-14 Thread Alexander Kanavin
We also need to go straight to 19.2.4: https://lists.freedesktop.org/archives/mesa-dev/2019-November/223773.html Alex > On 14 Nov 2019, at 8.08, Khem Raj wrote: > >> On Mon, 2019-11-11 at 16:31 -0800, Alistair Francis wrote: >> From: Alistair Francis >> >> Upgrade mesa and mesa-gl to

Re: [OE-core] [PATCH] bind: Whitelist CVE-2019-6470

2019-11-14 Thread Ross Burton
On 14/11/2019 12:51, Adrian Bunk wrote: On Thu, Nov 14, 2019 at 12:04:40PM +, Ross Burton wrote: On 13/11/2019 08:19, Adrian Bunk wrote: +# Affects: Builds of dhcpd versions prior to version 4.4.1 when using BIND versions 9.11.2 or later +CVE_CHECK_WHITELIST += "CVE-2019-6470" Can you

Re: [OE-core] ✗ patchtest: failure for cdrtools-native: Don't set uid/gid during install

2019-11-14 Thread Paul Barker
On Wed, 13 Nov 2019, at 00:47, Mittal, Anuj wrote: > On Tue, 2019-11-12 at 23:31 +, Paul Barker wrote: > > I'm not sure what's wrong here. I've given the reason in the format > > shown in > >

Re: [OE-core] [PATCH] bind: Whitelist CVE-2019-6470

2019-11-14 Thread Adrian Bunk
On Thu, Nov 14, 2019 at 12:04:40PM +, Ross Burton wrote: > On 13/11/2019 08:19, Adrian Bunk wrote: > > +# Affects: Builds of dhcpd versions prior to version 4.4.1 when using BIND > > versions 9.11.2 or later > > +CVE_CHECK_WHITELIST += "CVE-2019-6470" > > Can you be a bit more explicit about

Re: [OE-core] [PATCH] bind: Whitelist CVE-2019-6470

2019-11-14 Thread Ross Burton
On 13/11/2019 08:19, Adrian Bunk wrote: +# Affects: Builds of dhcpd versions prior to version 4.4.1 when using BIND versions 9.11.2 or later +CVE_CHECK_WHITELIST += "CVE-2019-6470" Can you be a bit more explicit about why this is whitelisted? Ross --

Re: [OE-core] pthreads should rdepend on libgcc

2019-11-14 Thread Adrian Bunk
On Wed, Nov 13, 2019 at 02:36:56PM -0800, Khem Raj wrote: >... > however, there could be another problem, where libgcc_s is lazily > loaded during pthread_exit and > application is not using root user which many daemons do where they > use less privileged user to run > and it would fail in the

Re: [OE-core] pthreads should rdepend on libgcc

2019-11-14 Thread Bartosz Golaszewski
śr., 13 lis 2019 o 23:37 Khem Raj napisał(a): > > On Wed, Nov 13, 2019 at 7:50 AM Ross Burton wrote: > > > > On 13/11/2019 15:04, Mark Hatle wrote: > > >> This is because the implementation of __pthread_exit() in glibc calls > > >> pthread_cancel() which leads to pthread_cancel_init() being

Re: [OE-core] pthreads should rdepend on libgcc

2019-11-14 Thread Bartosz Golaszewski
śr., 13 lis 2019 o 23:39 Khem Raj napisał(a): > > On Wed, Nov 13, 2019 at 12:34 AM Bartosz Golaszewski wrote: > > > > This isn't a patch as I'm not sure how to fix the right way it but it > > seems to my that every program that calls pthread_exit() indirectly > > rdepends on libgcc_s.so.1 being

Re: [OE-core] fetcher uses wrong SRCREV for class-native

2019-11-14 Thread Richard Purdie
On Wed, 2019-11-13 at 08:40 -0800, Andre McCurdy wrote: > On Wed, Nov 13, 2019 at 8:23 AM Richard Purdie > wrote: > > On Wed, 2019-11-13 at 16:21 +, Richard Purdie wrote: > > > I tried this with master and didn't see it reproduce. Do you > > > have: > > > > > >

Re: [OE-core] How to set up custom layer correctly

2019-11-14 Thread Ankur Tyagi
Hi Andrey, On Thu, Nov 14, 2019 at 8:54 PM Andrey Zhizhikin wrote: > > Hey Ankur, > > On Wed, Nov 13, 2019 at 9:55 PM Ankur Tyagi wrote: > > > > Hi, > > > > I have a custom layer for custom board based upon am335x-evm and custom > > images. > > > > I have a master layer called

Re: [OE-core] [PATCH 1/2] libva: upgrade 2.5.0 -> 2.6.0.pre1

2019-11-14 Thread Alexander Kanavin
These are prereleases, let’s wait for the actual release. Alex > On 14 Nov 2019, at 6.51, Naveen Saini wrote: > > Details can be found here: > https://github.com/intel/libva/releases/tag/2.6.0.pre1 > > Signed-off-by: Naveen Saini > --- > .../libva/{libva_2.5.0.bb => libva_2.6.0.pre1.bb}