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

2021-03-26 Thread Martin Jansa
This change isn't in master nor gatesgarth. On Fri, Mar 26, 2021 at 2:46 PM Purushottam choudhary < purushottam.choudh...@kpit.com> wrote: > The maintainer declaration in the buildhistory > is useful for tracking the maintainer of recipes. > This change adds the MAINTAINER variable for > recipes

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

2021-03-26 Thread Purushottam choudhary
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 Choudhary --- meta/classes/buildhistory.bbclass | 10 ++ 1 file

[oe-core][PATCH v3 1/2] valgrind: update 3.16.1 -> 3.17.0

2021-03-26 Thread Yi Fan Yu
Notable changes: * library is now in libexecdir instead of libdir Added patches: * Add musl.supp: missing musl.supp in 3.17.0 Dropped backport patches: * nlcontrolc: found in c79180a3afcf65902e578646c3b716cc749db406 * drd Fedora33: found in 15330adf7c2471fbaa6a0818db07078d81dbff97 * lmw lswi

[oe-core][PATCH v3 2/2] valgrind: Disable ptest swapcontext.vgtest

2021-03-26 Thread Yi Fan Yu
New test introduced in valgrind 3.17.0. Test fails on both qemuarm64 and qemux64. [YOCTO #14324] Signed-off-by: Yi Fan Yu --- Changes in V3: Added Reference to Yocto bug in the patch itself ...orarily-drd-tests-swapcontext.vgtest.patch | 29 +++

Re: [OE-core] [PATCH] populate_sdk_ext: Avoid copying and producing .pyc files

2021-03-26 Thread Mark Hatle
On 3/26/21 12:54 AM, Alexander Kanavin wrote: > Wait, I have to say neither reason is convincing. Pyc files are not > system-specific, they are the same on all systems. And pseudo issues should be > dealt with by fixing the issue, not working around the symptoms, no? These are pyc files that

[OE-core] some trivial(?) questions about packagegroups

2021-03-26 Thread Robert P. J. Day
what should be easy questions about packagegroups, inspired by my running across some puzzling packagegroup recipes in my travels recently. (i'll start with examples out of oe-core). first, as with any other recipe, given a "trivial" packagegroup like, say,

Re: [OE-core] [PATCH v11] util-linux: split uuid in separate recipe to allow bootstrapping

2021-03-26 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 25 mars 2021 17:52 > To: Peter Kjellerstedt ; Oleksiy Obitotskyi - > X (oobitots - GLOBALLOGIC INC at Cisco) ; Luca Bocassi > ; openembedded-core@lists.openembedded.org > Cc: bluelightn...@bluelightning.org; Khem Raj > Subject: Re:

Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449

2021-03-26 Thread Steve Sakoman
On Fri, Mar 26, 2021 at 8:54 AM Khem Raj wrote: > > do we need this on dunfell too? I plan to take it when it hits master. Steve > > On Thu, Mar 25, 2021 at 12:20 PM Mikko Rapeli wrote: > > > > Only security issues fixed in this release according to > > https://www.openssl.org/news/cl111.txt

Re: [OE-core] some trivial(?) questions about packagegroups

2021-03-26 Thread Andre McCurdy
On Fri, Mar 26, 2021 at 8:45 AM Robert P. J. Day wrote: > > what should be easy questions about packagegroups, inspired by my > running across some puzzling packagegroup recipes in my travels > recently. (i'll start with examples out of oe-core). > > first, as with any other recipe, given a

Re: [OE-core] [PATCH v11] util-linux: split uuid in separate recipe to allow bootstrapping

2021-03-26 Thread Richard Purdie
On Fri, 2021-03-26 at 18:06 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Richard Purdie > > Sent: den 25 mars 2021 17:52 > > To: Peter Kjellerstedt ; Oleksiy Obitotskyi - > > X (oobitots - GLOBALLOGIC INC at Cisco) ; Luca Bocassi > > ;

Re: [OE-core] [PATCH v2 1/3] meson: fix native/host confusion in gobject-introspection

2021-03-26 Thread Khem Raj
I am seeing some failures https://errors.yoctoproject.org/Errors/Details/574541/ On Thu, Mar 25, 2021 at 12:08 PM Ross Burton wrote: > > On Thu, 25 Mar 2021 at 18:15, Alexander Kanavin > wrote: > > I don't think I fully understand this. Is g-i in meson projects already > > broken for a while

Re: [OE-core] Autobuilder data collection for intermittent bugs

2021-03-26 Thread Richard Purdie
On Thu, 2021-03-25 at 20:00 -0400, Randy MacLeod wrote: > Thanks for the update Sakib. > > We're planning to follow Steve's example of getting commit access to > contrib branches of y-a-h and poky and using the YP AB to start custom > workers/job initially. We'll also keep working to duplicate

Re: [OE-core] [PATCH v11] util-linux: split uuid in separate recipe to allow bootstrapping

2021-03-26 Thread Andre McCurdy
On Fri, Mar 26, 2021 at 11:12 AM Richard Purdie wrote: > > On Fri, 2021-03-26 at 18:06 +, Peter Kjellerstedt wrote: > > > -Original Message- > > > From: Richard Purdie > > > Sent: den 25 mars 2021 17:52 > > > To: Peter Kjellerstedt ; Oleksiy Obitotskyi - > > > X (oobitots -

Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449

2021-03-26 Thread Khem Raj
do we need this on dunfell too? On Thu, Mar 25, 2021 at 12:20 PM Mikko Rapeli wrote: > > Only security issues fixed in this release according to > https://www.openssl.org/news/cl111.txt > > Signed-off-by: Mikko Rapeli > --- > .../openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb}| 2

[OE-core] [PATCH v3] grub-efi: Re-introduce lost cast to long

2021-03-26 Thread Khem Raj
This cast was accidentally dropped in https://git.savannah.gnu.org/cgit/grub.git/commit/?id=2bf40e9e5be9808b17852e688eead87acff14420 Signed-off-by: Khem Raj Cc: Alistair Francis --- v1: Avoid apply addent to rv32 v2: Drop building grub-efi for rv32 v3: Fix the real regression due to dropped

[OE-core] [PATCH v2 1/4] u-boot: Move definitions to common locations

2021-03-26 Thread Klaus Heinrich Kiwi
Move some definitions from u-boot.inc into uboot-config.bbclass and similarly from kernel-fitimage.bbclass into uboot-sign.bbclass, so that they can be useful when signing the U-boot proper fitimage, for a verified-boot SPL. Signed-off-by: Klaus Heinrich Kiwi ---

[OE-core] [PATCH v2 2/4] u-boot: Add infrastructure to SPL verified boot

2021-03-26 Thread Klaus Heinrich Kiwi
Add the necessary infrastructure to create a U-boot proper fitimage, sign it (using the same keys as the kernel-fitimage), and put the public key in the SPL binary so that verified SPL boot can be accomplished. Signed-off-by: Klaus Heinrich Kiwi --- meta/classes/kernel-fitimage.bbclass | 24 +-

[OE-core] [PATCH v2 3/4] u-boot: Use a different Key for SPL signing

2021-03-26 Thread Klaus Heinrich Kiwi
Duplicate the variables governing u-boot signing so that we can have a different set of keys/parameters signing the SPL. Signed-off-by: Klaus Heinrich Kiwi --- meta/classes/uboot-config.bbclass | 2 ++ meta/classes/uboot-sign.bbclass | 53 +-- 2 files changed, 45

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

2021-03-26 Thread Klaus Heinrich Kiwi
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. This proposal introduces the variables UBOOT_FITIMAGE_ENABLE and

Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449

2021-03-26 Thread Mikko Rapeli
On Fri, Mar 26, 2021 at 09:22:51AM -1000, Steve Sakoman wrote: > On Fri, Mar 26, 2021 at 8:54 AM Khem Raj wrote: > > > > do we need this on dunfell too? > > I plan to take it when it hits master. Thanks! As subject says, the patch applies to both gatesgarth and dunfell. -Mikko

[OE-core] [PATCH v2 4/4] oe-selftest: Add U-Boot fitImage signing testcases

2021-03-26 Thread Klaus Heinrich Kiwi
Derived from the similar kernel fitImage sign testcase, the U-Boot fitImage testcases exercises the following fitimage.FitImageTest scenarios: * test_uboot_fit_image - create unsigned U-Boot fitImage * test_uboot_sign_fit_image - create unsigned U-Boot fitImage in addition to signed Kernel

[OE-core] [PATCH] lib/oe/utils: ignore stderr while checking compiler version

2021-03-26 Thread Lars Poeschel
From: Lars Poeschel The functions for checking the C compiler version call the compiler with the --version argument and capture stdout and stderr to extract the version information from that. This does not work if something goes wrong for the compiler and it then prints some warning to stderr.

Re: [OE-core] [PATCH] git: fix CVE-2021-21300

2021-03-26 Thread Khem Raj
Can we also upgrade git to 2.31.1 as a follow up ? On Fri, Mar 26, 2021 at 8:13 PM Minjae Kim wrote: > > checkout: fix bug that makes checkout follow symlinks in leading path > > Upstream-Status: Acepted > [https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592] > CVE:

Re: [OE-core] [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make

2021-03-26 Thread Denys Dmytriyenko
Hi, Bruce, Would you mind taking a look at this? Have you seen any issues building latest kernel 5.12-rc for aarch64 and seeing host objcopy being used instead of cross compile one? Please let us know. Thanks! -- Denys On Thu, Mar 25, 2021 at 08:13:04PM -0500, Nishanth Menon wrote: > When

[OE-core] [gatesgarth][PATCH] git: fix CVE-2021-21300

2021-03-26 Thread Minjae Kim
checkout: fix bug that makes checkout follow symlinks in leading path Upstream-Status: Acepted [https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592] CVE: CVE-2021-21300 Signed-off-by: Minjae Kim --- meta/recipes-devtools/git/git.inc | 4 +-

[OE-core] [PATCH] git: upgrade 2.30.1 -> 2.31.1

2021-03-26 Thread Minjae Kim
Includes a fix for CVE-2021-21300 Signed-off-by: Minjae Kim --- meta/recipes-devtools/git/{git_2.30.1.bb => git_2.31.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_2.30.1.bb => git_2.31.1.bb} (51%) diff --git

[OE-core] [PATCH] git: fix CVE-2021-21300

2021-03-26 Thread Minjae Kim
checkout: fix bug that makes checkout follow symlinks in leading path Upstream-Status: Acepted [https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592] CVE: CVE-2021-21300 Signed-off-by: Minjae Kim --- meta/recipes-devtools/git/git.inc | 4 +-

Re: [OE-core] [PATCH] systemd-boot: upgrade 247.4 -> 247.5

2021-03-26 Thread Alexander Kanavin
The commit message needs to be corrected, this updates systemd as a whole. Alex On Fri, 26 Mar 2021 at 02:52, zhengruoqin wrote: > Signed-off-by: Zheng Ruoqin > --- > .../systemd/{systemd-boot_247.4.bb => systemd-boot_247.5.bb}| 0 > meta/recipes-core/systemd/systemd.inc

[OE-core] [dunfell][PATCH 1/2] cryptodev-module: Backport a patch to fix build failure with kernel v5.8

2021-03-26 Thread Naveen Saini
From: He Zhe Fix the following build failure with linux-yocto-dev zc.c:61:17: error: 'struct mm_struct' has no member named 'mmap_sem'; did you mean 'mmap_base'? 61 | down_read(>mmap_sem); | ^~~~ | mmap_base zc.c:77:15: error: 'struct

[OE-core] [dunfell][PATCH 2/2] cryptodev-module: fix build failure with kernel v5.10

2021-03-26 Thread Naveen Saini
zc.c:77:8: error: too many arguments to function 'get_user_pages_remote' |77 | ret = get_user_pages_remote(task, mm, | |^ Backported patch to fix it. Signed-off-by: Naveen Saini --- .../cryptodev/cryptodev-module_1.10.bb| 1 +

Re: [OE-core] [PATCH] gst-examples,gstreamer1.0-libav: Add option to exclude from world build

2021-03-26 Thread Yann Dirson
Hi Khem, Le ven. 26 mars 2021 à 02:07, Khem Raj a écrit : > > When LICENSE_FLAGS_WHITELIST does not have commercial in it then the > the dependencies like ffmpeg will become invisible and render these > packages unbuildable, therefore world build will report parse issues > > its better to

Re: [OE-core] [PATCH] [RFC] ffmpeg: make LICENSE_FLAGS fine-grained

2021-03-26 Thread Yann Dirson
Le jeu. 25 mars 2021 à 14:44, Yann Dirson via lists.openembedded.org a écrit : > > Hi Alex, > > Le mar. 23 mars 2021 à 17:42, Alexander Kanavin > a écrit : > > > > Is it possible to further split the NONCOMMERCIAL_PACKAGECONFIGS into ones > > that are enabled and disabled, and use the former in

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.3_M3.rc2)

2021-03-26 Thread Sangeeta Jain
Hi All, This is the full report for yocto-3.3_M3.rc2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found: Bugs verified: BUG id:14306 - [3.3 M3 rc1] beaglebone poky-alt