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

2021-08-16 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:

[OE-core] [PATCH] shadow: update default settings for useradd

2021-08-16 Thread Yi Zhao
The shadow 4.9 stops shiping /etc/default/useradd[1] and uses built-in settings by default. Some settings are not consistent with previous shadow 4.8.1 in oe-core. Per shadow 4.8.1 settings, change the default shell to /bin/sh and stop creating mail spool. [1]

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

2021-08-16 Thread Steve Sakoman
The following changes since commit bae9c6482271d53dc28d3c801fba467e268003bd: sstate: Fix rebuilds when changing layer config (2021-08-04 09:57:23 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [hardknott][PATCH] qemu: fix CVE-2021-3682

2021-08-16 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3682.patch | 41 +++ 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3682.patch diff --git

Re: [OE-core] [PATCH 1/7] embree: upgrade 3.13.0 -> 3.13.1

2021-08-16 Thread Anuj Mittal
Sorry, ignore this series. Sent to the wrong list. Thanks, Anuj On Tue, 2021-08-17 at 10:42 +0800, Anuj Mittal wrote: > Signed-off-by: Anuj Mittal > --- >  .../embree/{embree_3.13.0.bb => embree_3.13.1.bb}   | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) >  rename

[OE-core] [PATCH 7/7] thermald: upgrade 2.4.4 -> 2.4.6

2021-08-16 Thread Anuj Mittal
Release 2.4.6 - Fix for Ubuntu bug 1930422 Release 2.4.5 - Address low performance with Dell Latitude 5420 with the latest BIOS Signed-off-by: Anuj Mittal --- .../thermald/{thermald_2.4.4.bb => thermald_2.4.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 1/7] embree: upgrade 3.13.0 -> 3.13.1

2021-08-16 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../embree/{embree_3.13.0.bb => embree_3.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-oneapi/embree/{embree_3.13.0.bb => embree_3.13.1.bb} (95%) diff --git

[OE-core] [PATCH 6/7] lms: upgrade 2109.0.0.0 -> 2127.0.0.0

2021-08-16 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../recipes-bsp/amt/{lms_2109.0.0.0.bb => lms_2127.0.0.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-bsp/amt/{lms_2109.0.0.0.bb => lms_2127.0.0.0.bb} (96%) diff --git

[OE-core] [PATCH 5/7] ixgbevf: upgrade 4.11.1 -> 4.12.4

2021-08-16 Thread Anuj Mittal
Changes in this release: - Added support for 5.12 kernel version - Added support for RHEL 8.4 - Added support for SLES 15sp3 Signed-off-by: Anuj Mittal --- .../intel-ethernet/{ixgbevf_4.11.1.bb => ixgbevf_4.12.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH 4/7] ixgbe: upgrade 5.11.3 -> 5.12.5

2021-08-16 Thread Anuj Mittal
Changes in this release: - Added support for 5.12 kernel version - Added support for RHEL 8.4 - Added support for SLES 15sp3 - Various bug fixes Signed-off-by: Anuj Mittal --- .../intel-ethernet/{ixgbe_5.11.3.bb => ixgbe_5.12.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 3/7] ispc: upgrade 1.16.0 -> 1.16.1

2021-08-16 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../recipes-core/ispc/{ispc_1.16.0.bb => ispc_1.16.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dynamic-layers/clang-layer/recipes-core/ispc/{ispc_1.16.0.bb => ispc_1.16.1.bb} (94%) diff --git

[OE-core] [PATCH 2/7] hdcp: upgrade 21.1.0 -> 21.2.0

2021-08-16 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- recipes-graphics/hdcp/{hdcp_21.1.0.bb => hdcp_21.2.0.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/hdcp/{hdcp_21.1.0.bb => hdcp_21.2.0.bb} (100%) diff --git a/recipes-graphics/hdcp/hdcp_21.1.0.bb

[OE-core] Hardknott systemd-journald issue

2021-08-16 Thread JH
Hi, I've just upgraded from Zeus to Hardknott with the kernel 5.10.59, the /run/log/journal was running out of space and crashed, is it a kernel issue or Hardknott build issue? I never seen that issue in Zeus, I thought that systemd-journald should be capable of detecting the space, if it is no

[OE-core] [PATCH] qemu: fix CVE-2021-3682

2021-08-16 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3682.patch | 41 +++ 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3682.patch diff --git

[OE-core] [PATCH 2/2] package: Fix overrides converion issue with PKGSIZE

2021-08-16 Thread Richard Purdie
This fixes pkgdata PKGSIZE info after the overrides change. Signed-off-by: Richard Purdie --- meta/classes/license_image.bbclass | 2 +- meta/classes/package.bbclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/license_image.bbclass

[OE-core] [PATCH 1/2] package/scripts: Fix FILES_INFO handling

2021-08-16 Thread Richard Purdie
There is a long standing bug where FILES_INFO isn't written into pkgdata with a package suffix. This means if the files are read into the datastore as intended, the last one "wins". Fix this to work as intended. Most of the call sites using the data need to be updated to handle this and the

[OE-core] [PATCH v2 2/3] yocto-bsp: update machine confs with new tune locations

2021-08-16 Thread Jon Mason
Signed-off-by: Jon Mason --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp/conf/machine/genericx86-64.conf| 2 +- meta-yocto-bsp/conf/machine/genericx86.conf | 2 +-

[OE-core] [PATCH v2 3/3] docs: update docs with new tune locations

2021-08-16 Thread Jon Mason
Signed-off-by: Jon Mason --- documentation/bsp-guide/bsp.rst | 4 ++-- documentation/dev-manual/common-tasks.rst | 2 +- documentation/ref-manual/variables.rst| 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/bsp-guide/bsp.rst

[OE-core] [PATCH v2 0/3] tunes: the great migration

2021-08-16 Thread Jon Mason
New in v2 * Fix relocation oversight issue found by Alexandre Belloni * More aggressive sorting of Arm, putting each tune into it's respective design versioned family I ran a quick and dirty CI on this via gitlab, though now including machines for all present in meta-yocto-bsp. The results can

[OE-core] [PATCH v2 1/3] conf/machine: move tune files to architecture directories

2021-08-16 Thread Jon Mason
Move all of the tune files found in conf/machine/include into their respective architecture directories in that same location. All references to these will need to be updated. So, change the relevant ones for this tree in this commit as well. For the ARM tunes, nest them one further into

Re: [oe-core][PATCH 1/1] blktrace: change shebangs

2021-08-16 Thread Richard Purdie
On Mon, 2021-08-16 at 20:40 +0200, Alexander Kanavin wrote: > On Mon, 16 Aug 2021 at 20:20, Joe Slater wrote: > > +blktrace can use either python2 or python3, but we really want > > +python3, so modify the shebangs. > > + > > +Upstream-Status: pending > > + > > +Signed-off-by: Joe Slater > > >

[OE-core][PATCH] arch-armv8m-main: missing space

2021-08-16 Thread Jon Mason
Correct an issue with 2 AVAILTUNES not being separated by a space. Signed-off-by: Jon Mason --- meta/conf/machine/include/arm/arch-armv8m-main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/arm/arch-armv8m-main.inc

Re: [oe-core][PATCH 1/1] blktrace: change shebangs

2021-08-16 Thread Alexander Kanavin
On Mon, 16 Aug 2021 at 20:20, Joe Slater wrote: > +blktrace can use either python2 or python3, but we really want > +python3, so modify the shebangs. > + > +Upstream-Status: pending > + > +Signed-off-by: Joe Slater Please submit upstream first. Signed-off-by is incorrectly written, needs to be

Re: [OE-core] [PATCH] buildhistory: Add output file listing package information

2021-08-16 Thread Andres Beltran
Hi Mikko, This patch outputs information that is readily available in the context of the image, i.e. information that can be read directly from pkgdata. The information for the recipe's layer is not readily available, so it would have to be a separate task to add that information (or make it

[oe-core][PATCH 1/1] blktrace: change shebangs

2021-08-16 Thread Joe Slater
Change shebangs to python3 because we do not support python2. Signed-off-by: Joe Slater --- meta/recipes-kernel/blktrace/blktrace_git.bb | 4 ++- .../blktrace/files/python3-shebangs.patch | 30 +++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644

Re: [oe-core][PATCH 1/1] blktrace: add rdepends

2021-08-16 Thread Joe Slater
I will get rid of the RDEPENDS. Joe > -Original Message- > From: Alexandre Belloni > Sent: Saturday, August 14, 2021 2:39 AM > To: Slater, Joseph > Cc: openembedded-core@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 1/1] blktrace: add rdepends > > Hello, >

Re: [oe-core][PATCH 1/1] blktrace: add rdepends

2021-08-16 Thread Joe Slater
I wanted to make /usr/bin/python supplied by python3 but have that overridden by a higher priority version in python2, but meta-python2 wouldn't go for it. Without that, any alternative python3 supplies would replaced their version. Joe > -Original Message- > From: Khem Raj > Sent:

Re: [OE-core][PATCH] bitbake.conf: Add lz4c, pzstd and zstd

2021-08-16 Thread Khem Raj
On Wed, Jul 14, 2021 at 6:42 AM Joshua Watt wrote: > > Adds the command line compression tools which are needed by bitbake > > Signed-off-by: Joshua Watt > --- > meta/conf/bitbake.conf | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/conf/bitbake.conf

Re: [OE-core][PATCH] bitbake.conf: Add lz4c, pzstd and zstd

2021-08-16 Thread Khem Raj
On Wed, Jul 14, 2021 at 6:42 AM Joshua Watt wrote: > > Adds the command line compression tools which are needed by bitbake > > Signed-off-by: Joshua Watt > --- > meta/conf/bitbake.conf | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/conf/bitbake.conf

[OE-core] [PATCH] oeqa/selftest/buildoptions: test buildhistory PKGSIZE and FILELIST fields

2021-08-16 Thread Ross Burton
Add tests to ensure that PKGSIZE and FILELIST fields are set correctly. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/buildoptions.py | 24 1 file changed, 24 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py

Re: [OE-core] [PATCH 2/2] man-db: Add compression PACKAGECONFIG entries

2021-08-16 Thread Khem Raj
On 8/16/21 1:52 AM, Richard Purdie wrote: Add PACKAGECONFIG entries for various compression algorithms to ensure builds are deterministic. Signed-off-by: Richard Purdie --- meta/recipes-extended/man-db/man-db_2.9.4.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [OE-core] [PATCH] glibc: Fix CVE-2021-35942

2021-08-16 Thread Khem Raj
On Mon, Aug 16, 2021 at 1:59 AM Vinay Kumar wrote: > > Hi Khen Raj, > > The patch for hardknott branch was also submitted. > https://lists.openembedded.org/g/openembedded-core/message/154810 OK, now we have glibc 2.34 in master so the master version is not needed anymore but we still should

[OE-core] [PATCH][dunfell] ovmf: build natively everywhere

2021-08-16 Thread Ross Burton
The OVMF target binaries are (currently) x86-specific, but the native tools to build them are not. Make the COMPATIBLE_HOST assignment target-specific, so that the native tools can be built on an arm64 build server. (From OE-Core rev: 58ebb47688fc98fdaeb78b4033bd31100218d5d6) Signed-off-by:

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 15 Aug 2021 04:00:01 AM HST

2021-08-16 Thread Ross Burton
On Sun, 15 Aug 2021 at 15:03, Steve Sakoman wrote: > New this week: 3 CVEs > CVE-2021-32803: tar > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-32803 * > CVE-2021-32804: tar > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-32804 * These are both node-tar specific, patch

[OE-core] [PATCH] tar: ignore node-tar CVEs

2021-08-16 Thread Ross Burton
These two CVEs are specific to the Node package node-tar. Signed-off-by: Ross Burton --- meta/recipes-extended/tar/tar_1.34.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index c096a8c9a88..98755a11cc5

[OE-core] [PATCH v2 2/2] man-db: Add compression PACKAGECONFIG entries

2021-08-16 Thread Richard Purdie
Add PACKAGECONFIG entries for various compression algorithms to ensure builds are deterministic. Signed-off-by: Richard Purdie --- meta/recipes-extended/man-db/man-db_2.9.4.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/recipes-extended/man-db/man-db_2.9.4.bb

[OE-core] [PATCH v2 1/2] elfutils: Add zstd PACKAGECONFIG for determinism

2021-08-16 Thread Richard Purdie
Ensure builds as deterministic by covering all compression configuration options. Signed-off-by: Richard Purdie --- meta/recipes-devtools/elfutils/elfutils_0.185.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb

Re: [OE-core] [PATCH] glibc: Fix CVE-2021-35942

2021-08-16 Thread Vinay Kumar
Hi Khen Raj, The patch for hardknott branch was also submitted. https://lists.openembedded.org/g/openembedded-core/message/154810 Regards, Vinay On Sun, Aug 15, 2021 at 11:01 PM Khem Raj wrote: > > On Sun, Aug 15, 2021 at 2:19 AM Alexandre Belloni > wrote: > > > > Hello, > > > > On 15/08/2021

[OE-core] [PATCH 1/2] elfutils: Add zstd PACKAGECONFIG for determinism

2021-08-16 Thread Richard Purdie
Ensure builds as deterministic by covering all compression configuration options. Signed-off-by: Richard Purdie --- meta/recipes-devtools/elfutils/elfutils_0.185.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb

[OE-core] [PATCH 2/2] man-db: Add compression PACKAGECONFIG entries

2021-08-16 Thread Richard Purdie
Add PACKAGECONFIG entries for various compression algorithms to ensure builds are deterministic. Signed-off-by: Richard Purdie --- meta/recipes-extended/man-db/man-db_2.9.4.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-extended/man-db/man-db_2.9.4.bb

[OE-core] [PATCH] shadow: fix default value in SHA_get_salt_rounds()

2021-08-16 Thread Yu, Mingli
From: Mingli Yu Backport a patch [1] to fix chpasswd, gpasswd and passwd "hang" for several minutes (10-20min) at 100% cpu usage though they finally terminate successfully. [1] https://github.com/shadow-maint/shadow/issues/393 Signed-off-by: Mingli Yu ---

Re: [OE-core][PATCH v2 2/2] oeqa: wic: Add tests for --no-fstab-update

2021-08-16 Thread Daniel Gomez
Hi Alexandre, On Fri, 13 Aug 2021 at 07:41, Daniel Gomez via lists.openembedded.org wrote: > > Hi Alexandre, > > On Thu, 12 Aug 2021 at 18:34, Alexandre Belloni > wrote: > > > > Hello, > > > > On 10/08/2021 22:11:01+0200, Daniel Gomez wrote: > > > Add tests for the --no-fstab-update wic part

Re: [OE-core] [yocto] Failed to boot kernel 5 after upgrading to Hardknott

2021-08-16 Thread Khem Raj
On 8/15/21 10:36 PM, Zoran wrote: You are using systemd with the wrong defconfig setup, my best guess. cgroup option in the config must be set to Y while using systemd: CONFIG_CGROUP=Y . Zee ___ On Mon, Aug 16, 2021 at 6:24 AM JH wrote: Hi, I upgrade Zeus to Hardknott, the kernel