Re: [OE-core] [PATCHv2 3/4] bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS

2020-11-30 Thread Richard Purdie
On Mon, 2020-11-30 at 17:44 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Richard Purdie > > Sent: den 27 november 2020 00:42 > > To: Peter Kjellerstedt ; openembedded- > > c...@lists.o

[OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-11-30 Thread Sinan Kaya
This change allows you to pull individual binaries into the target without including the entire suite. Signed-off-by: Sinan Kaya --- meta/recipes-extended/procps/procps_3.3.16.bb | 51 +-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/procps

[OE-core] [meta-oe][PATCH] procps: split into binary subpackages

2020-11-30 Thread Sinan Kaya
This change allows you to pull individual binaries into the target without including the entire suite. Signed-off-by: Sinan Kaya --- meta/recipes-extended/procps/procps_3.3.16.bb | 51 +-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/procps

[OE-core] [meta-oe][PATCH v3] net-tools: split into binary packages

2020-11-30 Thread Sinan Kaya
Support per binary package to not bloat the system with unneeded tools. Signed-off-by: Sinan Kaya --- .../net-tools/net-tools_1.60-20181103.bb | 29 ++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb

Re: [OE-core] [PATCH 1/1] classes/kernel*: allow disabling symlink creation

2020-11-30 Thread Martin Jansa
Can we use a separate variable controlling this behavior other than *_LINK_NAME variables being set to empty? Then we could easily extend it to stop creating the links also for image artifacts as well. On Thu, Nov 26, 2020 at 7:55 PM Paul Eggleton < bluelightn...@bluelightning.org> wrote: > On T

[OE-core][master][PATCH] qemu: CVE-2020-29129 CVE-2020-29130

2020-11-30 Thread Li Wang
References: https://nvd.nist.gov/vuln/detail/CVE-2020-29129 https://nvd.nist.gov/vuln/detail/CVE-2020-29130 backport patch from: https://git.qemu.org/?p=libslirp.git;a=commit;h=2e1dcbc0c2af64fcb17009eaf2ceedd81be2b27f Signed-off-by: Li Wang --- meta/recipes-devtools/qemu/qemu.inc | 1

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2020-11-30 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (12/1) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-11-30 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [OE-core] [PATCHv2 1/4] pseudo: Simplify pseudo_client_ignore_path_chroot()

2020-11-30 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 30 november 2020 12:47 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCHv2 1/4] pseudo: Simplify > pseudo_client_ignore_path_chroot() > > Hi Peter, > > On Wed, 2020-11-25 at 14:48

[OE-core] [PATCH 1/2] linux-firmware: upgrade 20201022 -> 20201118

2020-11-30 Thread Dmitry Baryshkov
From: Dmitry Baryshkov License-Update: firmware versions/filenames Signed-off-by: Dmitry Baryshkov --- ...{linux-firmware_20201022.bb => linux-firmware_20201118.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20201022.bb =

[OE-core] [PATCH 2/2] linux-firmware: package ath11k firmware

2020-11-30 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Package firmware for new generation of Atheros WiFi cards. Signed-off-by: Dmitry Baryshkov --- .../linux-firmware/linux-firmware_20201118.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-fi

[OE-Core][master][gatesgarth][PATCH] populate_sdk_ext: use CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg

2020-11-30 Thread Chandana kalluri
The current implementation will always pick an existing templateconf.cfg if present else it will use the one from OE. A user might not always want to pick an existing tempalteconf.cfg even if its present. Introduce CUSTOM_TEMPLATECONF variable to provide an option for the user to specify if he wa

Re: [OE-core] [PATCH 00/18] Move python3-pytest to oe-core

2020-11-30 Thread Richard Purdie
On Fri, 2020-11-27 at 20:24 -0800, Tim Orling wrote: > From: Tim Orling > > We are increasingly needing pytest in oe-core, so it is time to move it > from meta-python. > > This series first imports the recipes -- as-is -- from meta-python. > Second, the maintainers.inc is updated to add myself a

Re: [OE-core] [PATCH 2/2] connman: set service to conflict with systemd-networkd

2020-11-30 Thread Jack Mitchell
On 02/11/2020 09:20, Yi Zhao wrote: > Do not run systemd-networkd and connman simultaneously. These two > network managers may conflict with each other. > > Signed-off-by: Yi Zhao > --- > ...stop-systemd-networkd-when-using-con.patch | 29 +++ > .../connman/connman_1.38.bb

Re: [OE-core] [PATCHv2 3/4] bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS

2020-11-30 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 27 november 2020 00:42 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCHv2 3/4] bitbake.conf: Cano

Re: [OE-core] Dunfell CVE reduction fun: December raffle

2020-11-30 Thread Steve Sakoman
I neglected to mention that I post a list of outstanding CVE's to openembedded-core@lists.openembedded.org every Sunday. You can browse that email to select CVEs to work on. Steve On Mon, Nov 30, 2020 at 7:12 AM Steve Sakoman via lists.openembedded.org wrote: > > We've been making good progress

[OE-core] CVE raffle: collision avoidance

2020-11-30 Thread Steve Sakoman
Reply to this thread noting which CVE you plan to work on. Please don't claim one unless you really intend to follow through! Note: there are already outstanding CVE database update requests for most of the older qemu issues. Fixes for recent CVE's are fair game though! -=-=-=-=-=-=-=-=-=-=-=-

[OE-core] Dunfell CVE reduction fun: December raffle

2020-11-30 Thread Steve Sakoman
We've been making good progress on reducing the number of issues reported by the CVE checker. We went from 202 on August 16 to 59 on November 29. Some of these reductions have come from sending in corrections to the CVE database where there were errors in version matching, and others have come fr

Re: [OE-core] [PATCH v5 2/5] python3-numpy: Add ptest

2020-11-30 Thread Khem Raj
On Mon, Nov 30, 2020 at 6:11 AM Ross Burton wrote: > > Why are all the patches from this not squashed into this? We don't > need to see the bugs you fixed. Right. heh its better to eat the sausage than to see it being made. Richard did it before pushing to all is set. > > Ross > > On Sun, 29 Nov

[OE-core] [PATCH] dbus: move messagebus user to dbus-common package

2020-11-30 Thread Luca Bocassi
From: Luca Boccassi dbus-broker also uses the messagebus user, so move it over from dbus to dbus-common --- meta/recipes-core/dbus/dbus_1.12.20.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/dbus/dbus_1.12.20.bb b/meta/recipes-core/dbus/dbu

Re: [OE-core] [PATCH v2] kernel: relocate copy of module.lds to module compilation task

2020-11-30 Thread Nicolas Dechesne
On Mon, Nov 30, 2020 at 4:34 PM Steve Sakoman wrote: > > On Sun, Nov 29, 2020 at 9:38 PM Nicolas Dechesne > wrote: > > > > hi Steve and Bruce, > > > > On Wed, Nov 18, 2020 at 5:56 AM Bruce Ashfield > > wrote: > > > > > > From: Bruce Ashfield > > > > > > There were two copies of this patch floa

Re: [OE-core] [PATCH v2] kernel: relocate copy of module.lds to module compilation task

2020-11-30 Thread Steve Sakoman
On Sun, Nov 29, 2020 at 9:38 PM Nicolas Dechesne wrote: > > hi Steve and Bruce, > > On Wed, Nov 18, 2020 at 5:56 AM Bruce Ashfield > wrote: > > > > From: Bruce Ashfield > > > > There were two copies of this patch floating around, and the merged > > variant has the copy in the wrong place. > > >

Re: [OE-core][RFC] weston-init: Stop running weston as root

2020-11-30 Thread Joshua Watt
On 11/27/20 4:17 AM, Peter Bergin wrote: Hi, this is a good improvement to the security, thanks for sharing this! As the global socket now is at /run/wayland-0 users that belongs to group 'wayland' and want to use weston needs to set its XDG_RUNTIME_DIR accordingly. As probably more applica

Re: [OE-core] [PATCH v2] kernel: relocate copy of module.lds to module compilation task

2020-11-30 Thread Steve Sakoman
On Mon, Nov 30, 2020 at 3:24 AM Bruce Ashfield wrote: > > On Mon, Nov 30, 2020 at 2:38 AM Nicolas Dechesne > wrote: > > > > hi Steve and Bruce, > > > > On Wed, Nov 18, 2020 at 5:56 AM Bruce Ashfield > > wrote: > > > > > > From: Bruce Ashfield > > > > > > There were two copies of this patch flo

Re: [OE-core] [PATCH v5 2/5] python3-numpy: Add ptest

2020-11-30 Thread Ross Burton
Why are all the patches from this not squashed into this? We don't need to see the bugs you fixed. Ross On Sun, 29 Nov 2020 at 07:48, Khem Raj wrote: > > Since 1.15, numpy have replaced nose with pytest testing framework > it additionally needs hypothesis and sortedcontainers modules > > Signed

Re: [OE-core] [PATCH] lz4: Use the new branch naming from upstream

2020-11-30 Thread Richard Purdie
On Mon, 2020-11-30 at 14:51 +0100, Quentin Schulz wrote: > Hi Richard, > > On Mon, Nov 30, 2020 at 01:47:03PM +, Richard Purdie wrote: > > Upstream renamed master -> dev, update SRC_URI to match. > > > > Wondering if "release" branch does not make more sense? Good question. Dev had the revi

Re: [OE-core] [PATCH] lz4: Use the new branch naming from upstream

2020-11-30 Thread Quentin Schulz
Hi Richard, On Mon, Nov 30, 2020 at 01:47:03PM +, Richard Purdie wrote: > Upstream renamed master -> dev, update SRC_URI to match. > Wondering if "release" branch does not make more sense? Quentin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[OE-core] [PATCH] lz4: Use the new branch naming from upstream

2020-11-30 Thread Richard Purdie
Upstream renamed master -> dev, update SRC_URI to match. [YOCTO #14135] Signed-off-by: Richard Purdie --- meta/recipes-support/lz4/lz4_1.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb inde

Re: [OE-core] [PATCH v2] kernel: relocate copy of module.lds to module compilation task

2020-11-30 Thread Bruce Ashfield
On Mon, Nov 30, 2020 at 2:38 AM Nicolas Dechesne wrote: > > hi Steve and Bruce, > > On Wed, Nov 18, 2020 at 5:56 AM Bruce Ashfield > wrote: > > > > From: Bruce Ashfield > > > > There were two copies of this patch floating around, and the merged > > variant has the copy in the wrong place. > > >

Re: [OE-core] [PATCHv2 1/4] pseudo: Simplify pseudo_client_ignore_path_chroot()

2020-11-30 Thread Richard Purdie
Hi Peter, On Wed, 2020-11-25 at 14:48 +0100, Peter Kjellerstedt wrote: > This also plugs a memory leak in pseudo_client_ignore_path_chroot(). > > Signed-off-by: Peter Kjellerstedt I make no claim to understand what happened but I tried patches 1 and 2 in a build over the weekend and with the fi

[OE-core] [PATCH] oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball

2020-11-30 Thread Ross Burton
Some of the selftests failed over the weekend with "access denied" errors fetching this tarball. Instead of relying on upstream when fetching the tarball, use the Yocto source mirrors instead. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 inser