Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-12 Thread Bruce Ashfield
On Fri, May 12, 2023 at 10:47 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Wed, May 10, 2023 at 10:23 PM Xiangyu Chen > wrote: > > > > Hi Richard and Bruce, > > > > > > Thanks for your suggestion, > > > > > > On 5/11/23 00:25, Bruce Ashfield wrote: > > > CAUTION: This email comes

Re: [OE-core] [Kirkstone][PATCH] kernel.bbclass: Backport improve initramfs bundle processing time

2023-05-12 Thread Steve Sakoman
Hi Fabatera, We have this patch in kirkstone: https://git.yoctoproject.org/poky/commit/?h=kirkstone=115d07b2d4f702fc569d47b64deb95d1fcb994a0 Thanks! Steve On Fri, May 12, 2023 at 7:31 AM fabatera wrote: > > From 6ec497c2c87ceb75cd61dee9b91dcbe650287326 Mon Sep 17 00:00:00 2001 > From:

[OE-core] [PATCH] llvm: Enable RISCV support

2023-05-12 Thread Khem Raj
LLVM 16 should work well for RV32/RV64 Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index eb918383e6..71bc1a022a 100644 ---

[OE-core] [Kirkstone][PATCH] kernel.bbclass: Backport improve initramfs bundle processing time

2023-05-12 Thread fabatera
>From 6ec497c2c87ceb75cd61dee9b91dcbe650287326 Mon Sep 17 00:00:00 2001 From: Fabiano Ferronato Date: Fri, 12 May 2023 18:05:48 +0200 Subject: [Kirkstone][PATCH] kernel.bbclass: Backport improve initramfs bundle processing time Building a bundled initramfs, on do_bundle_initramfs task, -j

[OE-core][PATCHv2 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fix a few of the oddities introduced by the previous patch that allowed specification of the DTB install directory and specification of vendor directories in that directory. Add a recursive search for dtb and dtbo files to make sure upstream dtb directory standards don't

[OE-core][PATCHv2 1/2] kernel-devicetree: make shell scripts posix compliant

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Martin Jansa Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) Signed-off-by: Martin Jansa

[OE-core][PATCHv2 2/2] kernel-devicetree: recursively search for dtbs

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo files instead of assuming anything. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02)

Re: [OE-core][PATCH 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
On 5/12/23 10:06, Alexandre Belloni wrote: Hello, This caused the following failures on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/3986/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5176/steps/15/logs/stdio

[OE-core] [PATCH][mickledore] machine/qemuarm*: don't explicitly set vmalloc

2023-05-12 Thread Ross Burton
From: Ross Burton In 5c6064 the qemuarm* machines gained vmalloc=256, because in testing Bruce was seeing problems when the vmalloc area was too big for the memory size of the machine (eg 256MB). The intention was for the area to be very small, but 256 bytes is too small and the kernel sets a

Re: [OE-core][PATCH 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused the following failures on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/3986/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5176/steps/15/logs/stdio

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-12 Thread Bruce Ashfield
On Wed, May 10, 2023 at 10:23 PM Xiangyu Chen wrote: > > Hi Richard and Bruce, > > > Thanks for your suggestion, > > > On 5/11/23 00:25, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the

[OE-core][PATCH] avahi: fix D-Bus introspection

2023-05-12 Thread Eero Aaltonen via lists.openembedded.org
From: Eero Aaltonen When dbus option is selected, install and package the D-Bus introspection files. Signed-off-by: Eero Aaltonen --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH] testimage/oeqa: remove testimage_dump_host function

2023-05-12 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos This function is not necessary. [YOCTO #13872] Signed-off-by: Thomas Roos --- meta/classes-recipe/testexport.bbclass | 3 +-- meta/classes-recipe/testimage.bbclass | 13 - meta/lib/oeqa/targetcontrol.py | 2 -- meta/lib/oeqa/utils/qemurunner.py |

Re: [OE-core][PATCH V2] oe-buildenv-internal: remove path from previous project

2023-05-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Chen Qi via > lists.openembedded.org > Sent: den 12 maj 2023 05:16 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core][PATCH V2] oe-buildenv-internal: remove path from previous > project

[OE-core] [PATCH] oeqa: adding selftest-hello and use it to speed up tests

2023-05-12 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos Adding a selftest version of hello world to run it in tests where no download is necessary. Also using this in several tests to speed them up. Using the -native version wherever possible will also speed up tests a lot. [YOCTO #11142] Signed-off-by: Thomas Roos ---

Re: [OE-core] [kirkstone 1/2] openssl: update from 3.0.8 to 3.1.0

2023-05-12 Thread Alexander Kanavin
Yocto stable branch policy does not allow major component updates which introduce new features, it must be bugfixes only. Openssl 3.0.x is an LTS release and will be getting updates for a few more years. https://www.openssl.org/source/ Alex On Fri, 12 May 2023 at 12:09, Maik Otto wrote: > >

Re: [OE-core] [dunfell][PATCHv3] curl: Security fix for CVE-2023-27534

2023-05-12 Thread Hitendra Prajapati
++ On 12/05/23 17:02, Hitendra Prajapati wrote: Hi Siddharth, Thank you for looking into this issue while I'm away from work. Thank you & Regards, Hitendra -- Regards, Hitendra Prajapati MontaVista Software LLC -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [dunfell][PATCHv3] curl: Security fix for CVE-2023-27534

2023-05-12 Thread Hitendra Prajapati
Hi Siddharth, Thank you for looking into this issue while I'm away from work. Thank you & Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181178): https://lists.openembedded.org/g/openembedded-core/message/181178 Mute This

Re: [OE-core] [dunfell][PATCH] curl: CVE-2023-27534 SFTP path ~ resolving discrepancy

2023-05-12 Thread Hitendra Prajapati
Hi Steve, I'll look into this issue by enabling the package at my end and send the possible solution if any. Regards, Hitendra On 11/05/23 20:15, Steve Sakoman wrote: Hi Hitendra, There's been a bug filed against this patch (build failure when when curl is configured with `libssh2` i.e.

[OE-core] [kirkstone 2/2] BACKPORT: openssl: Fix reproducibility issue

2023-05-12 Thread Maik Otto
From: Richard Purdie Fix an issue introduced in the new openssl version where an assembler file isn't generated in a reproducible way by seeding the perl random number generator consistently. It has no crypto impact, it is just used to avoid function name clashes. Signed-off-by: Richard Purdie

[OE-core] [kirkstone 1/2] openssl: update from 3.0.8 to 3.1.0

2023-05-12 Thread Maik Otto
From: Randy MacLeod >From the NEWS.md file: ### Major changes between OpenSSL 3.0 and OpenSSL 3.1.0 [14 Mar 2023] * SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0. * Performance enhancements and new platform support including new assembler code algorithm

[OE-core] [kirkstone 0/2] openssl: update from 3.0.8 to 3.1.0

2023-05-12 Thread Maik Otto
Cherry-pick patches from main and tested on arm32. Randy MacLeod (1): openssl: update from 3.0.8 to 3.1.0 Richard Purdie (1): BACKPORT: openssl: Fix reproducibility issue .../openssl/openssl/afalg.patch | 31 --- .../openssl/openssl/fix_random_labels.patch |