Re: [OE-core] [PATCH] security-flags: Re-enable pie for power pc

2024-09-17 Thread Khem Raj
Thanks for the patch. Overall it seems ok, would be great if you mentioned how you tested it On Tue, Sep 17, 2024 at 10:45 PM GROSSSCHARTNER Benjamin via lists.openembedded.org wrote: > > Classified as: {Hitachi Rail - Public} > > From f04017bf8bc0a4325de9e51251cd4d6dcdc1ecf0 Mon Sep 17 00:00:00

[OE-core] [PATCH] security-flags: Re-enable pie for power pc

2024-09-17 Thread GROSSSCHARTNER Benjamin via lists.openembedded.org
Classified as: {Hitachi Rail - Public} >From f04017bf8bc0a4325de9e51251cd4d6dcdc1ecf0 Mon Sep 17 00:00:00 2001 From: Benjamin Grossschartner Date: Wed, 18 Sep 2024 07:11:16 +0200 Subject: [PATCH] security-flags: Re-enable pie for power pc pie now works with gcc on powerpc, see: https://gcc.gnu.o

[OE-core][scarthgap][PATCH 3/3] python3: Upgrade 3.12.5 -> 3.12.6

2024-09-17 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Includes security fixes for CVE-2024-7592, CVE-2024-8088, CVE-2024-6232, CVE-2023-27043 and other bug fixes. Removed below patches, as the fix is included in 3.12.6 upgrade: 1. CVE-2024-7592.patch 2. CVE-2024-8088.patch Release Notes: https://www.python.org/downloads/release/p

[OE-core][scarthgap][PATCH 2/3] python3: skip readline limited history tests

2024-09-17 Thread Peter Marko via lists.openembedded.org
From: Trevor Gamblin Python 3.12.5 is failing a newer ptest for reading/writing limited history when editline (default) is set in PACKAGECONFIG. Skip it for now until a proper fix (if any) is determined. A bug has been opened upstream: https://github.com/python/cpython/issues/123018 (From OE-Co

[OE-core][scarthgap][PATCH 1/3] python3: upgrade 3.12.4 -> 3.12.5

2024-09-17 Thread Peter Marko via lists.openembedded.org
From: Trevor Gamblin Changelog: https://docs.python.org/release/3.12.5/whatsnew/changelog.html (From OE-Core rev: d9e2ebd6b24b802d1d4cd38b3b910e068c308809) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Peter Marko --- .../python

[OE-core][scarthgap][PATCH] create-sdpx-2.2.bbclass: Switch from exists to isfile checking debugsrc

2024-09-17 Thread Mark Hatle
From: Mark Hatle While debugsrc is almost always a file (or link), there are apparently cases where a directory could be returned from the dwarfsrcfiles processing. When this happens, the hashing fails and an error results when building the SPDX documents. Signed-off-by: Mark Hatle Signed-off-

[OE-core] [scarthgap][PATCH] bluez5: remove redundant patch for MAX_INPUT

2024-09-17 Thread Guðni Már Gilbert
The solution to the problem upstream was fixed by the following commit: https://github.com/bluez/bluez/commit/ca6546fe521360fcf905bc115b893f322e706cb2 Now MAX_INPUT is defined for non-glibc systems such as musl. This fix was added in BlueZ 5.67. Signed-off-by: Richard Purdie Signed-off-by: Guðni

Re: [OE-core] [scarthgap][PATCH] python3: upgrade 3.12.4 -> 3.12.5

2024-09-17 Thread Guðni Már Gilbert
Hi I suspect this patch needs to be backported at the same time (see link). It was added to master branch along with the upgrade. https://git.openembedded.org/openembedded-core/commit/?id=de569ddffd5ea36b70c56df21dec9c892e5dee7d -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to thi

Re: [OE-core][master][PATCH] tzdata : Upgrade to 2024b

2024-09-17 Thread Khem Raj
On Tue, Sep 17, 2024 at 12:35 AM Richard Purdie via lists.openembedded.org wrote: > > On Tue, 2024-09-17 at 08:32 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2024-09-13 at 15:47 +0530, Priyal Doshi via > > lists.openembedded.org wrote: > > > From: Priyal Doshi > > > > >

[yocto] Yocto Project Status 17 Sept. 2024 (WW38)

2024-09-17 Thread Stephen Jolley
Current Dev Position: YP 5.1 release build Next Deadline: YP 5.1 M4 Build 30 Sept. 2024 Next Team Meetings: - Bug Triage meeting Thursday Sept. 19th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday Sept.

Re: [OE-core][scarthgap][PATCH] python3: upgrade 3.12.4 -> 3.12.5

2024-09-17 Thread Steve Sakoman
Unfortunately this results in failures in core-image-ptest-python3: https://errors.yoctoproject.org/Errors/Details/805686/ Steve On Fri, Sep 6, 2024 at 6:23 AM Vijay Anusuri via lists.openembedded.org wrote: > > From: Vijay Anusuri > > Changelog: https://docs.python.org/release/3.12.5/whatsnew

[OE-core] [PATCH] scripts/install-buildtools: Update to 5.0.3

2024-09-17 Thread Richard Purdie
Update to the 5.0.3 release of the 5.0 series for buildtools. Signed-off-by: Richard Purdie --- scripts/install-buildtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-buildtools b/scripts/install-buildtools index 5b86c130776..92a4c9dfb1a 100755 --- a/s

Re: [OE-core] [PATCH v3 1/2] classes: Print bitbake branch and revision

2024-09-17 Thread Richard Purdie
On Wed, 2024-09-11 at 07:35 -0700, Robert Yang via lists.openembedded.org wrote: > From: Robert Yang > > There is no bitbake revision when it is in a separate repo, then we have no > way > to know which version of bitbake is used from the log, this patch always > prints > it. > > * console-lat

[OE-core] [PATCH] libsdl2: Fix non-deterministic configure option for libsamplerate

2024-09-17 Thread Richard Purdie
The libsamplerate option was floating and being enabled on some systems and not others. Fix this to be deterministic. Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl2/libsdl2_2.30.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.7

[OE-core] U-boot signed SPL dtb+pubkey discussion

2024-09-17 Thread Pierre-Loup Gosse
Hi, If SPL_SIGN_ENABLE is set to 1, the uboot-sign bbclass will sign the u-boot fit image and add the public key to SPL dtb ('uboot_fitimage_assemble' function). Before deployment, the class concat the SPL no-dtb binary with SPL dtb+pubkey to produce the SPL binary ('concat_spl_dtb_helper' funct

Re: [OE-core][master][PATCH] tzdata : Upgrade to 2024b

2024-09-17 Thread Richard Purdie
On Tue, 2024-09-17 at 08:32 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2024-09-13 at 15:47 +0530, Priyal Doshi via > lists.openembedded.org wrote: > > From: Priyal Doshi > > > > Signed-off-by: Priyal Doshi > > --- > >  meta/recipes-extended/timezone/timezone.inc | 6 +++---

Re: [OE-core][master][PATCH] tzdata : Upgrade to 2024b

2024-09-17 Thread Richard Purdie
On Fri, 2024-09-13 at 15:47 +0530, Priyal Doshi via lists.openembedded.org wrote: > From: Priyal Doshi > > Signed-off-by: Priyal Doshi > --- >  meta/recipes-extended/timezone/timezone.inc | 6 +++--- >  1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-extended/timez