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, >

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

[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 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] 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

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
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:

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

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] [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

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

2022-06-13 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

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

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

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 > >

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

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 -

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

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

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 -

Re: [OE-core] [PATCH v2] libbsd: upgrade 0.11.5 -> 0.11.6

2022-04-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, I fixed it up but this is now the third time this happens. Your patch has a declared charset of 'y' which is not a thing and git am fails with: error: cannot convert from y to UTF-8 fatal: could not parse patch You once again got the following prompt: The following files are 8bit, but

Re: [OE-core] [PATCH 1/2] ntirpc: Add ntirpc recipe

2022-08-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on musl: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/5771/steps/11/logs/stdio On 27/08/2022 19:46:32+0200, Paulo Neves wrote: > ntirpc is an actively maintained rpc implementation. We cannot completely > remove libtirpc due to arising circular

Re: [OE-core] [PATCH v3 2/2] nfs-ganesha: Replace unfs3 with nfs-ganesha

2022-08-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 28/08/2022 19:43:56+0200, Paulo Neves wrote: > nfs-ganesha is actively maintained in contrast with unfs3. glibc tests > pass with nfs-ganesha. > This fails with: ERROR: Nothing PROVIDES 'unfs3-native' (but

Re: [OE-core] [PATCH 1/2] ntirpc: Add ntirpc recipe

2022-08-29 Thread Alexandre Belloni via lists.openembedded.org
On 29/08/2022 11:59:18+0200, Alexandre Belloni wrote: > Hello, > > This fails on musl: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/5771/steps/11/logs/stdio Also fails on -alt: https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3498/steps/12/logs/stdio

Re: [oe-core][PATCH] packagegroup-base.bb: add a configure option to set the wireless-daemon

2022-08-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/08/2022 07:11:08+0200, Markus Volk wrote: > Possible options would be wpa-supplicant or iwd. > > iwd is a wireless daemon written by intel and supported by all major network > managers. > It can be run in standalone mode and configured with 'iwctl' from the > terminal, and > with 'iwgtk'

Re: [OE-core] [PATCH] rust: Fix build failure on riscv

2022-08-20 Thread Alexandre Belloni via lists.openembedded.org
Hi Khem, Can you rebase on my master-next, I'm carrying an update to rust 1.63 which conflicts with this change? On 19/08/2022 11:58:20-0700, Khem Raj wrote: > Latest rust has started using ENOTSUP define, which is not available in > the older libc that current release of compiler is using

Re: [OE-core] [PATCH] mesa: upgrade 22.1.6 -> 22.1.7

2022-08-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/08/2022 12:11:50+0800, wangmy wrote: > Signed-off-by: Wang Mingyu > --- > meta/recipes-graphics/mesa/mesa.inc | 2 +- > meta/recipes-graphics/mesa/{mesa_22.1.6.bb => mesa_22.1.7.bb} | 0 I believe you forgot meta/recipes-graphics/mesa/mesa-gl_22.1.6.bb > 2 files

[OE-core] [PATCH] ruby: drop capstone support

2022-09-02 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni Upstream dropped capstone support and this also causing us reproducibility issues. Signed-off-by: Alexandre Belloni --- ...001-Remove-dependency-on-libcapstone.patch | 36 +++ meta/recipes-devtools/ruby/ruby_3.1.2.bb | 2 +- 2 files changed, 37

Re: [oe-core][PATCHv4] libsdl2: update 2.0.22 -> 2.24.0

2022-09-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/5835/steps/12/logs/stdio | [247/457]

Re: [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0

2022-08-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 30/08/2022 12:24:50+0800, wangmy wrote: > Changelog: > === > attribute > Dependency management section of the Quickstart guid > This causes the following error: https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/6155/steps/11/logs/stdio > Signed-off-by: Wang

Re: [OE-core] [PATCH] vulkan: upgrade 1.3.216.0 -> 1.3.224.1

2022-08-30 Thread Alexandre Belloni via lists.openembedded.org
This fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/5828/steps/11/logs/stdio On 30/08/2022 16:59:50+0800, wangmy wrote: > spirv-tools: > 0001-Remove-default-copy-constructor-in-header.-4879.patch > removed since it's included in 1.3.224.1 > >

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

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 =>

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

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:

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, Ale

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 =>

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

[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 ---

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

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 >

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] linux-yocto: Enable mdio for qemu

2022-09-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, This caused many failures like this one: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/5847/steps/11/logs/stdio On 07/09/2022 15:05:35-0700, Khem Raj wrote: > There are package like mdio-netlink in meta-oe which need this feature > to be available, it has started to fail

Re: [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc

2022-09-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, This caused failures similar to this one: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4110/steps/14/logs/stdio Full list here: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4203 On 07/09/2022 16:14:16-0700, Khem Raj wrote: > This file is already

[OE-core] [PATCH] runqemu: display host uptime when starting

2022-09-09 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni In order to be able to debug issues on the host that have an impact on the guest, it is useful to get the uptime of the host while starting so we can match with the events in dmesg. Also include the uptime when cleaning up. Signed-off-by: Alexandre Belloni ---

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

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

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

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 >

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:

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] 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

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: >

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][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 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

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

2022-10-14 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 -

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

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

Re: [OE-core] linux-yocto 5.15.48 reproducibility failure

2022-08-05 Thread Alexandre Belloni via lists.openembedded.org
On 04/08/2022 09:38:44-0400, Bruce Ashfield wrote: > On Thu, Aug 4, 2022 at 3:27 AM Richard Purdie > wrote: > > > > On Thu, 2022-08-04 at 07:57 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Wed, 2022-08-03 at 22:33 -0400, Bruce Ashfield wrote: > > > > On Wed, Aug 3, 2022 at

Re: [OE-core] [PATCH] wic: add 'none' fstype for custom image

2022-08-10 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/08/2022 04:57:10+, JeongBong Seo wrote: > It's not possible to set the label (of gpt entry) normally > when I want to use non-listed fstype as a rawcopy. > > Example) > part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams > file=mypart.raw > > To resolve this

Re: [oe][OE-core][Patch 1/1] perf: depend on setuptools if building python scripting

2022-08-11 Thread Alexandre Belloni via lists.openembedded.org
Hello Max, On 10/08/2022 09:21:38+0200, Max Krummenacher wrote: > From: Max Krummenacher > > Starting with kernel 5.19-rc7 perf changed from using distutils > to setuptools. > Add this to the dependencies to be prepared. > Unfortunately, this causes the following reproducibility issues:

Re: [OE-core] [PATCH v2 41/44] stress-ng: upgrade 0.14.02 -> 0.14.03

2022-08-13 Thread Alexandre Belloni via lists.openembedded.org
v1 was applied, please rebase on master On 08/08/2022 08:42:34+0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../stress-ng/{stress-ng_0.14.02.bb => stress-ng_0.14.03.bb}| 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename

Re: [OE-core] [PATCH v2 12/44] util-linux: upgrade 2.38 -> 2.38.1

2022-08-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, could you rebase on master? On 08/08/2022 08:42:05+0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...{util-linux-libuuid_2.38.bb => util-linux-libuuid_2.38.1.bb} | 0 > meta/recipes-core/util-linux/util-linux.inc | 2 +- >

Re: [OE-core][PATCH] classes/sanity: De-golf regex

2022-08-08 Thread Alexandre Belloni via lists.openembedded.org
Hi, On 08/08/2022 08:19:51-0500, Joshua Watt wrote: > The regex to match github or gitlab was unnecessarily shortened, which > prevented them from showing up when grepping. > This doesn't apply since we have "classes/sanity: Add comment about github & gitlab archives" in master. I guess this

Re: [OE-core] [PATCH v2] insane.bbclass: Skip patches not in oe-core by full path

2022-08-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't seem to work as expected: https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1599/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/100/builds/3296/steps/12/logs/stdio

Re: [OE-core] [[PATCH v2] kernel-fitimage.bbclass: only package unique DTBs

2022-08-17 Thread Alexandre Belloni via lists.openembedded.org
Hi, On 17/08/2022 16:09:46+, Awais Belal wrote: > Do I need to send an update here to align with > https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/kernel-fitimage.bbclass?h=master-next=f5c128008365e141082c129417eb72d2751e8045 > ? > I have the patch in my

Re: [OE-core] [PATCH] vulkan-samples: enable network during do_unpack

2022-08-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/08/2022 21:01:24+0200, Julien STEPHAN wrote: > vulkan-samples uses git submodules and one of the submodules uses lfs > objects. During the unpack step, the lfs objects are retrieved leading to > a network failure. > > The correct fix is to fetch lfs objects during the fetch step, but let's

Re: [OE-core] [PATCH v2] binutils : Fix CVE-2022-4285

2022-12-22 Thread Alexandre Belloni via lists.openembedded.org
On 21/12/2022 21:06:11-0800, Yash Shinde wrote: > Some updates were needed in the patch. So, posted a version 2 of it. > I understand that but in the meantime, your colleague submitted a proper patch and it has already been applied on master. > Regards, > > Yash > > > -- Alexandre

Re: [OE-core] [PATCH 0/9] kernel: consolidated pull request

2022-12-22 Thread Alexandre Belloni via lists.openembedded.org
Hello Bruce, I got the following warning for qemuarm oe-core: WARNING: linux-yocto-6.1+gitAUTOINC+d2ea5dce4e_0952191638-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration: -

Re: [OE-core][PATCH] selftest: allow '-R' and '-r' be used together

2022-12-26 Thread Alexandre Belloni via lists.openembedded.org
On 25/12/2022 19:13:43-0500, Randy MacLeod wrote: > On 2022-11-25 08:00, Richard Purdie via lists.openembedded.org wrote: > > Hi Qi, > > > > On Fri, 2022-11-25 at 05:56 +, Chen Qi wrote: > > > The AB is actually running 'all' tests. > > > > > > The '--skip-tests (-R)' option means 'Run all

Re: [OE-core] [langdale][master][PATCH v3] rust: Do not use default compiler flags defined in CC crate

2022-12-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, this fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6362/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/6274/steps/12/logs/stdio On 20/12/2022 11:24:59+, Anton Antonov wrote: > Rust crates build

Re: [OE-core] [meta-oe][PATCH 1/1] libksba: fix CVE-2022-3515

2022-12-20 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't build: | ../../libksba-1.6.2/src/ber-help.c:198:3: error: expected identifier or '(' before 'if' | 198 | if (ti->length > ti->nhdr && (ti->nhdr + ti->length) < ti->length) | | ^~ | make[3]: *** [Makefile:739: ber_dump-ber-help.o] Error 1 | make[3]: *** Waiting

Re: [oe-core][PATCH] gcr3: update 3.40.0 -> 3.41.1

2023-01-05 Thread Alexandre Belloni via lists.openembedded.org
On 05/01/2023 16:48:19+0100, Markus Volk wrote: > Am Do, 5. Jan 2023 um 16:46:37 +0100 schrieb Alexander Kanavin > : > > > > I already sent a v2 patch that should fix it > Then please say so in v2, I can't guess why you sent a v2 when there where no comment on v1 -- Alexandre Belloni,

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, Can you set your git from address so git adds a From: line to your patch? git config --global sendemail.from "jan.kirc...@leica-microsystems.com" Should be working fine. On 04/01/2023 13:26:26+0100, Jan Kircher via lists.openembedded.org wrote: > Fixed an error when Bash's unbound

Re: [OE-core][PATCH] freetype:update mirror site for package download.

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master, can you rebase? On 06/01/2023 17:00:45+0800, karn.jye@intel.com wrote: > From: KARN JYE LAU > > update SAVANNAH_NONGNU_MIRROR to SAVANNAH_GNU_MIRROR > to resolve package fetching issues. > > Signed-off-by: KARN JYE LAU > --- >

Re: [OE-core] [meta-oe][PATCHv2] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply cleanly, could you rebase on top of master? Also, you have to drop the meta-oe tag from the subject line. On 04/01/2023 13:46:47+0100, Markus Volk wrote: > - remove unneded backport patches > - partly import the patch to fix ssh_agent option from gcr4 recipe > -

Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker > > When Toaster is run as documented on > https://docs.yoctoproject.org/toaster-manual/setup-and-use.html > > Signed-off-by: Michael Opdenacker > --- > .gitignore | 4

Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/01/2023 18:23:42+0100, Michael Opdenacker wrote: > Hello Alex, > > On 06.01.23 at 13:50, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > > > On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org > > wrot

Re: [oe-core][PATCHv3] gcr3: update 3.40.0 -> 3.41.1

2023-01-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/01/2023 14:33:00+0100, Markus Volk wrote: > diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb > b/meta/recipes-gnome/gcr/gcr3_3.41.1.bb > similarity index 63% > rename from meta/recipes-gnome/gcr/gcr3_3.40.0.bb > rename to meta/recipes-gnome/gcr/gcr3_3.41.1.bb > index

Re: [oe-core][PATCH] gcr3: update 3.40.0 -> 3.41.1

2023-01-04 Thread Alexandre Belloni via lists.openembedded.org
This failed on the AB: https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/3976/steps/11/logs/stdio On 01/01/2023 15:24:14+0100, Markus Volk wrote: > - remove unneded backport patches > - partly import the patch to fix ssh_agent option from gcr4 recipe > > gcr 3.41.1: > -

Re: [OE-core] [PATCH] recipes, classes: Avoid adding extra whitespace to PACKAGESPLITFUNCS

2023-01-12 Thread Alexandre Belloni via lists.openembedded.org
This was under testing for a while and I couldn't get a successful build until today. I've now sent it to Richard. On 12/01/2023 14:57:48+, Peter Kjellerstedt wrote: > *ping* > > //Peter > > > -Original Message- > > From: openembedded-core@lists.openembedded.org >

Re: [OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-11 Thread Alexandre Belloni via lists.openembedded.org
This generates a warning: WARNING: busybox-1.36.0-r0 do_package_qa: QA Issue: busybox: ELF binary /bin/busybox.nosuid has relocations in .text [textrel] https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/6507/steps/11/logs/stdio On 06/01/2023 12:05:05+0100, Andrej Valek wrote: >

Re: [OE-core] [PATCH v2] libpng: Enable NEON for aarch64 to enensure consistency with arm32.

2023-01-11 Thread Alexandre Belloni via lists.openembedded.org
v1 has already been applied and you didn't specify what changed since then. Can you rebase? On 10/01/2023 11:31:09+0800, leimaohui wrote: > NEON is enabled for aarch64 by default, so, to ensure consistency with > arm32, reference to libpng-1.6.38/configure, added > enable_hardware_optimizations

Re: [OE-core] [PATCH 2/3] baremetal-helloworld: Move from skeleton to recipes-extended matching what rust-hello-world is doing

2023-01-11 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. baremetal-helloworld

Re: [OE-core] [PATCH 2/3] baremetal-helloworld: Move from skeleton to recipes-extended matching what rust-hello-world is doing

2023-01-12 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm taking that one but please: - version your patches properly, this should be v2 - resend the whole series everytime, else I need to go back and fish out the previous patches. This is error prone and time consuming. Thanks! On 11/01/2023 21:34:44-0700, Alejandro Hernandez

Re: [OE-core] [PATCH v2] libpng: Enable NEON for aarch64 to enensure consistency with arm32.

2023-01-11 Thread Alexandre Belloni via lists.openembedded.org
On 11/01/2023 12:11:49+0100, Alexandre Belloni wrote: > v1 has already been applied and you didn't specify what changed since > then. Can you rebase? I'm mistaken, I'll handle this patch. > > On 10/01/2023 11:31:09+0800, leimaohui wrote: > > NEON is enabled for aarch64 by default, so, to ensure

Re: [OE-core] [PATCH 2/2] systemd: ship pcrphase/measure tools and units in systemd-extra-utils

2023-01-11 Thread Alexandre Belloni via lists.openembedded.org
Hello, This doesn't apply on master because of 5ace3ada5c54 ("systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}'"), can you rebase? On 10/01/2023 22:22:27+, Luca Bocassi wrote: > From: Luca Boccassi > > New tooling related to signed TPM policies introduced in v252 > >

Re: [OE-core] C.UTF-8 in glibc

2023-01-03 Thread Alexandre Belloni via lists.openembedded.org
On 02/01/2023 16:40:20+, Alex Kiernan wrote: > On Mon, Jan 2, 2023 at 4:28 PM Richard Purdie > wrote: > > > > On Sun, 2023-01-01 at 18:32 +, Alex Kiernan wrote: > > > glibc got an official C.UTF-8 in 2.35, but we don't appear to install > > > it by default... if I add "c" to IMAGE_LINGUAS

Re: [OE-core] [PATCH] musl: Update to latest on tip of trunk

2022-11-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This broke a few recipes: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6247/steps/12/logs/stdio I guess this is dues to the LFS64 changes On 28/11/2022 11:18:04-0800, Khem Raj wrote: > Brings following changes > > * 8f925945 fix return value of

Re: [oe-core][PATCHv8 4/4] gcr: add recipe for gcr-4, needed to build with gtk4

2022-11-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This one broke: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6249/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/6164/steps/11/logs/stdio | Run-time dependency gcr-3 found: NO (tried pkgconfig) | |

Re: [OE-core][PATCH 1/2] ffmpeg: fix for CVE-2022-3964

2022-11-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/11/2022 14:00:48+, Narpat Mali wrote: > A vulnerability classified as problematic has been found in ffmpeg. This > affects an unknown part of the file > libavcodec/rpzaenc.c of the component QuickTime RPZA Video Encoder. The > manipulation of the argument y_size > leads to

Re: [yocto] [OE-core] [Openembedded-architecture] Y2038 proposal

2022-11-30 Thread Alexandre Belloni via lists.openembedded.org
On 30/11/2022 16:46:17+, Ross Burton wrote: > On 30 Nov 2022, at 14:20, Richard Purdie via lists.yoctoproject.org > wrote: > >>> * Could we optionally disable some of the glibc 32 bit function calls > >>> to ensure they're not being used? > >> > >> Could you be more specific here? Would

Re: [OE-core] [meta-core][PATCH 1/1] libksba: fix CVE-2022-3515

2022-12-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 08/12/2022 06:27:44+, Manoj Saun wrote: > libksba: integer overflow may lead to remote code execution. > > Reference: > https://www.gnupg.org/blog/20221017-pepe-left-the-ksba.html > > Upstream fixes: >

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 10:55:16+0100, Ola x Nilsson wrote: > > On Fri, Dec 09 2022, Khem Raj wrote: > > > Thanks for the patches > > > > On 12/7/22 23:11, Ola x Nilsson wrote: > >> Signed-off-by: Ola x Nilsson > >> --- > >> meta/conf/distro/time64.conf | 23 +++ > >> 1 file

Re: [OE-core] [PATCH RFC 3/3] time64.conf: Include to enable 64 bit time flags

2022-12-09 Thread Alexandre Belloni via lists.openembedded.org
On 09/12/2022 11:36:03+0100, Ola x Nilsson wrote: > > On Thu, Dec 08 2022, Alexander Kanavin wrote: > > > On Thu, 8 Dec 2022 at 08:11, Ola x Nilsson wrote: > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" > >> +GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" > >> +# pipewire-v4l2 explicitly sets

Re: [oe-core][PATCH] mesa: update 22.2.3 -> 22.3.0

2022-12-05 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused: | FAILED: gst-libs/gst/vaapi/libgstlibvaapi-1.0.a.p/gstvaapidisplay_egl.c.o | x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security

<    1   2   3   4   5   6   7   >