[OE-core][PATCH] icu: fix make-icudata package config

2024-07-08 Thread Stefan Mueller-Klieser
The location of files changed during unpackdir transition. Adapt dirs to fix custom icu data generation. Signed-off-by: Stefan Müller-Klieser --- meta/recipes-support/icu/icu_75-1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/icu/icu_75-1.bb b/m

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-08 Thread Guðni Már Gilbert
Looks like BlueZ 5.77 is in the process of being released ( https://github.com/bluez/bluez/commit/68864d1aa818aca00d67f7a4d6078344483e9509). 👀 I can look into upgrading to 5.77 instead of 5.76. It would be nice to skip creating two new patch files. :) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [OE-core] [PATCH 2/2] oeqa/utils/postactions: transfer whole archive over ssh instead of doing individual copies

2024-07-08 Thread Richard Purdie
On Mon, 2024-07-08 at 23:10 +0200, Alexis Lothoré wrote: > Hello Richard, > > On 7/7/24 10:10, Richard Purdie wrote: > > On Fri, 2024-07-05 at 16:46 +0200, Alexis Lothoré via > > lists.openembedded.org wrote: > > > From: Alexis Lothoré > > > +    try: > > > +    cmd = f"tar zcf - {" ".join(a

Re: [OE-core] [PATCH 1/2] wic: engine.py: use raw string for escape sequence

2024-07-08 Thread Richard Purdie
On Mon, 2024-07-08 at 11:56 -0600, Gundlupet Raju, Sandeep wrote: > Hi RP, > > We do see this issue in scarthgap, Can you get this patch backported > to > scarthgap branch? > > Thanks, > > Sandeep > > On 6/4/2024 2:06 AM, Enrico Jörns via lists.openembedded.org wrote: > > Fixes: > > > > > pok

Re: [OE-core] [PATCH 2/2] oeqa/utils/postactions: transfer whole archive over ssh instead of doing individual copies

2024-07-08 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, On 7/7/24 10:10, Richard Purdie wrote: > On Fri, 2024-07-05 at 16:46 +0200, Alexis Lothoré via lists.openembedded.org > wrote: >> From: Alexis Lothoré >> +    try: >> +    cmd = f"tar zcf - {" ".join(artifacts_list)}" > > Thanks for the patch. The syntax above causes failures

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-08 Thread Guðni Már Gilbert
Happy to report both my patches were accepted and merged upstream :) * https://github.com/bluez/bluez/commit/337cca13037fc6f8a1db72146f12019260b892e6 ( https://github.com/bluez/bluez/commit/337cca13037fc6f8a1db72146f12019260b892e6 ) * https://github.com/bluez/bluez/commit/0041f5e22fe3e865609b0

Re: [OE-core] [PATCH 1/2] wic: engine.py: use raw string for escape sequence

2024-07-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi RP, We do see this issue in scarthgap, Can you get this patch backported to scarthgap branch? Thanks, Sandeep On 6/4/2024 2:06 AM, Enrico Jörns via lists.openembedded.org wrote: Fixes: | poky/scripts/lib/wic/engine.py:362: SyntaxWarning: invalid escape sequence '\/' Signed-off-by: Enr

[OE-core] [PATCH] testimage/postactions: Allow artifact collection to be skipped

2024-07-08 Thread Richard Purdie
It does not always make sense to collect artifacts and data from the target on failure, e.g. if testing firmware or if the target is not running an SSH server. Allow this by setting TESTIMAGE_FAILED_QA_ARTIFACTS to an empty value. Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/postaction

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-07-08 Thread Khem Raj
On Mon, Jul 8, 2024 at 8:56 AM Ross Burton wrote: > > On 1 Jul 2024, at 17:33, Alexandre Belloni via lists.openembedded.org > wrote: > > > > On 01/07/2024 09:19:50-0700, Khem Raj wrote: > >> On Mon, Jul 1, 2024 at 1:25 AM Yu, Mingli wrote: > >> > >>> > >>> > >>> On 6/28/24 02:21, Khem Raj wrote

Re: [OE-core] [PATCH v3] acl: Fix nfs ptest failure

2024-07-08 Thread Ross Burton
On 1 Jul 2024, at 17:33, Alexandre Belloni via lists.openembedded.org wrote: > > On 01/07/2024 09:19:50-0700, Khem Raj wrote: >> On Mon, Jul 1, 2024 at 1:25 AM Yu, Mingli wrote: >> >>> >>> >>> On 6/28/24 02:21, Khem Raj wrote: CAUTION: This email comes from a non Wind River email accoun

[OE-core][scarthgap][PATCH] qemu: Upgrade 8.2.1 -> 8.2.2

2024-07-08 Thread Xiangyu Chen
From: Xiangyu Chen This was a bugfix release, this version fixed several important fixes according to upstream. Dropped CVE-2023-6683.patch since already contained the fix. Signed-off-by: Xiangyu Chen --- ...u-native_8.2.1.bb => qemu-native_8.2.2.bb} | 0 ...e_8.2.1.bb => qemu-system-native_

[OE-core] [PATCH] hdparm: drop NO_GENERIC_LICENSE[hdparm]

2024-07-08 Thread Martin Jansa
* the hdparm license text was added in: https://git.openembedded.org/openembedded-core/commit/?id=e9c1f48af10ccb58251ecc7e041babb99b94d6df and now the NO_GENERIC_LICENSE was causing: ERROR: hdparm-9.65-r0 do_populate_lic: QA Issue: hdparm: hdparm is a generic license, please don't use NO_G

Re: [OE-core][PATCH 0/2] Update to latest version of SPDX licenses

2024-07-08 Thread Martin Jansa
Doesn't this cause: ERROR: hdparm-9.65-r0 do_populate_lic: QA Issue: hdparm: hdparm is a generic license, please don't use NO_GENERIC_LICENSE for it. [license-no-generic] ? On Mon, Jul 1, 2024 at 4:33 PM Joshua Watt via lists.openembedded.org wrote: > > Ah, right, I should have known that would h

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-08 Thread Richard Purdie
On Sun, 2024-07-07 at 04:30 -0700, Guðni Már Gilbert via lists.openembedded.org wrote: > I sent a patch to fix the incompatible pointer type warning (from the > musl logs): > https://marc.info/?l=linux-bluetooth&m=172035149427086&w=2 > > This casting is done in other places in the source so I don'

Re: [OE-core] [PATCH] bluez5: upgrade 5.72 -> 5.76

2024-07-08 Thread Richard Purdie
On Sun, 2024-07-07 at 05:55 -0700, Guðni Már Gilbert via lists.openembedded.org wrote: > On Sun, Jul 7, 2024 at 10:00 AM, Richard Purdie wrote: > > Thanks for the patch, unfortunately this ran into issues in our CI. > > One > > interesting one is this: > > > > https://valkyrie.yoctoproject.org/#/b