Re: [OE-core] [PATCH V3] glibc: stable 2.38 branch updates.

2023-10-02 Thread Deepthi . Hemraj
Regression testing is done and below are the test results. Before glibc update Summary of test results: 213 FAIL 4805 PASS 16 XFAIL 4 XPASS 218 UNSUPPORTED After glibc update Summary of test results: 216 FAIL 4805 PASS 16 XFAIL 4 XPASS 218 UNSUPPORTED These are the newly added test cases PASS:

Re: [OE-core] [][PATCH] glibc: stable 2.38 branch updates.

2023-10-02 Thread Deepthi . Hemraj
I have sent a V3 dropping the 0024-CVE-2023-4527.patch -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188622): https://lists.openembedded.org/g/openembedded-core/message/188622 Mute This Topic: https://lists.openembedded.org/mt/101614434/21656

Re: [OE-core][kirkstone][PATCH 1/1] python3-jinja2: fix for the ptest result format

2023-10-02 Thread Narpat Mali via lists.openembedded.org
On 02-10-2023 20:04, Steve Sakoman wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Sep 28, 2023 at 10:24 PM Narpat Mali via lists.openembedded.org wrote: From:

[OE-core][dunfell][PATCH] cups: Backport fix for CVE-2023-32360 and CVE-2023-4504

2023-10-02 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream commits: https://github.com/OpenPrinting/cups/commit/a0c8b9c9556882f00c68b9727a95a1b6d1452913 & https://github.com/OpenPrinting/cups/commit/2431caddb7e6a87f04ac90b5c6366ad268b6ff31 Signed-off-by: Vijay Anusuri --- meta/recipes-extended/cups/cups.inc |

[OE-core] [PATCH V3] glibc: stable 2.38 branch updates.

2023-10-02 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Below commits on glibc-2.38 stable branch are updated. 0e1ef6779a (HEAD -> release/2.38/master, origin/release/2.38/master) manual/jobs.texi: Add missing @item EPERM for getpgid d94461bb86 string: Fix tester build with fortify enable with gcc < 12 63250e9c57 iconv: restore

[OE-core] [PATCH 1/3] externalsrc.bbclass: Support specifying patterns in CONFIGURE_FILES

2023-10-02 Thread Peter Kjellerstedt
This allows, e.g., *.cmake to be added to CONFIGURE_FILES to make the do_configure task depend on changes to any cmake file. Signed-off-by: Peter Kjellerstedt --- meta/classes/externalsrc.bbclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 3/3] autotools.bbclass: Add *.m4 to CONFIGURE_FILES

2023-10-02 Thread Peter Kjellerstedt
This makes do_configure depend on changes to any m4 file when externalsrc is active. Signed-off-by: Peter Kjellerstedt --- meta/classes-recipe/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/autotools.bbclass

[OE-core] [PATCH 2/3] cmake.bbclass: Add *.cmake to CONFIGURE_FILES

2023-10-02 Thread Peter Kjellerstedt
This makes do_configure depend on changes to any cmake file when externalsrc is active. Signed-off-by: Peter Kjellerstedt --- meta/classes-recipe/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/cmake.bbclass

[OE-core] [PATCH] u-boot: Upgrade to 2023.10

2023-10-02 Thread Fabio Estevam
Upgrade to U-Boot 2023.10. The U-Boot 2023.10 tag is in the master branch, so switch the branch back to master. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- .../{u-boot-tools_2023.07.02.bb => u-boot-tools_2023.10.bb} | 0

Re: [OE-core][kirkstone][PATCH 1/1] python3-jinja2: fix for the ptest result format

2023-10-02 Thread Steve Sakoman
On Thu, Sep 28, 2023 at 10:24 PM Narpat Mali via lists.openembedded.org wrote: > > From: Narpat Mali > > The output of python3-jinja2 ptest should follow a unified format as below > result: testname > > Reference: > https://wiki.yoctoproject.org/wiki/Ptest Is this also an issue with the version

Re: [OE-core] [PATCH] oeqa qemurunner.py: switch utf8 error handling from ignore to replace

2023-10-02 Thread Mikko Rapeli
Hi, This is actually for the issues seen by Richard on master-next with 6.5 kernel. Somehow login prompt detection is failing but raw log data shows it correctly. Cheers, -Mikko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188613):

[OE-core] [PATCH] oeqa qemurunner.py: switch utf8 error handling from ignore to replace

2023-10-02 Thread Mikko Rapeli
It seems like "ignore" is stopping decoding and failing to detect login prompts. Maybe "replace" works more reliably when reads from serial console are incomplete and we're trying to detect the login prompt. See logs like:

Re: [OE-core] [PATCH] python3-numpy: remove obsolete reproducible workaround

2023-10-02 Thread Ross Burton
On 2 Oct 2023, at 13:30, Richard Purdie wrote: > > On Mon, 2023-10-02 at 12:04 +0100, Ross Burton wrote: >> From: Ross Burton >> >> We currently delete some pycache files because frozenset wasn't able to >> be reproducible, but this has been fixed in Python 3.11: >> >>

[OE-core] [PATCH v1 1/3] uboot-extlinux-config.bbclass: Remove repeated space character

2023-10-02 Thread Daniel Semkowicz
Signed-off-by: Daniel Semkowicz --- meta/classes-recipe/uboot-extlinux-config.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass b/meta/classes-recipe/uboot-extlinux-config.bbclass index f752c16b9c..f99100708d 100644 ---

[OE-core] [PATCH v1 3/3] uboot-extlinux-config.bbclass: Add menu title configuration

2023-10-02 Thread Daniel Semkowicz
Add new UBOOT_EXTLINUX_MENU_TITLE variable that allows configuring the "MENU TITLE" entry. If set to empty, "MENU TITLE" will not be added to the output file. Signed-off-by: Daniel Semkowicz --- meta/classes-recipe/uboot-extlinux-config.bbclass | 8 ++-- 1 file changed, 6 insertions(+), 2

[OE-core] [PATCH v1 2/3] uboot-extlinux-config.bbclass: Uppercase "menu title" entry

2023-10-02 Thread Daniel Semkowicz
All other extlinux.conf entries are written to the output file in uppercase. Signed-off-by: Daniel Semkowicz --- meta/classes-recipe/uboot-extlinux-config.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass

[OE-core] [PATCH v1 0/3] uboot-extlinux-config.bbclass: Add menu title configuration

2023-10-02 Thread Daniel Semkowicz
Add new UBOOT_EXTLINUX_MENU_TITLE variable that allows configuring the "MENU TITLE" entry. Daniel Semkowicz (3): uboot-extlinux-config.bbclass: Remove repeated space character uboot-extlinux-config.bbclass: Uppercase "menu title" entry uboot-extlinux-config.bbclass: Add menu title

Re: [OE-core] [PATCH] wic: bootimg-partition: Allow root placeholder in custom config

2023-10-02 Thread Daniel Semkowicz
Hello Richard, On Mon, Oct 2, 2023 at 2:24 PM Richard Purdie wrote: > > On Mon, 2023-10-02 at 14:19 +0200, Daniel Semkowicz wrote: > > Allow using `<>` placeholder in the custom configuration > > file. This placeholder is then replaced with the actual UUID of the > > root partition, generated

Re: [OE-core] [PATCH] python3-numpy: remove obsolete reproducible workaround

2023-10-02 Thread Richard Purdie
On Mon, 2023-10-02 at 12:04 +0100, Ross Burton wrote: > From: Ross Burton > > We currently delete some pycache files because frozenset wasn't able to > be reproducible, but this has been fixed in Python 3.11: > > https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a99184e4abc2f63

Re: [OE-core] [PATCH] wic: bootimg-partition: Allow root placeholder in custom config

2023-10-02 Thread Richard Purdie
On Mon, 2023-10-02 at 14:19 +0200, Daniel Semkowicz wrote: > Allow using `<>` placeholder in the custom configuration > file. This placeholder is then replaced with the actual UUID of the > root partition, generated during do_image_wic(). > > This allows making use of dynamically generated

[OE-core] [PATCH] wic: bootimg-partition: Allow root placeholder in custom config

2023-10-02 Thread Daniel Semkowicz
Allow using `<>` placeholder in the custom configuration file. This placeholder is then replaced with the actual UUID of the root partition, generated during do_image_wic(). This allows making use of dynamically generated partition UUID instead of hard-coding it in the WKS file. For consistency,

[OE-core][mickledore][PATCH] gcc: depend on zstd

2023-10-02 Thread Sean Nyekjaer
Add zstd LTO support for target and nativesdk compiler. This also brings gcc into sync with gcc-cross. % x86_64-oe-linux-gcc -v [...] Supported LTO compression algorithms: zlib zstd gcc version 12.2.0 (GCC) % x86_64-oesdk-linux-gcc -v [...] Supported LTO compression algorithms: zlib gcc version

Re: [OE-core][RFC 2/2] rust-cross-canadian: set CARGO_TARGET__RUNNER for nativesdk

2023-10-02 Thread Kasper
Hi Alexander I am in the same team as Sean, and we really like the way it is solved in Rust/Cargo. However, we have the issue also for C++, and as you state there is no obvious solution. We are using cmaake for our C+++ projects and are discussing if a solution is to try to make a cmake

[OE-core] [PATCH] python3-numpy: remove obsolete reproducible workaround

2023-10-02 Thread Ross Burton
From: Ross Burton We currently delete some pycache files because frozenset wasn't able to be reproducible, but this has been fixed in Python 3.11: https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a99184e4abc2f63 Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH 1/2] remove obsolete workaround (https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a99184e4abc2f63)

2023-10-02 Thread Ross Burton
This was meant to have a better commit message, v2 coming shortly Ross > On 2 Oct 2023, at 11:23, Ross Burton via lists.openembedded.org > wrote: > > From: Ross Burton > > --- > meta/recipes-devtools/python/python3-numpy_1.26.0.bb | 9 - > 1 file changed, 9 deletions(-) > > diff

[OE-core] An insight into the kind of help we need/maintainer overload

2023-10-02 Thread Richard Purdie
It isn't any secret that I'm overloaded and struggle to keep up with the demands of the project. People often ask me "how do you need help?". Today, we have a fairly good example of the kind of problem I struggle with. So it is documented, I'll describe my side of the challenge. We're supposed to

Re: [OE-core] [PATCH v5 0/5] Add bblock helper scripts

2023-10-02 Thread Jose Quaresma
Hi Julien, Julien Stephan escreveu no dia sábado, 30/09/2023 à(s) 15:13: > Le mer. 27 sept. 2023 à 23:17, Richard Purdie > a écrit : > > > > On Wed, 2023-09-27 at 14:47 +0200, Julien Stephan wrote: > > > Le mer. 27 sept. 2023 à 12:16, Alexandre Belloni > > > a écrit : > > > > > > > > Hello, >

[OE-core] [PATCH 1/2] remove obsolete workaround (https://github.com/python/cpython/commit/33d95c6facdfda3c8c0feffa7a99184e4abc2f63)

2023-10-02 Thread Ross Burton
From: Ross Burton --- meta/recipes-devtools/python/python3-numpy_1.26.0.bb | 9 - 1 file changed, 9 deletions(-) diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb b/meta/recipes-devtools/python/python3-numpy_1.26.0.bb index 4e1e34e8df3..3ae40a33fb4 100644 ---

[OE-core] [PATCH 2/2] python3-numpy: remove unused CLEANBROKEN

2023-10-02 Thread Ross Burton
From: Ross Burton CLEANBROKEN isn't used by setuptools3, so remove it. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-numpy_1.26.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.0.bb

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

2023-10-02 Thread Richard Purdie
On Mon, 2023-10-02 at 09:41 +, Jing Hui Tham wrote: > Hi all, > > Intel and WR YP QA is planning for QA execution for YP build > yocto-4.3_M3.rc9. We are planning to execute following tests for this cycle: > > OEQA-manual tests for following module: > 1. OE-Core > 2. BSP-hw > > Runtime

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

2023-10-02 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.3_M3.rc9. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

[oe-core][PATCH] gtk: Upgrade 4.12.1 -> 4.12.3

2023-10-02 Thread Markus Volk
Overview of Changes in 4.12.3, 28-09-2023 = * GtkWindow: - Don't assume titlebars are GtkHeaderBar * GtkTreeView: - Fix a crash in gtk_tree_view_is_blank_at_pos * printing: - Fix some issues with the portal implementation * GSK: - Some optimizations