Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-28 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, As discussed I gave it a go again and got this: | /home/pokybuild/yocto-worker/qemuarm/build/build/tmp/hosttools/ld: linux-tdep.o: in function `linux_corefile_thread(thread_info*, linux_corefile_thread_data*)': | linux-tdep.c:(.text+0x13ac): undefined reference to `gcore_elf_build_

Re: [OE-core] [PATCH] enchant2: upgrade 2.3.3 -> 2.3.4

2023-02-28 Thread Alexandre Belloni via lists.openembedded.org
Hello, This failed on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2471/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6734/steps/11/logs/errors On 28/02/2023 17:49:16+0800, wangmy wrote: > From: Wang Mingyu > > Cha

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-02-28 Thread Alexandre Belloni via lists.openembedded.org
On 28/02/2023 17:50:05+, Richard Purdie wrote: > On Tue, 2023-02-28 at 08:43 -0800, Khem Raj wrote: > > On Tue, Feb 28, 2023 at 8:18 AM Alexandre Belloni > > wrote: > > > > > > Hello Khem, > > > > > > As discussed I gave it a go again and got this: > > > > > > > /home/pokybuild/yocto-worker

Re: [OE-core] [pseudo][PATCH 1/1] pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
On 01/03/2023 01:03:04+0100, Yoann Congal wrote: > From: Pavel Modilaynen > > Use close-on-exec (O_CLOEXEC) flag when open log file to > make sure its file descriptor is not leaked to parent > process on fork/exec. > > Fixes [YOCTO #13311] > This is missing the author's SoB > Signed-off-by: M

Re: [OE-core] [PATCH] libnotify: upgrade 0.8.1 -> 0.8.2

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes: | Looking for a fallback subproject for the dependency gi-docgen | | ../libnotify-0.8.2/docs/reference/meson.build:13:0: ERROR: Subproject exists but has no meson.build file | | A full log can be found at /home/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work

Re: [OE-core] [PATCH] binutils: Enable --enable-new-dtags

2023-03-01 Thread Alexandre Belloni via lists.openembedded.org
On 28/02/2023 23:45:05+0100, Alexandre Belloni wrote: > On 28/02/2023 17:50:05+, Richard Purdie wrote: > > On Tue, 2023-02-28 at 08:43 -0800, Khem Raj wrote: > > > On Tue, Feb 28, 2023 at 8:18 AM Alexandre Belloni > > > wrote: > > > > > > > > Hello Khem, > > > > > > > > As discussed I gave i

Re: [OE-core] [Openembedded-architecture] Kirkstone Layer Compatibility

2022-02-18 Thread Alexandre Belloni via lists.openembedded.org
Hello, +layer maintainers to ensure they see that. On 18/02/2022 12:37:04+0100, Martin Jansa wrote: > The [3] should be > https://git.openembedded.org/openembedded-core/commit/?id=311e61ae14b7216f5b98f1afe0e791644a07c9d0 > that's where LAYERSERIES_CORENAMES was changed to kirkstone (it's not due

[OE-core] [PATCH] oeqa/runtime/dnf: fix typo

2022-09-19 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Signed-off-by: Alexandre Belloni --- meta/lib/oeqa/runtime/cases/dnf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runtime/cases/dnf.py b/meta/lib/oeqa/runtime/cases/dnf.py index a8e23e596e93..e0b91090b20b 100644 --- a/meta/lib/oeq

Re: [OE-core] [PATCH v1] meson: make wrapper options sub-command specific

2022-09-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 17/09/2022 18:07:35-0400, Liam Beguin wrote: > The meson-wrapper adds setup options to facilitate cross-compilation. > The current options are exclusive to the setup sub-command and might > cause issues with other sub-commands. > > Update the wrapper to make options sub-command specific

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 20/09/2022 17:55:42+, Robert Henz via lists.openembedded.org wrote: > Hi everyone, > > I have a PR to fix the WantedBy parsing of the systemctl script. I > tried to follow the process described in your wiki > (https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded),

Re: [OE-core] [PATCH v2] binutils: handle symlink files for gprofng

2022-09-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 19/09/2022 12:48:03+0800, kai wrote: > From: Kai Kang > > It provides gprofng by binutils 2.39 for x86, x86_64 and aarch64 > according to configure.ac: > > https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=configure.ac;h=aa9c91b42214afc46a0ab8b629e4c6fedcc0;hb=HEAD#l401 > >

Re: [OE-core] [PATCH] oeqa/runtime/dnf: streamline test case

2022-09-25 Thread Alexandre Belloni via lists.openembedded.org
Hi, On 23/09/2022 16:48:10+0100, Ross Burton wrote: > The DNF test case exercises a lot of functionality that we don't really > care about in the runtime QA: we mainly care that DNF is capable of > connecting to a remote repository and installing a package. > Specifically, we don't need to exercis

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-27 Thread Alexandre Belloni via lists.openembedded.org
On 26/09/2022 08:49:36-0700, Robert Henz via lists.openembedded.org wrote: > >> An empty string assignment to WantedBy should clear all prior WantedBy > >> settings. This matches behavior of the current systemd implementation. > > > > Your SoB is missing here and this is mandatory. > > I will att

Re: [OE-core] [PATCH v2] mesa: only apply patch to fix ALWAYS_INLINE for native

2022-09-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 29/09/2022 17:20:52+0800, kai wrote: > On 9/21/22 17:08, Richard Purdie wrote: > > On Wed, 2022-09-21 at 16:03 +0800, kai wrote: > > > From: Kai Kang > > > > > > 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not > > > required by target mesa any more. But it still fai

Re: [OE-core] [PATCH] openssl: Add missing perl module runtime dependencies for ptests

2022-09-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused many issues on the autobuilders, similar to those: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/5982/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/3796/steps/11/logs/stdio On 29/09/2022 21:16:14-0700, Khem Raj wrote:

Re: [oe-core][PATCHv2] wic-imager-direct.py: use fstab update also for root device

2022-09-30 Thread Alexandre Belloni via lists.openembedded.org
Hello Markus, This causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4140/steps/14/logs/stdio On 30/09/2022 06:18:07+0200, Markus Volk wrote: > wic imager is able to add entries for the partitions to fstab. This patch also > creates an entry for the r

Re: [OE-core] [PATCH 1/1] ltp: Update to 20220930

2022-10-02 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 01/10/2022 19:21:07+0200, Petr Vorel wrote: > From: Petr Vorel > > Remove all patches accepted upstream. > > Signed-off-by: Petr Vorel > --- > Hi, > > could you please test this patchset? This causes the following warning: ltp-20220930-r0 do_package_qa: QA Issue: File /opt/ltp/te

Re: [oe-core][PATCHv2] wic-imager-direct.py: use fstab update also for root device

2022-10-08 Thread Alexandre Belloni via lists.openembedded.org
On 08/10/2022 14:53:48+0200, Markus Volk wrote: > Am Sa, 1. Okt 2022 um 01:11:46 +0200 schrieb Alexandre Belloni via > lists.openembedded.org > : > > This causes the following failure: > > <https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4140/step

Re: [OE-core] [PATCH] mtd-utils: upgrade 2.1.4 -> 2.1.5

2022-10-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks oe-selftest: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4237/steps/14/logs/stdio It would be greatly appreciated if you could ensure running oe-selftest before submitting On 10/10/2022 16:38:32+0800, wangmy wrote: > 0001-tests-Remove-unused-linux-fs.h-h

Re: [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3

2022-10-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following warning: https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1815/steps/13/logs/warnings Please test your patches before sending them On 11/10/2022 16:05:54+0800, wangmy wrote: > License-Update: Copyriht year updated to 2022. > > Changelog: > ===

Re: [OE-core] [PATCH v3] meson: make wrapper options sub-command specific

2022-10-12 Thread Alexandre Belloni via lists.openembedded.org
On 12/10/2022 18:01:26-0400, Liam Beguin wrote: > Hi Alex, > > On Wed, Oct 12, 2022 at 09:46:46AM +0200, Alexander Kanavin wrote: > > No one seems to have objections, it's that there is no explicit > > confirmation that your patch (or anyone's) is in staging branches, and > > integration is curren

Re: [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
On 12/10/2022 16:46:44+, Ross Burton wrote: > We only have 1.50.9 in oe-core master, please ensure that you sent patches > based on master, or if they’re based on another staging branch please make > that clear. > this applied fine on master-next because we carry your 1.50.10 upgrade > Ros

Re: [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
This causes ptest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/4115/steps/12/logs/stdio 'pango': ['pango/test-no-fonts.test']} On 11/10/2022 16:05:57+0800, wangmy wrote: > Signed-off-by: Wang Mingyu > --- > .../pango/{pango_1.50.10.bb => pango_1.50.11.bb}

Re: [OE-core] [kirkstone] core-image-weston doesn't build

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
On 13/10/2022 09:52:44+0200, Marta Rybczynska wrote: > Hello all, > I'm trying to build the core-image-weston in kirkstone to look into > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14926 > > It turns out that the image does not build (oe-core > e728d0965d6fda8ac54e065ca7bf7eb9da9a8170 with

Re: [OE-Core][PATCH] rust: update 1.63.0 -> 1.64.0

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 12/10/2022 08:17:14+0100, Alex Kiernan wrote: > Release notes: > https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html > This causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/5901/steps/12/logs/stdio ERROR: rust-1.64.0-r0 do_patch: App

Re: [OE-core] [PATCH] wic: honor the SOURCE_DATE_EPOCH in case of updated fstab

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, This seems to have caused the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/6301/steps/13/logs/stdio | DEBUG: Executing python function extend_recipe_sysroot | NOTE: Direct dependencies are ['/home/pokybuild/yocto-worker/build-appliance/build/meta/r

Re: [OE-core] [PATCH v2] wic: honor the SOURCE_DATE_EPOCH in case of updated fstab

2022-10-13 Thread Alexandre Belloni via lists.openembedded.org
Hi, This caused: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/6305/steps/13/logs/stdio On 13/10/2022 19:40:20+0300, Sergey Zhmylev wrote: > From: Sergei Zhmylev > > In case user requested to build a binary repeatable package, > it's required to honor the SOURCE_DATE_EPOCH

Re: [OE-core][PATCH 1/2] oeqa/selftest/archiver: Add multiconfig test for shared recipes

2022-10-14 Thread Alexandre Belloni via lists.openembedded.org
Hello Jose, This fails on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4236/steps/15/logs/stdio 2022-10-13 21:04:28,387 - oe-selftest - INFO - archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch (subunit.RemotedTestCase) 2022-10-13 21:04:28,388 - oe-

Re: [OE-core] [PATCH 2/3] kern-tools-native: don't pull the toolchain as it is not used

2022-10-24 Thread Alexandre Belloni via lists.openembedded.org
On 24/10/2022 15:21:56+0100, Jose Quaresma wrote: > Hi Alexandre, > > I see this one is still on staging abelloni main-next > https://git.yoctoproject.org/poky-contrib/log/?h=abelloni/master-next > > Can this be dropped please? > Dropped now > Jose > > Jose Quaresma via lists.openembedded.org

Re: [oe-core][PATCHv2] mesa: update 22.2.0 -> 22.2.2

2022-10-25 Thread Alexandre Belloni via lists.openembedded.org
Hello, This is failing on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1856/steps/13/logs/stdio On 24/10/2022 17:06:08+0200, Markus Volk wrote: > - add a PACKAGECONFIG for perfetto support > > Signed-off-by: Markus Volk > --- > .../mesa/{mesa-gl_22.2.0.bb => mesa

Re: [oe-core][PATCHv2] mesa: update 22.2.0 -> 22.2.2

2022-10-26 Thread Alexandre Belloni via lists.openembedded.org
On 26/10/2022 08:45:10+, Ross Burton wrote: > This fallout might be related to the libglx patch for mesa? > Yeah, sorry, this patch is ok, the failure is coming from glvnd support and I'm going to reply to the other patch. > Ross > > > On 25 Oct 2022, at 16:31

Re: [OE-core] [PATCH v2] mesa: enable glvnd support

2022-10-26 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 24/10/2022 10:08:23-0500, Vincent Davis Jr wrote: > Allows mesa to be built with glvnd support. > Thus, creates libEGL_mesa.so* and libGLX_mesa.so* > libraries meant to coexist with vendor neutral > dispatch libraries from libglvnd. > This causes failures on the autobuilders: https://

Re: [OE-core] [PATCH 03/23] go: update 1.19 -> 1.19.1

2022-10-28 Thread Alexandre Belloni via lists.openembedded.org
Hello Alex, Do you mind rebasing on master, I guess there is the ppc64 checksum to add. On 27/10/2022 22:15:51+0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/go/{go-1.19.inc => go-1.19.1.inc} | 2 +- > ...o-binary-native_1.19.bb => go-binary-na

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, this causses the following failure on the AB: AssertionError: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. nativesdk-systemd-systemctl (/home/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/rec

Re: [OE-core] [PATCH] libc-test: add libc testsuite for musl

2022-11-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 03/11/2022 05:39:26+, Chase Qi wrote: > libc-test is a collection of unit test to measure the correctness and > robustness of a C/POSIX standard library implementation. It is developed > as part of the musl project. > You also need to add it to the ptest list: WARNING: libc-test-g

Re: [OE-core] [PATCH 0/1] add python3-brotli_1.0.9 in meta/recipes-devtools/python

2022-11-04 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 04/11/2022 10:02:08+0800, cp0613 wrote: > The following changes since commit 6050d1f74c02495490d982ead2993b6b3c9cc04a: > are available in the Git repository at: > > https://github.com/cp0613/openembedded-core brotli > https://github.com/cp0613/openembedded-core/tree/brotli > > cp06

Re: [OE-core] [PATCH] systemd: bump to v252

2022-11-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This makes oe-selftest fail: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4353/steps/14/logs/stdio [1.465610] Run /init as init process [1.532366] input: QEMU QEMU USB Tablet as /devices/pci:00/:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input

Re: [OE-core] [PATCH 3/3] package: Fix handling of minidebuginfo with newer binutils

2022-11-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This series causes the following failure on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/4354/steps/14/logs/stdio 2022-11-06 00:37:54,099 - oe-selftest - INFO - RESULTS - recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add: ERROR 2022-11

Re: [OE-core] [PATCH] mirrors.bbclass: use shallow tarball for nativesdk-binutils

2022-11-06 Thread Alexandre Belloni via lists.openembedded.org
On 04/11/2022 15:24:43+0100, Etienne Cordonnier via lists.openembedded.org wrote: > This is useful e.g. when using meta-clang, which introduces a dependency to > nativesdk-binutils when > populating the SDK, and then a full tarball of binutils is fetched > additionally to a shallow tarball. > >

Re: [oe-core][PATCH 2/2] gstreamer1.0-plugins-good: use libsoup-3.0 by default

2022-11-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following warning: WARNING: gstreamer1.0-meta-base-1.0-r0 do_package_qa: QA Issue: gstreamer1.0-meta-base rdepends on gstreamer1.0-plugins-good-soup, but it isn't a build dependency? [build-deps] https://autobuilder.yoctoproject.org/typhoon/#/builders/40/builds/6120/step

Re: [OE-core] [master][PATCH v2 1/2] image_types: Add 7-Zip support in conversion types and commands

2022-11-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 07/11/2022 13:37:32+0100, Livius wrote: > From: Benjamin Szőke > > Add 7-Zip support in conversion types and commands. Default arguments of > 7-Zip are compression level: 9, method: BZip2, extension: zip. All these are > overridable from local.con for any other use case in user side.

Re: [OE-core] [PATCH v3] libc-test: add libc testsuite for musl

2022-11-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails with: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. libc-test (/home/pokybuild/yocto-worker/oe-selftest-centos/build/meta/recipes-core/musl/libc-test_git.bb) On 08/11/2022 03:42:33+, C

Re: [OE-core] [PATCH] oeqa/runtime: clean up deprecated backslash expansion

2022-11-08 Thread Alexandre Belloni via lists.openembedded.org
On 07/11/2022 22:09:34+, Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/runtime/cases/apt.py | 4 ++-- > meta/lib/oeqa/runtime/cases/buildcpio.py | 7 +-- > meta/lib/oeqa/runtime/cases/systemd.py | 2 +- > 3 files changed, 8 insertions(+), 5 deletions(-) >

Re: [OE-core] [RFC PATCH 2/3] kbd: Disable 64 bit time with 32 bit glibc

2022-11-09 Thread Alexandre Belloni via lists.openembedded.org
On 08/11/2022 19:38:06+0100, Alexander Kanavin wrote: > Thanks. But: face, meet palm. > > "If _TIME_BITS is undefined, the bit size of time_t is architecture > dependent. Currently it defaults to 64 bits on most architectures. > Although it defaults to 32 bits on some traditional architectures > (

Re: [OE-core] [RFC PATCH 1/3] Try to ensure 64 bit time on 32 bit glibcful hosts

2022-11-09 Thread Alexandre Belloni via lists.openembedded.org
On 08/11/2022 11:51:58+0100, Ola x Nilsson wrote: > > I'm working on the same thing, but I put GLIBC_64BIT_TIME_CPPFLAGS in > TARGET_CC_ARCH instead to make sure they applied everywhere. > I would not provide a feature to allow building a recipe without a 64 bits time_t, it is going to build bu

Re: [OE-core] [PATCH] mesa: fix runpath with native llvm-config in target sysroot

2022-11-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/11/2022 22:04:44-0500, Maxime Roussin-Bélanger wrote: > From: Maxime Roussin-Bélanger > > llvm-config is copied from native to target sysroot, it shouldn't be > allowed to use target shared libraries when it loads. > > Remove all runpath so it uses shared library from host system s

Re: [OE-core] [PATCH] mesa: fix runpath with native llvm-config in target sysroot

2022-11-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/11/2022 16:04:11-0500, Maxime Roussin-Bélanger wrote: > Hi, (sorry for 2nd message Alex, forgot to cc the list) > > On Wed, Nov 9, 2022 at 3:48 PM Alexandre Belloni < > alexandre.bell...@bootlin.com> wrote: > > > Hello, > > > > On 08/11/2022 22:04:44-0500, Maxime Roussin-Bélanger wrote: > >

Re: [OE-core] [PATCH 6/6] u-boot: Rework signing to remove interdependencies

2022-11-09 Thread Alexandre Belloni via lists.openembedded.org
Hi, On 01/11/2022 13:54:18-0400, Sean Anderson wrote: > > That would result in a lot of messages on the mailing list and ends up > > being a lot of work for the maintainers as well. > > If you use a tool like b4 [1] it can automatically generate a summary > thank-you message. > As an example, [2

Re: [OE-core] [PATCH] pixman: backport fix for CVE-2022-44638

2022-11-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/11/2022 21:51:48+0530, adhityax.siddartha.rav...@intel.com wrote: > From: Adhitya Siddartha > > Reference to upstream patch: > https://gitlab.freedesktop.org/pixman/pixman/-/commit/a1f88e842e0216a5b4df1ab023caebe33c101395 > Your mailer mangled the whitespaces and the patch doesn't

Re: [OE-core][PATCH] systemd: add group render to udev package

2022-11-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1839/steps/12/logs/stdio ERROR: Nothing PROVIDES 'udev' (but /home/pokybuild/yocto-worker/reproducible/build/meta/recipes-bsp/usbutils/usbutils_014.bb, /home/pokybuild/yocto-worker/rep

Re: [OE-core] [PATCH] initial configs: set PREFERRED_PROVIDERs as weaker defaults

2022-11-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 12/11/2022 15:58:15+, Christoph Lauer wrote: > From: Christoph Lauer > > This gives BSP creators the flexibility to change PREFERRED_PROVIDERs with > weak defaults > > Signed-off-by: Christoph Lauer > --- > .../conf/machine/beaglebone-yocto.conf| 6 +- > meta-yocto-bsp

Re: [OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers

2022-11-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 10/11/2022 20:42:32+, Jordan Crouse via lists.openembedded.org wrote: > Add a recipe to build the Khronos official Vulkan validation layers that can > assist developers in verifying that their applications correctly use the > Vulkan APIs. > This failed on the autobuilders: NOTE:

Re: [OE-core] [PATCH v2 3/3] vulkan-validation: Add the official Vulkan validation layers

2022-11-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, This was actually the version I tested and that failed on the autobuilders. On 11/11/2022 21:47:14+, Jordan Crouse via lists.openembedded.org wrote: > Add a recipe to build the Khronos official Vulkan validation layers that can > assist developers in verifying that their applications c

Re: [OE-core] [PATCH] cve-check: add support for Ignored CVEs

2022-06-12 Thread Alexandre Belloni via lists.openembedded.org
Hello Marta, This seems to break the selftests: 2022-06-12 22:22:20,248 - oe-selftest - INFO - cve_check.CVECheck.test_recipe_report_json (subunit.RemotedTestCase) 2022-06-12 22:22:20,249 - oe-selftest - INFO - ... FAIL Stderr: 2022-06-12 22:07:57,462 - oe-selftest - INFO - Adding: "include sel

Re: [OE-core] Subject: [PATCH 1/3] [PATCH] [master] weston.py: added xwayland test

2022-06-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm sorry but none of the patches apply correctly and this is proving difficult to fix. Could you resend using git send-email? You have more information here: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded On 13/06/2022 05:40:01-0700, Süsens, Sebastian via lists.

Re: [OE-core] [PATCH 1/1] wic: Use ROOTFS_DIR to locate pseudo_dir

2022-06-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 14/06/2022 23:35:29-0700, Robert Yang wrote: > Fixed when wks is: > part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label > boot --active --align 4096 --fixed-size 256M > part / --source rootfs --exclude-path=var/ --ondisk mmcblk0 --fstype=ext4 > --label root --a

Re: [OE-core] [PATCH 1/1] wic: Use ROOTFS_DIR to locate pseudo_dir

2022-06-15 Thread Alexandre Belloni via lists.openembedded.org
On 15/06/2022 17:52:18+0800, Robert Yang wrote: > > > On 6/15/22 3:26 PM, Alexandre Belloni wrote: > > Hello, > > > > On 14/06/2022 23:35:29-0700, Robert Yang wrote: > > > Fixed when wks is: > > > part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat > > > --label boot --active -

Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11

2022-06-16 Thread Alexandre Belloni via lists.openembedded.org
Hi, It seems this fails on x32: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio On 15/06/2022 16:19:50+0800, wangmy wrote: > Signed-off-by: Wang Mingyu > --- > meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +- > 1 file changed, 1 i

Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11

2022-06-16 Thread Alexandre Belloni via lists.openembedded.org
On 16/06/2022 09:30:33+0200, Alexandre Belloni wrote: > Hi, > > It seems this fails on x32: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio It also failed on arm64: https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/5347/steps/11/log

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following error: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio 2022-06-17 08:06:44,127 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase) 2022-06-17 08:06:44,128 - oe-selftest - INFO - ...

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2022 14:17:06+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > This causes the following error: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio > > 2022-06-17 08:06:44,127

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-04 Thread Alexandre Belloni via lists.openembedded.org
On 04/07/2022 11:01:42+0200, Adrian Freihofer wrote: > Hi Alex > > Thank you for initiating this important discussion with the code. This > could be one way to address this issue. However, the discussion here > also shows how complicated the issue is and how fragmented the > solutions and opinions

Re: [OE-core] [PATCH v3] curl : Add ptest

2022-07-05 Thread Alexandre Belloni via lists.openembedded.org
Hello Yogesh, This triggered a reproducible build failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1109/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220705-cgutlb5s/packages/diff-html/ On 05/07/2022 12:54:06+0800, Yogesh Tyagi wrote

Re: [OE-core] [PATCH 4/7] wayland: update 1.20.0 -> 1.21.0

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Alex, I guess you have seen it in your build but this is probably the cause of the meta-mingw failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/5467/steps/12/logs/stdio On 05/07/2022 19:03:36+0200, Alexander Kanavin wrote: > Drop the patch, as it is no longer neces

[OE-core] linux-yocto 5.15.48 reproducibility failure

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I got the following reproducible build failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1116/steps/12/logs/stdio To me, it looks like the in-kernel config changed, did the compression alg change? Are you able to look at that soon or should I file a bug?

Re: [OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/07/2022 13:10:28+0200, Ming Liu wrote: > From: Ming Liu > > Sometimes an end user might want to choose another kernel type argument > for uboot-mkimage other than "kernel", for instance: "kernel_noload". > > Let's introduce a variable UBOOT_MKIMAGE_KERNEL_TYPE to support that, > an

Re: [OE-core] [PATCH 1/2] icon-naming-utils: Resurrect for sato-icon-theme

2022-07-06 Thread Alexandre Belloni via lists.openembedded.org
Hello Richard, On 06/07/2022 14:16:41+0100, Richard Purdie wrote: > To add back sato-icon-theme we need this small util. > > Signed-off-by: Richard Purdie > --- > meta/conf/distro/include/maintainers.inc | 1 + > .../icon-naming-utils_0.8.90.bb | 28 +++ > 2

Re: [OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/07/2022 11:53:19+0200, Ming Liu wrote: > Hi, Alexandre: > > Thanks for the review, I did not quite follow you, you meant the 'type' > argument being replaced wrongly? I dont see how. Could you share some > details about your comment? > See below... > //Ming Liu > > Alexandre Belloni 於 2

[OE-core] [PATCH] oeqa/selftest/bbtests: Update message lookup for test_git_unpack_nonetwork_fail

2022-07-07 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni bitbake's output changed, update the test Signed-off-by: Alexandre Belloni --- meta/lib/oeqa/selftest/cases/bbtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py

Re: [OE-core] [PATCH 1/1] gcc: Fixed libstdc++ configure failure

2022-07-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/07/2022 15:03:50+0800, Morikazu Fumita wrote: > Since commit 34b0edb0d312 ("gcc: Drop stdlib++ option patch"), configure for > libstdc++ failed due to ld error of "dummylib/libstdc++.so: file is empty". > This failure caused _GLIBCXX_HAVE_S_ISREG not to get defined then > make_file_

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: add padding algorithm property in config nodes

2022-07-12 Thread Alexandre Belloni via lists.openembedded.org
Hello Luis, On 12/07/2022 09:59:08+0200, Luis Enriquez wrote: > This allows choosing padding algorithm when building fitImage. It may be > pkcs-1.5 or pss. > > Signed-off-by: LUIS ENRIQUEZ This has to match the From: header. The solution is the either send that from your se.com address or add

Re: [OE-core] [PATCH][V2] u-boot: upgrade 2022.04 -> 2022.07

2022-07-13 Thread Alexandre Belloni via lists.openembedded.org
Hello Sakib, This fails with: | make -f /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/u-boot-tools/1_2022.07-r0/git/scripts/Makefile.build obj=scripts/dtc/pylibfdt | cat /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/

Re: [OE-core] [PATCH V2 1/1] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, I believe this is the cause of the following failures: 2022-07-13 10:51:39,025 - oe-selftest - INFO - fitimage.FitImageTests.test_initramfs_bundle (subunit.RemotedTestCase) 2022-07-13 10:51:39,025 - oe-selftest - INFO - ... FAIL Stderr: 2022-07-13 10:06:12,424 - oe-selftest - INFO - Addi

Re: [OE-core] [PATCH v4] curl : Add ptest

2022-07-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This made it in master and we found a reproducibility issue. I've opened this bug to track that: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14863 Could you have a look? I guess that if the tests don't need the Makefiles, we could just drop them. Thanks! On 06/07/2022 18:18:27+08

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: add padding algorithm property in config nodes

2022-07-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 13/07/2022 10:28:03+0200, Luis Enriquez wrote: > This allows choosing padding algorithm when building fitImage. It may be > pkcs-1.5 or pss. > > Signed-off-by: LUIS ENRIQUEZ > From: LUIS ENRIQUEZ > --- > meta/classes/kernel-fitimage.bbclass | 5 + > 1 file changed, 5 insertions(

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-15 Thread Alexandre Belloni via lists.openembedded.org
On 15/07/2022 18:00:57+0200, Alexander Kanavin wrote: > On Fri, 15 Jul 2022 at 16:42, Richard Purdie > wrote: > > We'd always intended that site.conf was more something the user would > > setup once for their environment and not need to change. It was > > therefore deliberately left out of the aut

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 20/07/2022 10:44:01+0200, Alexander Kanavin wrote: > It has been superseded by libinput/evdev on Linux, and upstream specifically > errors out on Linux in latest release: > https://github.com/freedesktop/xorg-xf86-input-keyboard/commit/7e366936d7b7d6c3b4d9c1554908ad20eef74a27 > > Signe

Re: [OE-core] [PATCH 10/51] xf86-input-keyboard: remove the recipe

2022-07-20 Thread Alexandre Belloni via lists.openembedded.org
On 20/07/2022 12:09:20+0200, Alexander Kanavin wrote: > On Wed, 20 Jul 2022 at 11:58, Alexandre Belloni > wrote: > > > diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc > > > b/meta-poky/conf/distro/include/poky-floating-revisions.inc > > > index 6f473de88c..0cc4e005b9 100644

Re: [OE-core] [PATCH v2 1/2] zlib: split SRC_URI into inc file

2022-07-23 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't pass the selftests: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3865/steps/14/logs/stdio 2022-07-23 10:00:43,013 - oe-selftest - INFO - pkgdata.OePkgdataUtilTests.test_find_path (subunit.RemotedTestCase) 2022-07-23 10:00:43,026 - oe-selftest - INFO - .

[OE-core] [PATCH] scripts/patchreview: handle Inactive-Upstream status

2022-03-16 Thread Alexandre Belloni via lists.openembedded.org
Signed-off-by: Alexandre Belloni --- scripts/contrib/patchreview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/contrib/patchreview.py b/scripts/contrib/patchreview.py index 62c509f51c89..dc417b4c55b4 100755 --- a/scripts/contrib/patchreview.py +++ b/scripts/co

Re: [OE-core] Patches sent to mailing lists: "From" attribute modified

2022-03-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/03/2022 11:01:12+0100, Michael Opdenacker via lists.openembedded.org wrote: > Hi Quentin, > > On 3/17/22 10:43, Quentin Schulz wrote: > > > > Maybe there's something you can do to configure git send-email to add > > your > > > > From: Michael Opdenacker > > > at the top of the mail. See my

Re: [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0

2022-03-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm pretty sure this is the cause of: https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/4937/steps/11/logs/stdio On 22/03/2022 18:38:08+0800, wangmy wrote: > License-Update: year updated to 2022 > > Signed-off-by: Wang Mingyu > --- > ...opy_3.3.1.bb => libjitterentropy_3

Re: [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1

2022-03-22 Thread Alexandre Belloni via lists.openembedded.org
Hello, This probably caused this error: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/2767/steps/11/logs/stdio On 22/03/2022 18:38:07+0800, wangmy wrote: > 0001-Add-private-headers.patch > removed since it's included in 1.6.1 > > Signed-off-by: Wang Mingyu > --- > .../lib

Re: [OE-core][PATCH] mobile-broadband-provider-info: update branch name

2022-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hello Enguerrand, This was already fixed in master in: https://git.openembedded.org/openembedded-core/commit/?id=ed02ee8f20094f598448d58875cb7be8a24a019f Is this for another branch? On 23/03/2022 09:50:10+0100, Enguerrand de Ribaucourt wrote: > The master branch was renamed main, resulting in do

Re: [OE-core] [PATCH v2] qemu: Depend on virtual/egl

2022-03-23 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, I sent that to the autobuilders and I think this is the cause of these: https://autobuilder.yoctoproject.org/typhoon/#builders/120/builds/954/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#builders/75/builds/4930/steps/11/logs/stdio https://autobuilder.yoctoproject.org

Re: [OE-core] [PATCH v3] qemu: Depend on libepoxy instead of virtual/libgl

2022-03-24 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, On 23/03/2022 19:11:41-0700, Khem Raj wrote: > - This abstracts on GL/GLES implementations > - Rename packageconfig to epoxy to match what code it doing underneath This is not working either and I guess we will need to go and fix all the layers using the glx packageconfig: https://autob

Re: [OE-core] [PATCH v2] zstd: add zstd-bin package

2022-03-25 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 25/03/2022 13:29:50+0100, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > Add a zstd-bin package to remove libstdc++ runtime dependency from > library users and reduce the dependencies and size of the library > package. > > Signed-off-by: Stefan Herbrechtsmeier > I

Re: [OE-core] [PATCH v2] zstd: add zstd-bin package

2022-03-25 Thread Alexandre Belloni via lists.openembedded.org
On 25/03/2022 20:00:46+0100, Alexandre Belloni wrote: > Hello, > > On 25/03/2022 13:29:50+0100, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > > > Add a zstd-bin package to remove libstdc++ runtime dependency from > > library users and reduce the dependencies and size of the

Re: [OE-core] [PATCH] go: Upgrade to 1.18

2022-03-28 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, This caused the following repro failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/584/steps/12/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220327-donu6voi/packages/diff-html/ On 27/03/2022 12:00:53-0700, Khem Raj wrote: > 1.18 is a

Re: [OE-core] [PATCH v2 1/4] go: Upgrade to 1.18

2022-03-29 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, I think I applied that correctly but this failed to build: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/4965/steps/11/logs/stdio On 28/03/2022 11:07:04-0700, Khem Raj wrote: > 1.18 is a major release brings in long awaited new features e.g. > generics, fuzzing > >

Re: [OE-core] [PATCH] lttng-tools: Update to 2.13.6

2022-03-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, New ptest failures after this: {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack', 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function', 'kernel/test_userspace_probe_95

Re: [OE-core] meta: rust: Bug fix for target definitions returning 'NoneType'

2022-04-02 Thread Alexandre Belloni via lists.openembedded.org
On 01/04/2022 11:31:52+0530, Sundeep KOKKONDA wrote: > The build shows below error while building for arm machines. > Exception: TypeError: int() argument must be a string, a bytes-like object or > a number, not 'NoneType' > > All the target definitions within tspec dictionary are generted as > N

Re: [OE-core] meta: scripts - relocation script adapted to support big-endian machines

2022-04-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This build is carrying both this patch and meta: rust: Bug fix for target definitions returning 'NoneType' which is now present in master. Could you check: https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/3963/steps/11/logs/stdio ERROR: rust-cross-cortexa8hf-neon-glib

Re: [OE-core] meta: scripts - relocation script adapted to support big-endian machines

2022-04-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/04/2022 15:30:12+0200, Alexandre Belloni wrote: > Hello, > > This build is carrying both this patch and > > meta: rust: Bug fix for target definitions returning 'NoneType' > > which is now present in master. We came to the conclusion that this patch was the culprit and has been reverted f

Re: [OE-core] [PATCH] pseudo: Update to latest to fix link handling

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hi, I'm sorry, I forgot to send my patch to the ML after build testing but this is already in master. On 05/04/2022 17:03:28-0500, Chaitanya Vadrevu wrote: > Update to latest version of pseudo which includes a fix to handle > absolute links correctly. This fixes ldconfig failures in OE builds > w

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 04/04/2022 14:58:07+0100, Richard Purdie wrote: > On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: > > From: Ferry Toth > > > > Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow > > unsigned repositories by default. > > Currently when building images this requi

Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, Last time I tried that, we got new ptest failures: {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack', 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function', 'kernel/tes

Re: [OE-core] [PATCH 1/2] qemu: split out qemu-guest-agent, add startup scripts

2022-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello Brenda, It seems this fails in some builds: ERROR: lib32-qemu-6.2.0-r0 do_package: Didn't find service unit 'lib32-qemu-guest-agent.service', specified in SYSTEMD_SERVICE:lib32-qemu-guest-agent. Full log here: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/2850/steps

Re: [OE-core] [PATCH] libgpg-error: Add ptest

2022-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/04/2022 15:53:24+0200, Simone Weiss wrote: > Add a ptest for libgpg-error to core-image-ptest-all. All tests passed on a > trial run. > It seems the tests are failing on the autobuilders: {'libgpg-error': '2022-04-08T16:22\n' '2022-04-08T16:22\n' '

Re: [oe-core][master][PATCH v3] libarchive: upgrate from 3.6.0 to 3.6.1

2022-04-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm already carrying this upgrade from Khem, earlier today. On 11/04/2022 15:21:45+0200, Davide Gardenal wrote: > This release contains security fixes > including CVE-2022-26280 fix. > > Signed-off-by: Davide Gardenal > --- > Update v3: > Instead of backporting the patch upgrade to t

<    2   3   4   5   6   7   8   >