[OE-core] [PATCH] packagegroup-core-tools-profile: Remove valgrind for riscv32

2021-04-06 Thread Yu, Mingli
From: Mingli Yu valgrind is not yet ported to riscv32. Signed-off-by: Mingli Yu --- .../packagegroups/packagegroup-core-tools-profile.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

[OE-core] [PATCH] qemu: Fix CVE-2020-35517

2021-04-06 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin CVE: CVE-2020-35517 Signed-off-by: Khairul Rohaizzat Jamaluddin --- meta/recipes-devtools/qemu/qemu.inc | 3 + .../qemu/qemu/CVE-2020-35517_1.patch | 153 + .../qemu/qemu/CVE-2020-35517_2.patch | 117 +++

Re: [OE-core] [PATCH] linux-yocto[-rt]_5.4: remove feature/gpio/mockup.scc

2021-04-06 Thread Bruce Ashfield
On Mon, Apr 5, 2021 at 3:08 PM Sakib Sajal wrote: > > mockup.scc is not supported in 5.4 kernel > Can you elaborate ? Are you seeing build issues ? Something else ? The Kconfig options are in our 5.4.109 kernel tree, so you must mean something more than that. Bruce > Signed-off-by: Sakib

Re: [OE-core] style question about assigning to FILES_${PN}

2021-04-06 Thread Richard Purdie
On Tue, 2021-04-06 at 12:28 -0400, Robert P. J. Day wrote: >   i've seen a number of recipes bounce around between these variations > of adding an entire directory to a package's files: > >   FILES_${PN} = "dir" >   FILES_${PN} = "dir/" >   FILES_${PN} = "dir/*" > > first, i'm assuming all of

[OE-core] style question about assigning to FILES_${PN}

2021-04-06 Thread Robert P. J. Day
i've seen a number of recipes bounce around between these variations of adding an entire directory to a package's files: FILES_${PN} = "dir" FILES_${PN} = "dir/" FILES_${PN} = "dir/*" first, i'm assuming all of the above mean exactly the same thing, yes? that the entire directory,

Re: [OE-core] WiFi P2P support

2021-04-06 Thread Khem Raj
On 4/6/21 12:33 AM, JH wrote: Hi, I am building WiFi wlan Linux image on Zeus using Linux WiFi linux-firmware-sd8801 and connman, I need to add WiFi P2P support, is it sufficient to create wpa-supplicant_2.9.bbappend to enable CONFIG_P2P=y (it is disabled in wpa-supplicant_2.9 defconfig)? Do

Re: [OE-core] [dunfell][PATCH 2/2] go_1.14: don't set -buildmode=pie when building for windows targets

2021-04-06 Thread Khem Raj
This looks good to me On Tue, Apr 6, 2021 at 6:08 AM Peter Morrow wrote: > go 1.14 for windows targets does not support -buildmode=pie, disable it > and use > the default buildmode instead. Support for -buildmode=pie for windows > targets > is added with go 1.15 (https://golang.org/doc/go1.15)

Re: [OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-06 Thread Khem Raj
Lgtm On Tue, Apr 6, 2021 at 6:08 AM Peter Morrow wrote: > mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to > 'windows' to enable building for windows targets. > > Signed-off-by: Peter Morrow > --- > meta/classes/goarch.bbclass | 2 ++ > 1 file changed, 2

Re: [OE-core] [poky][dunfell][PATCH] openssh: Whitelist CVE-2008-3844 and CVE-2020-15778

2021-04-06 Thread Steve Sakoman
On Mon, Apr 5, 2021 at 7:07 PM Sana Kazi wrote: > > Hi Steve, > > Whitelisted CVE-2020-15778 because it is reflected in recent CVE metrics > which you mailed on Sunday. Yes, it is in the CVE metrics report because the openssh version in dunfell has the vulnerability. You haven't explained why

[OE-core] Yocto Project Status WW14`21

2021-04-06 Thread Stephen Jolley
Current Dev Position: YP 3.3 M4 (Feature Freeze) Next Deadline: 5th April 2021 YP 3.3 M4 build Next Team Meetings: * Bug Triage meeting Thursday Apr. 8th at 7:30am PDT (

[OE-core][dunfell 00/14] Pull request (cover letter only)

2021-04-06 Thread Steve Sakoman
The following changes since commit 707036d4ec12ef1a260adcef78627b26e32e6540: linux-yocto/5.4: update to v5.4.105 (2021-03-24 04:30:32 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

Re: [OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-06 Thread Richard Purdie
On Tue, 2021-04-06 at 14:07 +, Purushottam Choudhary wrote: > Basically, the whole idea is to generate the metrics dashboards of each > components.  > so, that Maintainer variable in buildhistory could help us to collect this > data from  > automated CI which will maintain KPIs like unit

Re: [OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-06 Thread Purushottam choudhary
Hi Richard, Basically, the whole idea is to generate the metrics dashboards of each components. so, that Maintainer variable in buildhistory could help us to collect this data from automated CI which will maintain KPIs like unit test results, coverage rate, clang-tidy warnings etc. for the

Re: [OE-core] [PATCH v2 0/4] u-boot: Support for SPL verified boot

2021-04-06 Thread Richard Purdie
On Tue, 2021-04-06 at 10:21 -0300, Klaus Heinrich Kiwi wrote: > > On 4/6/2021 7:57 AM, Richard Purdie wrote: > > On Fri, 2021-03-26 at 17:14 -0300, Klaus Heinrich Kiwi wrote: > > > This patch series aims at extending U-Boot's verified boot support to > > > also include SPL. > > > >

[OE-core] [PATCH] oeqa/selftest: add test case for SRC_URI dependency sniffing

2021-04-06 Thread Ross Burton
Add tests to verify that SRC_URI dependency sniffing works correctly. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/fetch.py | 54 +++ 1 file changed, 54 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/fetch.py

Re: [OE-core] [PATCH v2 0/4] u-boot: Support for SPL verified boot

2021-04-06 Thread Klaus Heinrich Kiwi
On 4/6/2021 7:57 AM, Richard Purdie wrote: On Fri, 2021-03-26 at 17:14 -0300, Klaus Heinrich Kiwi wrote: This patch series aims at extending U-Boot's verified boot support to also include SPL. Signed-off-by: Klaus Heinrich Kiwi I've merged this, I wanted to say a big thanks for writing

[OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-06 Thread Peter Morrow
mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to 'windows' to enable building for windows targets. Signed-off-by: Peter Morrow --- meta/classes/goarch.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/goarch.bbclass

[OE-core] [dunfell][PATCH 2/2] go_1.14: don't set -buildmode=pie when building for windows targets

2021-04-06 Thread Peter Morrow
go 1.14 for windows targets does not support -buildmode=pie, disable it and use the default buildmode instead. Support for -buildmode=pie for windows targets is added with go 1.15 (https://golang.org/doc/go1.15) which is added to poky in gatesgarth. Signed-off-by: Peter Morrow ---

[OE-core] [dunfell][PATCH] curl: Patch CVE-2021-22876 & CVE-2021-22890

2021-04-06 Thread Mike Crowe via lists.openembedded.org
Take patches from Ubuntu 20.04 7.68.0-1ubuntu2.5, which is close enough that they apply without conflicts. Signed-off-by: Mike Crowe --- .../curl/curl/CVE-2021-22876.patch| 59 +++ .../curl/curl/CVE-2021-22890.patch| 464 ++

Re: [OE-core] [PATCH v2 0/4] u-boot: Support for SPL verified boot

2021-04-06 Thread Richard Purdie
On Fri, 2021-03-26 at 17:14 -0300, Klaus Heinrich Kiwi wrote: > This patch series aims at extending U-Boot's verified boot support to > also include SPL. > > Presently, setting UBOOT_SIGN_ENABLE instructs the classes uboot-sign > and kernel-fitimage to create and sign a Linux Kernel fitImage.

Re: [OE-core] [meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825

2021-04-06 Thread Richard Purdie
On Mon, 2021-03-29 at 20:12 +0530, Neetika.Singh wrote: > From: Neetika Singh > > Added refreshed patch for CVE issue CVE-2020-12825 > Link: > https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 > > Signed-off-by: Neetika.Singh > --- >  

Re: [OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-06 Thread Richard Purdie
On Thu, 2021-04-01 at 13:05 +0530, Purushottam choudhary wrote: > The maintainer declaration in the buildhistory > is useful for tracking the maintainer of recipes. > This change adds the MAINTAINER variable for > recipes and packages to its buildhistory data. > > Signed-off-by: Purushottam

Re: [OE-core][dunfell 0/6] RFC: Enable world reproducibility testing

2021-04-06 Thread Richard Purdie
On Mon, 2021-04-05 at 04:53 -1000, Steve Sakoman wrote: > This patch series enables world reproducibility testing so that we can begin > monitoring > progress on reproducibile builds for dunfell. It also includes a version > update for > diffoscope to better enable debugging failed packages. >

[OE-core] WiFi P2P support

2021-04-06 Thread JH
Hi, I am building WiFi wlan Linux image on Zeus using Linux WiFi linux-firmware-sd8801 and connman, I need to add WiFi P2P support, is it sufficient to create wpa-supplicant_2.9.bbappend to enable CONFIG_P2P=y (it is disabled in wpa-supplicant_2.9 defconfig)? Do I need to make other changes on