[OE-core] [meta-oe][PATCH V2] cpio: add ptest.

2023-02-08 Thread Yan Xin Kuan
From: yanxk add ptest function for oss 'cpio'. this test takes less than 1 second with kvm enabled, so it is a fast test. autotest files would contain TMPDIR, they are removed from script files atconfig and atlocal. Signed-off-by: yanxk --- .../distro/include/ptest-packagelists.inc | 1

[OE-core] Qemu doesn't respond while logging in for the Rust Oe-Selftest implementation.

2023-02-08 Thread Shinde, Yash
I got the following error while logging in to qemu for Rust Oe-Selftest for x86 target: 2023-02-07 04:09:21,688 - oe-selftest - INFO - Traceback (most recent call last): File "/ala-lpggp31/yshinde/rust-oe/poky/meta/lib/oeqa/selftest/cases/rust.py", line 29, in test_rust

Re: [OE-core] Yocto Bug 14965 - Need info on rmeta hash

2023-02-08 Thread Alex Kiernan
Hi Sundeep Not sure I can really help - at best I'm a novice rust user (albeit with a team who are writing rust). Looking at the source for rmeta generation (https://github.com/rust-lang/rust/tree/master/compiler/rustc_metadata/src/rmeta) it looks like it's really just a dump of internal state.

[OE-core][PATCH] sstatesig: Improve output hash calculation

2023-02-08 Thread Mateusz Marciniec
From: Mateusz Marciniec Symbolic links to the files are included during the output hash calculation but symlinks to the directories are missed. So if the new symlink to a directory was the only change made, then the output hash won't change, and the Hash Equivalence server may change unihash. In

[OE-core] [PATCH] devshell.bbclass: Do not add scripts/git-intercept to PATH

2023-02-08 Thread Peter Kjellerstedt
The use of scripts/git-intercept was introduced in commit 3266c327df (install/devshell: Introduce git intercept script due to fakeroot issues) and later reverted in commit af27c81eaf (scripts: Make git intercept global). Signed-off-by: Peter Kjellerstedt --- meta/classes-global/devshell.bbclass

Re: [OE-core] [PATCH] wic/plugins/source/bootimg-efi: Configure installation of

2023-02-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Kareem, On Tue, 7 Feb 2023 20:03:04 +0100 "Kareem Zarka" wrote: > The issue with installing the kernel image to both rootfs > and boot partition is that some systems rely on the kernel image in > rootfs and not in the boot partition. > This leads to duplication of the kernel image, which

Re: [oe-core][PATCHv3] wic-imager-direct.py: use fstab update also for root device

2023-02-08 Thread Markus Volk
Hello Luca, unfortunately I still have a qemu issue if running this test but I had a look at the files it creates and the entry for the root partition in /etc/fstab looks like this: /dev/root/auto ro 1 0 Reasonable because it wants to

Re: [OE-core] [oe][meta-networking][PATCH 1/1] net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception

2023-02-08 Thread Narpat Mali
Sorry, by mistake sent to OE-core. Regards, Narpat From: Narpat Mali Sent: 08 February 2023 23:00 To: openembedded-core@lists.openembedded.org Cc: Polampalli, Archana; G

[OE-core] [oe][meta-networking][PATCH 1/1] net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception

2023-02-08 Thread Narpat Mali
References: https://nvd.nist.gov/vuln/detail/CVE-2022-44792 https://nvd.nist.gov/vuln/detail/CVE-2022-44793 Signed-off-by: Narpat Mali --- .../CVE-2022-44792-CVE-2022-44793.patch | 121 ++ .../net-snmp/net-snmp_5.9.3.bb| 1 + 2 files changed, 122

[OE-core] [PATCH] lttng-tools: Update LFS64 patch with upstream feedback

2023-02-08 Thread Khem Raj
See https://review.lttng.org/c/lttng-tools/+/9268 Signed-off-by: Khem Raj --- ...pat-Define-off64_t-as-off_t-on-linux.patch | 26 ++- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git

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

2023-02-08 Thread Steve Sakoman
The following changes since commit db81e3c7e7f1d4d9eba52ac35ac97627d0240b63: build-appliance-image: Update to dunfell head revision (2023-01-13 18:11:40 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core][PATCH] systemd: add PACKAGECONFIG for pstore

2023-02-08 Thread Jan Luebbe
pstore is used to collect crash logs in the journal after a crash. As it needs a correctly configured kernel, it's not always enabled. Add a PACKAGECONFIG to enable it when needed. Signed-off-by: Jan Luebbe --- meta/recipes-core/systemd/systemd_252.4.bb | 1 + 1 file changed, 1 insertion(+)

Re: [oe-core][PATCHv3] wic-imager-direct.py: use fstab update also for root device

2023-02-08 Thread Luca Ceresoli via lists.openembedded.org
Hello Markus, On Tue, 7 Feb 2023 13:44:56 +0100 "Markus Volk" wrote: > wic imager is able to add entries for the partitions to fstab. This patch also > creates an entry for the root device, which was previously ignored. The root > device entry can now optionally be uuid or label based. > >

Re: [OE-core] [PATCH] wic/plugins/source/bootimg-efi: Skip installing kernel-image into boot.

2023-02-08 Thread Kareem Zarka
Dear Luca Thank you for the reply . Please check https://lists.openembedded.org/g/openembedded-core/message/176829 when you have time. Kindest regards . Kareem Zarka -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#176904):

Re: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service packaging

2023-02-08 Thread Adrian Freihofer
On Wed, 2023-02-08 at 08:12 +0100, Peter Marko wrote: > When service is split to separate package, it will take > all services it depends on. It does not matter is the dependency > is strong or week or if there is rdepends/rrecommends which would > be the proper way to pull it. > > New variable

[OE-core] [meta][dunfell][PATCH] sudo: Fix CVE-2023-22809

2023-02-08 Thread Pawan Badganchi
From: Omkar Patil Add CVE-2023-22809.patch to fix CVE-2023-22809. Signed-off-by: Omkar Patil Signed-off-by: pawan --- .../sudo/files/CVE-2023-22809.patch | 113 ++ meta/recipes-extended/sudo/sudo_1.8.32.bb | 1 + 2 files changed, 114 insertions(+) create mode

Re: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service packaging

2023-02-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Peter Marko > Sent: den 8 februari 2023 08:13 > To: openembedded-core@lists.openembedded.org > Cc: Peter Marko > Subject: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service > packaging >

Re: [OE-core] [kirkstone][PATCH 1/2] bitbake: bitbake-diffsigs: Make PEP8 compliant

2023-02-08 Thread Mikko Rapeli
Hi, On Wed, Feb 08, 2023 at 11:00:22AM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Mikko Rapeli > > Sent: den 7 februari 2023 10:50 > > To: openembedded-core@lists.openembedded.org > > Cc: Marius

Re: [OE-core] [kirkstone][PATCH 1/2] bitbake: bitbake-diffsigs: Make PEP8 compliant

2023-02-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Mikko Rapeli > Sent: den 7 februari 2023 10:50 > To: openembedded-core@lists.openembedded.org > Cc: Marius Kriegerowski ; Alexandre Belloni > ; Richard Purdie > ; Mikko Rapeli > Subject: [OE-core]

Re: [OE-core] [PATCH 01/52] ifupdown: update 0.8.43 -> 0.8.41

2023-02-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Chen, Alex, On Wed, 8 Feb 2023 15:48:40 +0800 "Chen Qi" wrote: > Typo. It should be 0.8.39 -> 0.8.41 Thanks for noticing! I have fixed the message while applying to my testing branch. Alex, I also skipped "python3-sphinx: upgrade 6.0.0 -> 6.1.3" as I already have a patch by Tim doing the

[OE-core][PATCH] ffmpeg: fix configure failure on noexec /tmp host

2023-02-08 Thread Chen Qi
The configure scripts uses /tmp to execute some generated files. If /tmp is noexec, then we meet the following error. | Unable to create and execute files in /tmp. Set the TMPDIR environment | variable to another directory and make sure that it is not mounted noexec. | Sanity test failed.

Re: [OE-core] [PATCH] wic/plugins/source/bootimg-efi: Skip installing kernel-image into boot.

2023-02-08 Thread Luca Ceresoli via lists.openembedded.org
Hello Richard, Kareem, On Tue, 07 Feb 2023 12:32:31 + "Richard Purdie" wrote: > On Tue, 2023-02-07 at 11:49 +0100, Luca Ceresoli via > lists.openembedded.org wrote: > > Hello Kareem, > > > > thanks for your patch. > > > > I have a few suggestions to improve it, see below. > > > > On Mon,