Re: [OE-core] How to properly enable PAM integration - docs no longer valid?

2022-01-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Carlos Rafael Giani via > lists.openembedded.org > Sent: den 29 januari 2022 05:19 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] How to properly enable PAM

[OE-core] How to properly enable PAM integration - docs no longer valid?

2022-01-28 Thread Carlos Rafael Giani via lists.openembedded.org
According to this document:   https://wiki.yoctoproject.org/wiki/PAM_Integration PAM can be enabled by adding this line to local.conf:   DISTRO_FEATURES_append += " pam" In newer Yocto versions, this would be:   DISTRO_FEATURES:append += " pam" and this works. I *had* to use "+=" instead of

Re: [OE-core] [oe] Inclusive Language Proposal for YP/OE

2022-01-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-de...@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Jon Mason > Sent: den 24 januari 2022 17:18 > To: yo...@lists.yoctoproject.org; Patches and discussions about the oe- > core layer ; OpenEmbedded Devel > List > Subject: [oe]

Re: [OE-core] [hardknott][PATCH] pigz: fix one failure of command "unpigz -l"

2022-01-28 Thread Changqing Li
Hi, Richard Could you help to merge this also to hardknott branch? Thanks. On 1/17/22 4:11 PM, Changqing Li wrote: From: Changqing Li Refer [1], "unpigz -l" failed with error: $ ./unpigz -l test.txt.gz compressed original reduced name 228799 209715200 99.9% test.txt unpigz: can't destroy

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-28 Thread Marek Vasut
On 1/29/22 03:01, Peter Kjellerstedt wrote: Hi, [...] Personally I do not see it as inconsistent, it is just the way shell handles variables. It is just something to get used to (I also had a colleague who would review any shell code changes we made and comment on every single unnecessary

[OE-core] [PATCH 2/2] sstatetests: Correct a typo in a comment

2022-01-28 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/lib/oeqa/selftest/cases/sstatetests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 96b2d115ed..3038b40021 100644 ---

[OE-core] [PATCH 1/2] devtool: sdk-update: Remove an unnecessary \n from SSTATE_MIRRORS

2022-01-28 Thread Peter Kjellerstedt
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in SSTATE_MIRRORS with "\n". Signed-off-by: Peter Kjellerstedt --- scripts/lib/devtool/sdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-28 Thread Peter Kjellerstedt
> -Original Message- > From: Marek Vasut > Sent: den 29 januari 2022 02:39 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Cc: Andrej Valek ; Richard Purdie > > Subject: Re: [OE-core] [PATCH] Revert "featimage: refactor style" > > On 1/29/22 02:06, Peter

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-28 Thread Marek Vasut
On 1/29/22 02:06, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Marek Vasut Sent: den 29 januari 2022 01:29 To: openembedded-core@lists.openembedded.org Cc: Marek Vasut ; Andrej Valek ; Richard Purdie Subject: [OE-core] [PATCH]

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Marek Vasut > Sent: den 29 januari 2022 01:29 > To: openembedded-core@lists.openembedded.org > Cc: Marek Vasut ; Andrej Valek ; > Richard Purdie > Subject: [OE-core] [PATCH]

[OE-core] [PATCH] kernel-fitimage: Add missing dependency for UBOOT_ENV

2022-01-28 Thread Marek Vasut
For $UBOOT_ENV file to appear in sysroot, virtual/bootloader must populate sysroot first. Add the missing dependency. Signed-off-by: Marek Vasut Cc: Richard Purdie --- meta/classes/kernel-fitimage.bbclass | 4 1 file changed, 4 insertions(+) diff --git

[OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-28 Thread Marek Vasut
This reverts commit f44bb458884da64356ee188917094b5515d3b159. The reverted patch attempted to perform some sort of clean up, however it only brought in style inconsistencies like this: ``` conf_desc="$conf_desc${sep}setup" ``` The curly brackets around variables were placed in the

[OE-core] [PATCH] wayland-protocols: upgrade 1.24 -> 1.25

2022-01-28 Thread Denys Dmytriyenko
https://lists.freedesktop.org/archives/wayland-devel/2022-January/042102.html wayland-protocols 1.25 is now available. Apart from minor fixes and clarifications, this release also adds a new staging protocol for session locking, as well as a 'bounds' event to the xdg_toplevel interface. See the

Re: [OE-core] [WIP/RFC] create-spdx: Get SPDX-License-Identifier from source

2022-01-28 Thread Joshua Watt
On 1/28/22 4:03 PM, Saul Wold wrote: This patch will read the begining of source files and try to find the SPDX-License-Identifier to populate the licenseInfoInFiles field for each source file. This does not populate licenseConculed at this time, nor rolls it up to package level.

[OE-core] [WIP/RFC] create-spdx: Get SPDX-License-Identifier from source

2022-01-28 Thread Saul Wold
This patch will read the begining of source files and try to find the SPDX-License-Identifier to populate the licenseInfoInFiles field for each source file. This does not populate licenseConculed at this time, nor rolls it up to package level. Signed-off-by: Saul Wold ---

Re: [OE-core] [meta][dunfell][PATCH] util-linux: Fix for CVE-2021-3995 and CVE-2021-3996

2022-01-28 Thread Steve Sakoman
On Fri, Jan 28, 2022 at 6:53 AM Ranjitsinh Rathod < ranjitsinh.rat...@kpit.com> wrote: > Steve, > > Can you try this attached file instead which was the output of git > format-patch -1 only? > Sadly this has the same issue. Do you have a public git repo with the correct commit that I can pull

Re: [OE-core] [meta][dunfell][PATCH] util-linux: Fix for CVE-2021-3995 and CVE-2021-3996

2022-01-28 Thread Ranjitsinh Rathod
Hi Steve, I have also faced this problem during the patch test. Actually, this is due to the code itself has next line character between 'foo' and 'bar'. This is maybe because of the below change https://github.com/util-linux/util-linux/commit/5b13d6a1c905e1e425e6b7ca340a410c580f0f75 Then I

Re: [OE-core] [meta][dunfell][PATCH] util-linux: Fix for CVE-2021-3995 and CVE-2021-3996

2022-01-28 Thread Steve Sakoman
On Fri, Jan 28, 2022 at 3:46 AM Ranjitsinh Rathod wrote: > > From: Ranjitsinh Rathod > > Add patches to fix CVE-2021-3995 and CVE-2021-3996 > Also, add support include-strutils-cleanup-strto-functions.patch to > solve compilation error where `ul_strtou64` function not found which is > used in

[OE-core] [meta][dunfell][PATCH] util-linux: Fix for CVE-2021-3995 and CVE-2021-3996

2022-01-28 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod Add patches to fix CVE-2021-3995 and CVE-2021-3996 Also, add support include-strutils-cleanup-strto-functions.patch to solve compilation error where `ul_strtou64` function not found which is used in CVE-2021-3995.patch Signed-off-by: Ranjitsinh Rathod Signed-off-by:

Re: [OE-core] [dunfell][PATCH RFC] busybox.inc: Create temporary busybox links during install

2022-01-28 Thread Bryan Evenson
Andrej, > -Original Message- > From: Valek, Andrej > Sent: Friday, January 28, 2022 6:39 AM > To: openembedded-core@lists.openembedded.org; Bryan Evenson > > Subject: Re: [dunfell][PATCH RFC] busybox.inc: Create temporary busybox > links during install > > Hello Bryan, > > So looks

[OE-core] [RFC] support for multi project toolchain-cmake

2022-01-28 Thread Tobias Neumann
Hello everybody, regarding my bug report https://bugzilla.yoctoproject.org/show_bug.cgi?id=14703 I was forwarded to here to discuss requirements for a proper fix. In the report, I already mentioned a non-generic workaround for that. By extending the CMAKE_FIND_ROOT_PATH with

Re: [OE-core] [dunfell][PATCH RFC] busybox.inc: Create temporary busybox links during install

2022-01-28 Thread Andrej Valek
Hello Bryan, So looks like, there is some kind of problem. Was you able to run the busybox command after upgrade like, "busybox ls /" ? - If yes, there is a problem, that update alternatives hasn't been processed correctly. Try direct command after reboot, if possible - If no, lets continue

Re: [OE-core] About the sstate cache directory hierarchy

2022-01-28 Thread Alexander Kanavin
I do like the idea; not everyone has a pcie gen4/5 ssd for builds, or rigorously trims sstate on a schedule. But there may be consequences or regressions, maybe RP will immediately shoot it down :) I would however still place a single level of hash[:2] *under* the pn/task/, to avoid too many

[OE-core][PATCH] oeqa: qemu: create missing directory for _write_dump

2022-01-28 Thread Andrej Valek
| Failed to dump QMP CMD: query-status with | Exception: [Errno 2] No such file or directory: '.../tmp/log/runtime-hostdump/qmp_00_query-status' | Failed to dump QMP CMD: query-block with | Exception: [Errno 2] No such file or directory: '.../tmp/log/runtime-hostdump/qmp_00_query-block' | Failed

[OE-core] [PATCH] mdadm: fix testcase 00multipath failure

2022-01-28 Thread Changqing Li
From: Changqing Li After upgrade to 4.2, mdadm's testcase 00multipath failed, because a bug in 4.2 makes "-r" not work in manage mode. Signed-off-by: Changqing Li --- ...parsing-of-r-in-monitor-manager-mode.patch | 74 +++ meta/recipes-extended/mdadm/mdadm_4.2.bb | 1 +

[OE-core] [dunfell][PATCH v4] ghostscript: fix CVE-2021-45949

2022-01-28 Thread Minjae Kim
Ghostscript GhostPDL 9.50 through 9.54.0 has a heap-based buffer overflow in sampled_data_finish (called from sampled_data_continue and interp). To apply this CVE-2021-45959 patch, the check-stack-limits-after-function-evalution.patch should be applied first. References:

[OE-core] [dunfell][PATCH v3] ghostscript: fix CVE-2021-45949

2022-01-28 Thread Minjae Kim
From: Minjae Kim Ghostscript GhostPDL 9.50 through 9.54.0 has a heap-based buffer overflow in sampled_data_finish (called from sampled_data_continue and interp). To apply this CVE-2021-45959 patch, the check-stack-limits-after-function-evalution.patch should be applied first. References:

Re: [OE-core] [poky][dunfell][PATCH] libcap: Use specific BSD license variant

2022-01-28 Thread Nisha Parrakat
hi can this be taken to dunfell branch ? regards Nisha -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#161070): https://lists.openembedded.org/g/openembedded-core/message/161070 Mute This Topic: https://lists.openembedded.org/mt/88657933/21656

Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2022-01-28 Thread Changqing Li
On 9/13/21 7:00 PM, Richard Purdie wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, 2021-09-13 at 11:42 +0800, Changqing Li wrote: ping On 8/30/21 4:11 PM, Changqing Li wrote: On 8/6/21 9:21 AM, Changqing Li wrote: From: Changqing Li Steps: 1. build out