Re: [OE-core] [PATCH 2/2] oeqa/postactions: do not uncompress retrieved archive on host

2024-09-19 Thread Alexandre Belloni via lists.openembedded.org
On 19/09/2024 16:29:06+0200, Alexis Lothoré wrote: > Hello Richard, > > On 9/19/24 14:58, Richard Purdie wrote: > > On Thu, 2024-09-19 at 08:42 +0100, Richard Purdie via > > lists.openembedded.org wrote: > >> On Mon, 2024-08-12 at 17:14 +0200, Alexis Lothoré via > >> lists.openembedded.org wrote:

[OE-core] [PATCH][kirkstone] cve-exclusion: Drop the version comparision/warning

2024-09-07 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Since the CVE repository is no longer being updated, drop the warning comparision since it is no longer valid. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni --- meta/recipes-kernel/linux/cve-exclusion_5.10.inc | 14 +++--- meta/recipes-kernel/l

Re: [OE-core][PATCH 1/2] util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2

2024-08-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/08/2024 11:02:47+0200, Joao Marcos Costa via lists.openembedded.org wrote: > Hello, Chen > > On 8/22/24 11:26, Chen Qi via lists.openembedded.org wrote: > > From: Chen Qi > > > > Upgrade util-linux from 2.40.1 to 2.40.2. > > > > 0001-Revert-autotools-make-pam-install-path-configurable.patc

Re: [OE-core] [PATCHv2 2/2] oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction

2024-08-24 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following failures on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/131/builds/4746/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/6435/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/107/

Re: [OE-core] [PATCH] sysvinit: upgrade 3.04 -> 3.10

2024-08-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm sorry but I've tried multiple times to apply this patch but it doesn't apply cleanly and I can't fix it. Maybe you can put it on a branch somewhere? On 18/08/2024 11:39:13+0200, Sven Reschke via lists.openembedded.org wrote: > Upgrade of sysvinit to version 3.10. The upstream mov

Re: [OE-core] [PATCH v5] util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error

2024-08-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, arm64 fails to build with this patch: https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/9356/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/131/builds/4727/steps/13/logs/stdio On 19/08/2024 18:26:49+, Niko Mauno via lists.openembedded.org

Re: [OE-core][PATCH v2] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-20 Thread Alexandre Belloni via lists.openembedded.org
There were other build failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/5211/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9395/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9407/steps/11/l

Re: [OE-core][PATCH v2] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-20 Thread Alexandre Belloni via lists.openembedded.org
Unfortunately, this doesn't build on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/9383/steps/11/logs/stdio On 15/08/2024 10:07:36-0400, Trevor Gamblin wrote: > Commit 79895d fixes builds with numpy 2.x. > > Patch '0001-utils-Include-libgen.h-on-musl-linux-syste

Re: [OE-core][PATCH 2/2] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/08/2024 21:22:11-0400, Trevor Gamblin wrote: > > On 2024-08-14 6:48 p.m., Alexandre Belloni wrote: > > Hello, > > > > This fails to build: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/5190/steps/12/logs/stdio > > https://autobuilder.yoctoproject.org/typhoon/#/build

Re: [OE-core] [PATCH] python3-cryptography{-vectors}: upgrade 42.0.8 -> 43.0.0

2024-08-14 Thread Alexandre Belloni via lists.openembedded.org
This causes reproducibility issues: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240813-qgfyyhkg/packages/diff-html/ On 12/08/2024 20:16:28-0700, Tim Orling wrote: > From: Tim Orling > > * PEP-517 has changed to maturin > > https://github.com/pyca/cryptography/commit/5b23ba

Re: [OE-core][PATCH 2/2] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails to build: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/5190/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9375/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9387/steps/11/logs/st

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

2024-08-13 Thread Alexandre Belloni via lists.openembedded.org
Hello Trevor, This causes a new ptest failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6894/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6898/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/67

Re: [OE-core] [PATCH] testexport: support for executing tests over serial

2024-08-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/08/2024 15:03:24-0700, Andrew Oppelt via lists.openembedded.org wrote: > Uses TEST_SERIALCONTROL_CMD to open a serial connection to the target > and execute commands. This is a drop in replacement for the ssh target, > fully supporting the same API. Supported with testexport. > > To

Re: [OE-core] [V3][master][PATCH] libcap-ng: update SRC_URI

2024-08-09 Thread Alexandre Belloni via lists.openembedded.org
Please do not send new version as replies to previous versions, this bury them under a pile of patches. Also, it would be great to have a changelog. On 09/08/2024 13:45:09+0800, Changqing Li via lists.openembedded.org wrote: > From: Changqing Li > > Refer [1], people.redhat.com has certificate

Re: [OE-core] [PATCH v2 1/2] buildhistory: fix package output folder creation

2024-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, Because of DMARC, you really need to add your From: here Also, the patch is still mangled and doesn't apply. On 06/08/2024 13:59:54+0100, Pedro Ferreira via lists.openembedded.org wrote: > This fix garantees that output package folder exists on > buildhistory folder to avoid missing files

Re: [OE-core] [PATCH 1/2] buildhistory: fix package output folder creation

2024-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This patch is missing your From: https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity On 02/08/2024 15:00:07+0100, Pedro Ferreira via lists.openembedded.org wrote: > This fix garantees that output package folder exists on > buildhistory folder

Re: [OE-core] [openembedded-core V3][master][PATCH]xinetd: use monotonic time

2024-08-03 Thread Alexandre Belloni via lists.openembedded.org
This fails to build: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/6251/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/9164/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9344/steps/11/logs/stdio htt

Re: [OE-core] [PATCH v3 1/2] ell: add ptests

2024-08-03 Thread Alexandre Belloni via lists.openembedded.org
On 02/08/2024 13:51:45+0100, Richard Purdie wrote: > On Fri, 2024-08-02 at 12:36 +, Ross Burton via > lists.openembedded.org wrote: > > On 1 Aug 2024, at 09:22, Martin Hundeb?ll via lists.openembedded.org > > wrote: > > > diff --git a/meta/recipes-core/ell/ell_0.67.bb b/meta/recipes- > > > cor

Re: [OE-core] [PATCH v2 3/5] ninja: build modified version with GNU Make jobserver support

2024-08-02 Thread Alexandre Belloni via lists.openembedded.org
On 02/08/2024 12:24:06+0200, Martin Hundeb?ll wrote: > Hi Alexandre, > > I see you keep carrying these patches. I'm still working with ninja > upstream to add jobserver support there[1]. I was planning to redo > these patches once ninja merges that. But I can do a respin with my > patches added to

Re: [OE-core] [PATCH 02/33] cryptodev-linux: upgrade 1.13 -> 1.14

2024-07-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes: ERROR: cryptodev-module-1.14-r0 do_patch: Applying patch '0001-Disable-installing-header-file-provided-by-another-p.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/qemux86_64-poky-linux/cryptodev-module/1.14/git' CmdError('quilt -

Re: [OE-core] [PATCH] time64.inc: Simplify GLIBC_64BIT_TIME_FLAGS usage

2024-07-24 Thread Alexandre Belloni via lists.openembedded.org
On 24/07/2024 22:29:45+0200, Alexander Kanavin wrote: > On Wed, 24 Jul 2024 at 21:33, Tom Hochstein wrote: > > > Thanks, Alex. > > > > We are working to configure the builds of certain recipes so the > > non-Y2038-compliant code is avoided, e.g, by disabling oss-output in > > pulseaudio. That l

Re: [OE-core][scarthgap][master][PATCH] gpgme: move gpgme-tool to own sub-package

2024-07-24 Thread Alexandre Belloni via lists.openembedded.org
On 24/07/2024 20:39:55+, Peter Marko via lists.openembedded.org wrote: > Gentle ping Tagging a patch with both a stable branch and master is a recipe to get your patch ignored as there is no way for me to filter this properly... > > -Original Message- > From: openembedded-core@lists.

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-24 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm pretty sure this causes this failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/151/builds/2005/steps/12/logs/stdio And also those oe-selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6945/steps/14/logs/stdio https://autobuilder.yoctop

Re: Patchtest results for [OE-core][PATCH v2 1/5] cve-check: annotate CVEs during analysis

2024-07-24 Thread Alexandre Belloni via lists.openembedded.org
On 24/07/2024 06:31:47+0200, Marta Rybczynska wrote: > Ah.. it requires my SoB when the patch is from someone else? That could > explain the situation. Patches you submit on behalf of someone else need you SoB , see (c) of the DCO: https://developercertificate.org/ > > Still, it reported an er

Re: Patchtest results for [OE-core][PATCH v2 1/5] cve-check: annotate CVEs during analysis

2024-07-23 Thread Alexandre Belloni via lists.openembedded.org
On 23/07/2024 17:41:40+0200, Marta Rybczynska wrote: > This seems to be a false positive. Possibly the path 2/5 has an issue. I'm > looking into the source code of patchtest to verify. It is not, 2/5 is missing your SoB > > Regards, > Marta > > On Tue, Jul 23, 2024 at 2:12 PM > wrote: > > > T

Re: [oe-core][PATCH] mesa: update 24.0.7 -> 24.1.3

2024-07-18 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, Can you rebase on master? Thanks! On 12/07/2024 11:49:28+0200, Markus Volk wrote: > - Remove two patches that have been merged upstream > - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch > Upstream managed to fix this: > > https://gitlab.freedesktop.org/mesa/mesa

Re: [OE-core] [PATCH] oeqa/selftest/reproducibile: rename of reproducible directories

2024-07-18 Thread Alexandre Belloni via lists.openembedded.org
On 18/07/2024 12:27:43+0200, Yoann Congal via lists.openembedded.org wrote: > Le jeu. 18 juil. 2024 à 12:05, Sundeep KOKKONDA via lists.openembedded.org > a écrit : > > > From: Sundeep KOKKONDA > > > > We do see a few reproducible issues are depending on the path length of > > the build director

Re: [OE-core] [PATCH 1/3] cve-check: enrich annotation of CVEs

2024-07-17 Thread Alexandre Belloni via lists.openembedded.org
Hello Marta, This seems to break our tests: 2024-07-16 23:51:23,081 - oe-selftest - INFO - cve_check.CVECheck.test_recipe_report_json_ignored (subunit.RemotedTestCase) 2024-07-16 23:51:23,082 - oe-selftest - INFO - ... FAIL Stderr: 2024-07-16 19:08:56,446 - oe-selftest - INFO - Adding: "include

Re: [OE-core][PATCH v5 3/3] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-17 Thread Alexandre Belloni via lists.openembedded.org
This also break with systemd: https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/7961/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/109/builds/8073/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/9247/steps/15/logs

Re: [OE-core][PATCH v5 3/3] openssh: upgrade 9.7p1 -> 9.8p1

2024-07-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6812/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6636/steps/12/logs/stdio This causes libssh2 ptest failures: https://autobuilder.yocto.io/pub/non-release/20240716-73/testresults/qem

Re: [OE-core] [PATCH v6 0/2] image-bootfiles: new class

2024-07-15 Thread Alexandre Belloni via lists.openembedded.org
On 15/07/2024 12:00:07+0200, Marcus Folkesson wrote: > > I think this is ready to be merged unless someone has any objections. > It has been under review since June 19, v6 that I sent out just under a > week ago just adds Reviewed-by tags to the commit messages. > I didn't carry this in my branc

Re: [OE-core] [PATCH 18/30] lua: upgrade 5.4.6 -> 5.4.7

2024-07-11 Thread Alexandre Belloni via lists.openembedded.org
This causes new ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6615/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6792/steps/12/logs/stdio On 10/07/2024 17:43:42+0800, wangmy via lists.openembedded.org wrote: > From: Wang

[OE-core] [PATCH] oeqa/selftest/oescripts: pinentry update to 1.3.1

2024-07-11 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Signed-off-by: Alexandre Belloni --- meta/lib/oeqa/selftest/cases/oescripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/oescripts.py b/meta/lib/oeqa/selftest/cases/oescripts.py index fcfe54af7407..bfbc33b08d1b 1006

[OE-core] [PATCH] [scarthgap] cve-exclusion: Drop the version comparision/warning

2024-07-11 Thread Alexandre Belloni via lists.openembedded.org
From: Richard Purdie Since the CVE repository is no longer being updated, drop the warning comparision since it is no longer valid. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni --- .../recipes-kernel/linux/cve-exclusion_6.6.inc | 18 +- 1 file changed, 9 inse

Re: [OE-core] [PATCH] wireless-regdb: upgrade 2024.05.08 -> 2024.07.04

2024-07-11 Thread Alexandre Belloni via lists.openembedded.org
Forget about this, I sent the wrong patch! On 11/07/2024 14:08:54+0200, Alexandre Belloni via lists.openembedded.org wrote: > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > Signed-off-by: Alexandre Belloni > --- > ...ireless-regdb_2024.05.08.bb => wireless-reg

[OE-core] [PATCH] wireless-regdb: upgrade 2024.05.08 -> 2024.07.04

2024-07-11 Thread Alexandre Belloni via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- ...ireless-regdb_2024.05.08.bb => wireless-regdb_2024.07.04.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.05.08.bb => wireless-regdb_20

Re: [OE-core] [PATCH] classes/kernel: Delay module signing until after strip

2024-07-10 Thread Alexandre Belloni via lists.openembedded.org
I did give this a go on the autobuilders were it broke all the builds: https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/9148/steps/14/logs/stdio On 05/07/2024 15:19:08+0200, Jörg Sommer via lists.openembedded.org wrote: > From: Jörg Sommer > > The current do_package does not st

Re: [OE-core] [PATCH] Fix missing leading whitespace with ':append'

2024-07-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you submit one patch per recipe? On 09/07/2024 15:02:09+0300, Niko Mauno via lists.openembedded.org wrote: > From: Niko Mauno > > Mitigate occurrences where ':append' operator is used and leading > whitespace character is obviously missing, risking inadvertent > string concatenation.

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

2024-07-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, Note that this also fails to build on musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9226/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9237/steps/11/logs/stdio On 03/07/2024 23:56:25+, Guðni Már Gilbert wrote: > Changel

Re: [OE-core] [PATCH 2/2] less: upgrade 643 -> 661

2024-07-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes new ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6772/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6594/steps/12/logs/stdio {'less': 'START: ptest-runner\n' '2024-07-03T09:13\n' "Ca

Re: [OE-core] [PATCH] u-boot: Fix potential index error issues in do_deploy with multiple u-boot configurations

2024-07-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 02/07/2024 01:16:35-0700, Florian Amstutz wrote: > If i or j have not been unset in do_deploy:prepend functions, images are not > correctly > copied to DEPLOYDIR. > > Signed-off-by: Florian Amstutz > --- > meta/recipes-bsp/u-boot/u-boot.inc | 1 + > 1 file changed, 1 insertion(+) > >

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

2024-07-01 Thread Alexandre Belloni via lists.openembedded.org
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 account! > > > Do not click links or open attachments unless you recognize the sender > > and

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

2024-06-28 Thread Alexandre Belloni via lists.openembedded.org
I confirm this still fails. On 27/06/2024 11:21:10-0700, Khem Raj wrote: > I am seeing two XPASSes which is ok but the test runs reports failure back > > root@qemux86-64:/usr/lib/acl/ptest# ./run-ptest > PASS: test/cp.test > PASS: test/getfacl-lfs.test > PASS: test/getfacl-noacl.test > PASS: test

Re: [OE-core] [PATCH v3 0/1] Update for gfortran

2024-06-27 Thread Alexandre Belloni via lists.openembedded.org
On 24/06/2024 18:06:38+0800, Kai wrote: > On 6/18/24 14:40, Alexandre Belloni wrote: > > You must always resend the whole series, else ths patch is not > > applicable as-is. The work must be on your side, not on the maintainer's > > side. > Because the first patch has been staged in master-next, th

Re: [OE-core] [PATCH] package.py: Add Requires.private field in process_pkgconfig

2024-06-27 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes the following reproducibility failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4998/steps/13/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240627-3tyeozgn/packages/diff-html/ On 26/06/2024 14:05:00+, Sreejith Ravi

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

2024-06-26 Thread Alexandre Belloni via lists.openembedded.org
On 27/06/2024 14:15:56+0800, Yu, Mingli wrote: > > > On 6/27/24 07:09, Alexandre Belloni 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. > > > > Hello, this fai

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

2024-06-26 Thread Alexandre Belloni via lists.openembedded.org
Hello, this fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6574/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6751/steps/12/logs/stdio On 26/06/2024 13:56:37+0800, Yu, Mingli wrote: > From: Mingli Yu > > * The

Re: [OE-core][PATCH v4 00/10] Add SPDX 3.0 support

2024-06-25 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe this is the cause of the following failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4986/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4989/steps/13/logs/stdio I'm not sure why they don't have any diffoscope ou

Re: [OE-core] [PATCH] gobject-introspection: split tools and giscanner into a separate package

2024-06-25 Thread Alexandre Belloni via lists.openembedded.org
This fails with: ERROR: gobject-introspection-1.80.1-r0 do_package_qa: QA Issue: /usr/lib/gobject-introspection/giscanner/_giscanner.cpython-312-x86_64-linux-gnux32.so contained in package gobject-introspection-tools requires libglib-2.0.so.0, but no providers found in RDEPENDS:gobject-introspe

Re: [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0

2024-06-23 Thread Alexandre Belloni via lists.openembedded.org
This fails the reproducibility tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4982/steps/13/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240623-__4telvd/packages/diff-html/ On 21/06/2024 10:16:38+0800, wangmy via lists.openembedded.org wrote

Re: [OE-core][PATCH] python3-numpy: upgrade 1.26.4 -> 2.0.0

2024-06-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, I think this break piglit: ERROR: piglit-1.0+gitr-r0 do_compile: ExecutionError('/home/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/core2-32-poky-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1337318', 1, None, None) ERROR: Logfile of failure stored in: /home/pokybuild/yoct

Re: [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-06-23 Thread Alexandre Belloni via lists.openembedded.org
Note that I already did test and replied this to you back in march: https://lore.kernel.org/all/20240326165030a736ab19@mail.local/ And in this submission: https://lore.kernel.org/all/20240518215929c3418ae7@mail.local/ So this is the third time this is submitted and not fixed... On 23/06/2024 2

Re: [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-06-23 Thread Alexandre Belloni via lists.openembedded.org
This causes new ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6563/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6740/steps/12/logs/stdio Failed ptests: {'glib-networking': ['glib-networking/connection-gnutls.test',

Re: [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7

2024-06-22 Thread Alexandre Belloni via lists.openembedded.org
This causes: ERROR: rt-tests-1_2.7-r0 do_patch: Applying patch '0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/rt-tests/2.7/git' CmdError('quilt --quiltrc /home/pokybuild/yocto-w

Re: [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1

2024-06-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks btrfs-tools and syslinux: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9488/steps/13/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6737/steps/12/logs/stdio On 21/06/2024 10:16:31+0800, wangmy via lists.openembedded.org wrote:

Re: [OE-core][PATCH 3/3] go: move to a single binary bootstrap option

2024-06-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused: AssertionError: Unable to find recipes for the following entries in maintainers.inc: go-binary-native On 19/06/2024 11:34:06+0100, Jose Quaresma wrote: > With the drop of the old 1.4 bootstrap C version we can > move the go-binary-native to go-binary and drop the PREFERRED_PR

Re: [OE-core] [PATCH v4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-06-21 Thread Alexandre Belloni via lists.openembedded.org
On 20/06/2024 18:45:35+0200, Alexandre Belloni via lists.openembedded.org wrote: > On 20/06/2024 16:10:41+, Ross Burton wrote: > > > > > > > On 19 Jun 2024, at 21:03, Alexandre Belloni via lists.openembedded.org > > > wrote: > > > > > >

Re: [OE-core][PATCH v2 0/7] Add SPDX 3.0 support

2024-06-20 Thread Alexandre Belloni via lists.openembedded.org
Unfortunately, this still causes failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7060/steps/23/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9481/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/9574/

Re: [OE-core] [PATCH v4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-06-20 Thread Alexandre Belloni via lists.openembedded.org
On 20/06/2024 16:10:41+, Ross Burton wrote: > > > > On 19 Jun 2024, at 21:03, Alexandre Belloni via lists.openembedded.org > > wrote: > > > > Hello, > > > > This causes selftest failures: > > > > https://autobuilder.yoctoproject.org

Re: [OE-core] [PATCH v4] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-06-19 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6833/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6877/steps/15/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6902/steps/

Re: [OE-core] [PATCH v2 3/3] ofono: add ptests

2024-06-19 Thread Alexandre Belloni via lists.openembedded.org
ptest failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6727/steps/12/logs/stdio https://autobuilder.yocto.io/pub/non-release/20240618-20/testresults/qemux86-64-ptest/ofono.log This seems intermittent as it didn't happen on arm On 18/06/2024 09:34:37+0200, Martin Hundeb?

Re: [OE-core] [PATCH 2/3] ell: add ptest

2024-06-18 Thread Alexandre Belloni via lists.openembedded.org
On 18/06/2024 17:54:07+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > I didn't test v2 but I guess it was not updated. This caused > reproducibility issues: > > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240618-sbhq7ol0/packa

Re: [OE-core] [PATCH 2/3] ell: add ptest

2024-06-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, I didn't test v2 but I guess it was not updated. This caused reproducibility issues: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240618-sbhq7ol0/packages/diff-html/ and ptest failures: {'ell': ['test-dbus', 'test-dbus-message-fds', 'test-dbus-properties']} https://auto

Re: [OE-core] [PATCH 3/3] ofono: add ptests

2024-06-18 Thread Alexandre Belloni via lists.openembedded.org
ERROR: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb: Unable to get checksum for ofono SRC_URI entry run-ptest: file could not be found The following paths were searched: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.8/

Re: [OE-core] [PATCH v3 0/1] Update for gfortran

2024-06-18 Thread Alexandre Belloni via lists.openembedded.org
Also, this is not based on master and doesn't apply, I'm dropping the whole series. On 18/06/2024 08:40:39+0200, Alexandre Belloni wrote: > You must always resend the whole series, else ths patch is not > applicable as-is. The work must be on your side, not on the maintainer's > side. > > On 16/0

Re: [OE-core] [PATCH v3 0/1] Update for gfortran

2024-06-17 Thread Alexandre Belloni via lists.openembedded.org
You must always resend the whole series, else ths patch is not applicable as-is. The work must be on your side, not on the maintainer's side. On 16/06/2024 23:31:34+0800, Kai Kang via lists.openembedded.org wrote: > From: Kai Kang > > v3: > * update INSANE_SKIP for ${MLPREFIX}gfortran > > v2: >

Re: [OE-core] [PATCH v2 2/3] rust: Upgrade 1.75.0->1.76.0

2024-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2024 11:59:25-0400, Randy MacLeod wrote: > On 2024-06-17 10:14 a.m., Alexandre Belloni wrote: > > On 17/06/2024 09:31:19-0400, Randy MacLeod wrote: > > > On 2024-06-17 5:43 a.m., Alexander Kanavin wrote: > > > > I have to ask, why 1.75.0->1.76.0? Can we go straight to $latest, > > > > whic

Re: [OE-core] [PATCH v2 2/3] rust: Upgrade 1.75.0->1.76.0

2024-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2024 09:31:19-0400, Randy MacLeod wrote: > On 2024-06-17 5:43 a.m., Alexander Kanavin wrote: > > I have to ask, why 1.75.0->1.76.0? Can we go straight to $latest, > > which is 1.79.0 as of now? It's a significant additional effort to do > > incremental updates, and we've fallen so behind t

Re: [OE-core] [PATCH] classes/kernel: No symlink in postinst without KERNEL_IMAGETYPE_SYMLINK

2024-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2024 08:48:16+0200, Jörg Sommer via lists.openembedded.org wrote: > Jörg Sommer via lists.openembedded.org schrieb am So 09. Jun, 16:59 (GMT): > > From: Jörg Sommer > > > > The commit “Use a copy of image for kernel*.rpm if fs doesn't support > > symlinks” [1] added postinst and postrm s

Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 14/06/2024 09:35:59+, SCHNEIDER Johannes wrote: > > I'm actually surprised it failed for you as v11 was successful on the AB > > for me. Anyway, In the meantime, I dropped the series. > > Aww, we were getting close; so the last iteration fixed the one > remaining/troubling exception with th

Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 13/06/2024 07:44:59+0100, Richard Purdie wrote: > On Tue, 2024-06-04 at 08:50 +0200, Johannes Schneider wrote: > > systemd-sysext allows to overlay another image (or multiple) ontop of > > a "base-image" = the current rootfs, via the use of overlayfs; to add > > tools and features meant

Re: [OE-core] [PATCHv3] libgcrypt: Fix building error with '-O2' in sysroot path

2024-06-07 Thread Alexandre Belloni via lists.openembedded.org
This seems to fail: | libtool: compile: arm-poky-linux-gnueabi-gcc -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 -fstack-protector-strong -O0 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=/home/pokybuild/yocto-worker/beag

Re: [OE-core] [PATCH 1/2] python3: Check for host OS type instead of build OS

2024-06-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/9102/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/9116/steps/12/logs/stdio On 04/06/2024 23:43:16-0700, Khem Raj wrote: > configure uses PLATOFRM_TRIPLET derive ma

Re: [OE-core][PATCH] iptables: Do not install /etc/ethertypes

2024-06-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, can you rebase? On 28/05/2024 04:10:53+, Changhyeok Bae wrote: > The patch file was deleted by mistaken during 1.8.10 upgrade. > Re-introduce the patch file after re-writing based on 1.8.10 code. > > Signed-off-by: Changhyeok Bae > --- > ...ile.am-do-no

Re: [OE-core] [PATCH 4/4] man-pages: upgrade 6.06 -> 6.8

2024-06-02 Thread Alexandre Belloni via lists.openembedded.org
On 27/05/2024 09:37:05+0800, Changqing Li wrote: > diff --git a/meta/recipes-extended/man-pages/man-pages_6.06.bb > b/meta/recipes-extended/man-pages/man-pages_6.8.bb > similarity index 84% > rename from meta/recipes-extended/man-pages/man-pages_6.06.bb > rename to meta/recipes-extended/man-pages/

Re: [OE-core] [RESEND][PATCH] insane: add patch-status to default ERROR_QA

2024-05-31 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2024 00:53:21+0200, Alexandre Belloni via lists.openembedded.org wrote: > On 01/06/2024 00:37:50+0200, Martin Jansa wrote: > > On Fri, May 31, 2024 at 11:29 PM Alexandre Belloni > > wrote: > > > > > > ERROR: gitrepotest-1.0-r0 do_patch: QA Issue: Missin

Re: [OE-core] [RESEND][PATCH] insane: add patch-status to default ERROR_QA

2024-05-31 Thread Alexandre Belloni via lists.openembedded.org
On 01/06/2024 00:37:50+0200, Martin Jansa wrote: > On Fri, May 31, 2024 at 11:29 PM Alexandre Belloni > wrote: > > > > ERROR: gitrepotest-1.0-r0 do_patch: QA Issue: Missing Upstream-Status in > > patch > > /home/pokybuild/yocto-worker/reproducible/build/build-st/meta-selftest/recipes-test/gitrepo

Re: [OE-core] [PATCH] qemu: upgrade 8.2.1 -> 9.0.0

2024-05-31 Thread Alexandre Belloni via lists.openembedded.org
I got this with poky-tiny: WARNING: qemu-system-native-9.0.0-r0 do_populate_sysroot: File '/home/pokybuild/yocto-worker/poky-tiny/build/build/tmp/work/x86_64-linux/qemu-system-native/9.0.0/recipe-sysroot-native/usr/share/qemu/hppa-firmware64.img' from qemu-system-native was already stripped, thi

Re: [OE-core] [RESEND][PATCH] insane: add patch-status to default ERROR_QA

2024-05-31 Thread Alexandre Belloni via lists.openembedded.org
ERROR: gitrepotest-1.0-r0 do_patch: QA Issue: Missing Upstream-Status in patch /home/pokybuild/yocto-worker/reproducible/build/build-st/meta-selftest/recipes-test/gitrepotest/gitrepotest/0001-testpatch.patch Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide

Re: [OE-core] [PATCH v10 0/3] pkg-database and systemd-sysext image

2024-05-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe I tested the proper series but still had the failure on armhost: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3398/steps/15/logs/stdio On 22/05/2024 16:11:49+0200, Johannes Schneider via lists.openembedded.org wrote: > systemd-sysext allows to overlay anot

Re: [OE-core][PATCH V2] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks all the qemu*-alt build this way: https://autobuilder.yoctoproject.org/typhoon/#/builders/109/builds/7875/steps/14/logs/stdio On 25/05/2024 13:03:48+0800, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi > > License-Update: > === > GPL-2.0 is changed to

Re: [OE-core] [PATCH 03/13] pinentry: update 1.2.1 -> 1.3.0

2024-05-28 Thread Alexandre Belloni via lists.openembedded.org
I fixed it up in my branch but you forgot to update oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all Maybe it would be nice to have a comment in the recipe. On 27/05/2024 20:12:04+0200, Alexander Kanavin wrote: > From: Alexander Kanavin > > License-update: formatting, FSF a

Re: [OE-core] [PATCH 05/13] cmake: upgrade 3.28.3 -> 3.29.3

2024-05-27 Thread Alexandre Belloni via lists.openembedded.org
https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9373/steps/13/logs/stdio On 27/05/2024 20:12:06+0200, Alexander Kanavin wrote: > From: Alexander Kanavin > > License-update: copyright years > > Signed-off-by: Alexander Kanavin > --- > .../{cmake-native_3.28.3.bb => cmake-nati

Re: [OE-core] [PATCH] qemu: upgrade 8.2.1 -> 9.0.0

2024-05-27 Thread Alexandre Belloni via lists.openembedded.org
This conflicts with "qemu: enable parallel builds when using the jobserver class" that I'm currently carrying, should I drop it? On 22/05/2024 15:28:38+0200, Martin Hundeb?ll wrote: > Remove pacthes accepted upstream, and refresh the remaining ones. Remove > patches required by ubuntu 18.04, as th

Re: [OE-core][PATCH v5] kernel.bbclass: make do_symlink_kernelsrc reentrant

2024-05-27 Thread Alexandre Belloni via lists.openembedded.org
On 27/05/2024 11:45:58+0200, Etienne Cordonnier via lists.openembedded.org wrote: > Hi Richard, > > I also apologize for replying late. I was busy with other things and > haven't found time to rework this patch. > > > Firstly, can I ask why you're using a non-default directory for ${S}? > > Is t

Re: [OE-core] [PATCH v2 1/2] pciutils: rewrite recipe

2024-05-26 Thread Alexandre Belloni via lists.openembedded.org
Hello Ross, You'll have to rebase as 3.12.0 is already in master. On 23/05/2024 12:01:26+, Ross Burton wrote: > The upstream Makefiles are bespoke so need to be handheld, but this > recipe has workarounds for code removed a decade ago. > > Add more PACKAGECONFIGs for the other configuration

Re: [OE-core] [PATCH v3] tclibc-picolibc: Adds a new TCLIBC variant to build with picolibc as C library

2024-05-26 Thread Alexandre Belloni via lists.openembedded.org
Please always resend the whole series, I'm not cherry-picking patches once they have been dropped. On 22/05/2024 14:33:06-0600, Alejandro Hernandez Samaniego wrote: > Enables usage of TCLIBC=picolibc extending OE functionality to build and use > picolibc based toolchains to build baremetal applica

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
On 22/05/2024 23:42:07+0200, Markus Volk wrote: > On Wed, May 22 2024 at 11:06:22 AM +02:00:00, Alexandre Belloni > wrote: > > this doesn't apply on master anymore, can you rebase? > > Hi Alexandre, > > probably this doesn't apply because Richard Purdie added a fix for this > almost at the same

Re: [oe-core][PATCH] gcc-runtime.inc: additionally remove libgomp.info-1 and libgomp.info-2

2024-05-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, this doesn't apply on master anymore, can you rebase? On 20/05/2024 19:57:06+0200, Markus Volk wrote: > This avoids: > ERROR: gcc-runtime-14.1.0-r0 do_package: QA Issue: gcc-runtime: > Files/directories were installed but not shipped in any package: > /usr/share/info > /usr/sha

Re: [OE-core] [PATCH 5/6] meson: correct the host machine definition in SDKs

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/1733/steps/12/logs/stdio On 20/05/2024 10:18:32+, Ross Burton wrote: > The SDK_ARCH is not the correct definiton for the host machine definition > inside the SDK, but because a nati

Re: [OE-core][PATCH 1/6] systemd/systemd-boot: upgrade from 255.4 to 255.6

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This also fails on the autobuilders: ERROR: systemd-1_255.6-r0 do_patch: Applying patch '0001-basic-add-PIDFS-magic-31709.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/systemd/255.6/git' CmdError('quilt --quiltrc /home/pokybuild/yo

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This one is a different failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/377/steps/11/logs/stdio On 21/05/2024 11:32:30+0200, Alexandre Belloni wrote: > This fails on the autobuilders: > > ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: > Files/directori

Re: [OE-core][PATCH 2/6] util-linux/util-linux-libuuid: upgrade from 2.39.3 to 2.40.1

2024-05-21 Thread Alexandre Belloni via lists.openembedded.org
This fails on the autobuilders: ERROR: util-linux-2.40.1-r0 do_package: QA Issue: util-linux: Files/directories were installed but not shipped in any package: /lib/security/pam_lastlog2.so https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/9011/steps/15/logs/stdio On 20/05/2024

Re: [OE-core] [PATCH 4/4] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-05-18 Thread Alexandre Belloni via lists.openembedded.org
New ptest failures: {'glib-networking': ['glib-networking/file-database-gnutls.test', 'glib-networking/connection-gnutls.test']} https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6619/steps/12/logs/stdio https://autobuilder.yocto.io/pub/non-release/20240518-15

Re: [OE-core] [PATCH 1/4] rust: correctly link rust-snapshot into build/stage0

2024-05-18 Thread Alexandre Belloni via lists.openembedded.org
ello, The series broke the -tc builds as rust.RustSelfTestSystemEmulated.test_rust is failing: https://autobuilder.yoctoproject.org/typhoon/#/builders/151/builds/1723/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/154/builds/1715/steps/12/logs/stdio https://autobuild

Re: [OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image

2024-05-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, deb and rpm seem successful but ipk still fails: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3335/steps/14/logs/stdio On 16/05/2024 00:34:57+0200, Johannes Schneider via lists.openembedded.org wrote: > systemd-sysext allows to overlay another image (or multiple) on

Re: [OE-core] [PATCH v8 0/3] pkg-database and systemd-sysext image

2024-05-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, It seems that this reliably fails oe-selftest-armhost. I didn't really pay attention until now beause we had other issues but in this build, those are the only failing tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3322/steps/15/logs/stdio On 12/05/2024 08:31:56

Re: [OE-core] [PATCH] ipk/rootfs: run sanity test of multilib in parallel

2024-05-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This reliably fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9008/steps/20/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9012/steps/20/logs/stdio On 13/05/2024 13:37:52+, Seungkyun Kim wrote: > From: "seungky

Re: [OE-core] [PATCH v6 0/3] pkg-database and systemd-sysext image

2024-05-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails on the autobuilders, I'm pretty sure the config for the build folder has: PACKAGE_CLASSES = "package_rpm" This explains this: build-st-4166614$ tree tmp/deploy/images/qemux86-64/var/lib/ tmp/deploy/images/qemux86-64/var/lib/ ├── dnf │   ├── history.sqlite │   ├── history.

Re: [OE-core] [PATCH v2 3/5] ninja: build modified version with GNU Make jobserver support

2024-04-25 Thread Alexandre Belloni via lists.openembedded.org
Hello, This patch doesn't apply on master anymore because ninja has been updated. On 04/04/2024 13:16:11+0200, Martin Hundeb?ll wrote: > Ninja doesn't (yet) support the GNU Make jobserver out of the box, but > there is a pull request adding that support[1]. Since that pull request > (and its der

  1   2   3   4   5   6   7   8   >