Re: [OE-core] [meta-oe][PATCH] kernel: Delete unused KERNEL_LOCALVERSION variable

2022-04-13 Thread Luca Ceresoli via lists.openembedded.org
Hello Alex, Il giorno Tue, 12 Apr 2022 14:08:18 +0100 "Alex Kiernan" ha scritto: > This has been unused since: > > commit fb61dc1430f81ae2ee59766ffab8404fd79ff1b1 > Author: Richard Purdie > Date: Mon Jan 8 21:05:18 2007 + > > kernel.bbclass: Drop KERNEL_RELEASE variable >

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

2022-04-13 Thread Luca Ceresoli via lists.openembedded.org
Hello Bruce, Il giorno Tue, 12 Apr 2022 17:45:55 -0400 "Bruce Ashfield" ha scritto: > From: Bruce Ashfield > > Richard, > > Here's the collection of -stable, fixes and tweaks that I was talking > about during the engineering sync on Tuesday. > > Feel free to take what you want, or just wait

Re: [OE-core] [PATCH] libtraceevent: build with Meson

2023-08-28 Thread Luca Ceresoli via lists.openembedded.org
Hello, On Sun, 27 Aug 2023 20:57:44 +0100 "Ross Burton" wrote: > From: Ross Burton > > After what I presume is the recent kernel upgrade, perf started to fail > to configure. This was actually due to libtraceevent racing during its > build and failing to put one of the .o files into the .so

Re: [OE-core] [PATCH v3] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-13 Thread Luca Ceresoli via lists.openembedded.org
Hello Jörg, On Thu, 12 Oct 2023 18:34:35 +0200 Jörg Sommer via lists.openembedded.org wrote: > If the ipv6 feature for the distribution is not set, the package should not > contain settings for ipv6. This makes rpcbind doesn't try to bind to a IPv6 > socket, and complain that this fails. > >

Re: [OE-core] [RESEND PATCH 2/2] oeqa/selftest/devtool: remove spaces on empty line

2023-10-25 Thread Luca Ceresoli via lists.openembedded.org
Hello Julien, On Tue, 24 Oct 2023 16:17:54 +0200 "Julien Stephan" wrote: > Signed-off-by: Julien Stephan > --- > meta/lib/oeqa/selftest/cases/devtool.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/lib/oeqa/selftest/cases/devtool.py >

Re: [OE-core] [PATCH] kernel: Commit without running hooks

2023-10-27 Thread Luca Ceresoli via lists.openembedded.org
Hello William, On Wed, 25 Oct 2023 15:37:10 -0700 "William A. Kennington III via lists.openembedded.org" wrote: ^ As you can see your sender address has been mangled, and as a result the patch is rejected by the the openembedded git server. This is not your

Re: [OE-core] [RFC][OE-core 0/7] SPDX3 Proof-of-Concept

2023-10-27 Thread Luca Ceresoli via lists.openembedded.org
Hello Marta, On Thu, 26 Oct 2023 12:48:40 +0200 "Marta Rybczynska" wrote: > This patch-set adds a proof-of-concept implementation of the upcoming > SPDX3 standard to the SBOM generation of the Yocto Project/OpenEmbedded. > > The current code delivers an equivalent of what is produced for

Re: [OE-core] [PATCH 1/3] selftest/sstatetests: add tests for 'bitbake -S printdiff'

2023-10-27 Thread Luca Ceresoli via lists.openembedded.org
Hello Alex, On Fri, 27 Oct 2023 07:29:28 +0200 "Alexander Kanavin" wrote: > On Thu, 26 Oct 2023 at 22:02, Luca Ceresoli wrote: > > Is this different from the series you sent on the 23rd? There is no > > vN tag and no ChangeLog, so it's not obvious. > > Only the third patch should be

Re: [OE-core] [RFC][OE-core 0/7] SPDX3 Proof-of-Concept

2023-10-27 Thread Luca Ceresoli via lists.openembedded.org
On Fri, 27 Oct 2023 09:37:28 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hello Marta, > > On Thu, 26 Oct 2023 12:48:40 +0200 > "Marta Rybczynska" wrote: > > > This patch-set adds a proof-of-concept implementation of the upcoming

Re: [OE-core] [PATCH V1] cairo:Add ptest support

2023-10-23 Thread Luca Ceresoli via lists.openembedded.org
Hello qiutt, On Mon, 23 Oct 2023 14:34:15 +0800 "qi...@fujitsu.com" wrote: > From: Qiu Tingting > > Add a ptest for cairo > - It is taking around 65s to execute with kvm, so added it to PTESTS_SLOW > - It contains 429 cases > - Below is parts of the run log: > START: ptest-runner >

Re: [OE-core] [PATCH v2] cve-check: Classify patched CVEs into 3 statuses

2023-10-26 Thread Luca Ceresoli via lists.openembedded.org
Hello Matsunaga-Shinji, On Wed, 25 Oct 2023 14:13:44 +0900 "Matsunaga-Shinji" wrote: > CVEs that are currently considered "Patched" are classified into the > following 3 statuses: > 1. "Patched" - means that a patch file that fixed the vulnerability has > been applied > 2. "Not affected"

Re: [OE-core] [PATCH 1/3] selftest/sstatetests: add tests for 'bitbake -S printdiff'

2023-10-26 Thread Luca Ceresoli via lists.openembedded.org
Hello Alex, On Thu, 26 Oct 2023 12:33:18 +0200 "Alexander Kanavin" wrote: > 'bitbake -S printdiff' is a useful diagnostic facility for finding out > why sstate is not being reused, but until now it had no tests that would > ensure it works. This commit adds three basic scenarios: > > 1. make a

Re: [OE-core] [PATCH v3 1/4] dummy-sdk-package.inc: Filter packages which are marked for installation

2023-10-12 Thread Luca Ceresoli via lists.openembedded.org
Hello Pavel, On Mon, 9 Oct 2023 16:39:58 +0200 "Pavel Zhukov" wrote: > if packages is provided by dummysdk and in the same time marked for > installation with IMAGE_INSTALL it causes conflict in apt because virtual > providers are > not taken into account if package is asked to be installed

Re: [OE-core] [meta-oe][PATCH] base-files: profile: allow profile.d to set EDITOR

2023-10-14 Thread Luca Ceresoli via lists.openembedded.org
Hello Johannes, On Fri, 13 Oct 2023 10:27:34 + "Johannes Schneider via lists.openembedded.org" wrote: ^^ As you can see your sender address has been mangled, and as a result the patch is rejected by the the openembedded git

Re: [OE-core] [meta-oe][PATCH] base-files: profile: allow profile.d to set EDITOR

2023-10-14 Thread Luca Ceresoli via lists.openembedded.org
Hello again, On Fri, 13 Oct 2023 10:27:34 + "Johannes Schneider via lists.openembedded.org" wrote: > From 0013c8a6482018d5476e4eb2f4d537c96551e0c6 Mon Sep 17 00:00:00 2001 > From: Johannes Schneider > Date: Fri, 13 Oct 2023 08:28:38 +0200 > Subject: [PATCH v1] base-files: profile: allow

Re: [OE-core] [PATCH 3/3] selftest/sstatetests: add a test for CDN sstate cache

2023-10-24 Thread Luca Ceresoli via lists.openembedded.org
Hello Alex, On Mon, 23 Oct 2023 13:06:18 +0200 "Alexander Kanavin" wrote: > Specifically, the test checks that everything needed for building > standard oe-core images for x86_64 and arm64 is available from > the cache (with minor exceptions). Going forward, a complete > world check could be

Re: [OE-core] [PATCH] lighttpd: upgrade 1.4.71 -> 1.4.72

2023-10-14 Thread Luca Ceresoli via lists.openembedded.org
Hello wangmy, On Fri, 13 Oct 2023 17:00:21 +0800 "wangmy" wrote: > From: Wang Mingyu > > Changelog: > === This patch fails building: ERROR: lighttpd-1.4.72-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.',

Re: [OE-core] [PATCH] hwlatdetect: upgrade 2.5 -> 2.6

2023-10-14 Thread Luca Ceresoli via lists.openembedded.org
Hello wangmy, On Fri, 13 Oct 2023 16:57:28 +0800 "wangmy" wrote: > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > --- > meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- The subject should be "rt-tests: ..." I think. Besides, the patch fails: ERROR: rt-tests-1_2.6-r0 do_patch: Applying

Re: [OE-core] [PATCH] cve_check: Fix cpe_id generation

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Jasper, On Mon, 21 Aug 2023 14:02:30 +0200 "Jasper Orschulko via lists.openembedded.org" wrote: As you can see your sender address has been mangled, and as a result the patch is rejected by the the openembedded git server. This is not your

Re: [OE-core] [PATCH 02/14] build: vscode configuration

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Mon, 21 Aug 2023 18:07:05 +0200 "Adrian Freihofer" wrote: > This is just my setup. It's not supposed to be merged into poky. If this not supposed to me merged, clarifying that on the subject line would be nice (e.g. add " DO NOT MERGE ") to not overlook that, as well

Re: [OE-core] [PATCH 12/14] devtool: ide make deploy-target quicker

2023-08-21 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Mon, 21 Aug 2023 18:07:15 +0200 "Adrian Freihofer" wrote: > --- This patch is missing your Signed-off-by line, and also patch 8 does. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core][PATCH 0/2] Upgrading Cython to 3.0.0

2023-08-23 Thread Luca Ceresoli via lists.openembedded.org
Hello Trevor, On Mon, 21 Aug 2023 13:38:38 -0400 "Trevor Gamblin" wrote: > The Cython 3.0.0 release contains many changes. Since there are a large > number of recipes that depend on it, there will potentially be build > issues with recipes in meta-python and elsewhere. I performed a world >

Re: [OE-core][PATCH 0/2] Upgrading Cython to 3.0.0

2023-08-23 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 23 Aug 2023 09:24:42 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hello Trevor, > > On Mon, 21 Aug 2023 13:38:38 -0400 > "Trevor Gamblin" wrote: > > > The Cython 3.0.0 release contains many changes. Since there are

Re: [OE-core] [PATCH v2 13/13] docs: cover devtool ide

2023-08-23 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Tue, 22 Aug 2023 21:20:19 +0200 "Adrian Freihofer" wrote: > Signed-off-by: Adrian Freihofer > --- > documentation/sdk-manual/extensible.rst | 97 - This patch should be sent to the docs mailing list. Luca -- Luca Ceresoli, Bootlin Embedded Linux and

Re: [OE-core] [PATCH 00/10] linux-yocto: consolidated pull request

2023-08-22 Thread Luca Ceresoli via lists.openembedded.org
Hello Bruce, On Mon, 21 Aug 2023 11:44:35 -0400 "Bruce Ashfield" wrote: > From: Bruce Ashfield > > Richard, > > While we track down the remaining 6.4 boot issues, here is the > set of -stable and specific fixes that I've queued in my kernel > testing tree. > > It is possible that some of

Re: [OE-core] [PATCH v2 00/13] devtool ide plugin

2023-08-24 Thread Luca Ceresoli via lists.openembedded.org
Hello Adrian, On Tue, 22 Aug 2023 21:20:06 +0200 "Adrian Freihofer" wrote: > Changes in comparison to v1: > - Replace the .vscode config commit by something wich can be merged > - Improve the commit messages > - Add missing signed off > > > > According to >

Re: [OE-core] [meta-oe][PATCH 0/3] add missing CVE_PRODUCT

2023-08-25 Thread Luca Ceresoli via lists.openembedded.org
Hello Emil, On Thu, 24 Aug 2023 16:07:44 +0200 "Emil Kronborg Andersen via lists.openembedded.org" wrote: > Some recipes does not have 'CVE_PRODUCT' set, and will thus pass a check > against the NIST database with 0 CVEs, even though there could be > several. > > Emil Kronborg Andersen (3): >

Re: [OE-core] [PATCH v3] rust: Upgrade 1.70.0 -> 1.71.0

2023-08-25 Thread Luca Ceresoli via lists.openembedded.org
Hello Yash, On Thu, 24 Aug 2023 07:30:18 -0700 "Shinde, Yash via lists.openembedded.org" wrote: > Switch libstd-rs to use the dummy `sysroot` crate which represents the > standard library crates. Target getrandom-open64.patch at 0.2.8 (merged > for 0.2.9). > > Drop bootstrap_fail.patch as it

Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hello Felix, Il giorno Thu, 21 Apr 2022 18:05:43 +0200 "Felix Moessbauer" ha scritto: > This patches ensures that the file database containing the file and > folder usernames and permissions is always located relative to the > source and not to the appended rootfs-dir. > > Prior to this patch,

Re: [OE-core][PATCH] gpsd: bugfix: add gps-utils-python to PACKAGES

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hello Matthias, Il giorno Fri, 22 Apr 2022 10:32:47 +0200 "Matthias Klein" ha scritto: > Signed-off-by: Matthias Klein > --- > meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 +- This file is not in oe-core. This patch should be sent to the meta-oe mailing list. Best regards. -- Luca

Re: [OE-core] [PATCH v2] musl-locales: Add package

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hi Khem, Il giorno Thu, 21 Apr 2022 23:10:52 -0700 "Khem Raj" ha scritto: > This package will provide a limited set of localedata for musl based > systems. It will fill in into images when IMAGE_LINGUAS variable is > set however the choice is limited to the given 13 locales as of now. > > e.g.

Re: [OE-core] [PATCH] sysvinit: upgrade 3.02 -> 3.03

2022-04-21 Thread Luca Ceresoli via lists.openembedded.org
Hi zhengruoqin, Il giorno Thu, 21 Apr 2022 15:00:35 +0800 "zhengruoqin" ha scritto: > 0001-Fixed-compile-error-on-GNU-Hurd.patch > removed since it's included in 3.03. > > Signed-off-by: Zheng Ruoqin Thank you for sending an update version of your patch, but I'm afraid it does not apply, and

Re: [OE-core] [PATCH] xorg-app: Tweak handling of compression changes in SRC_URI

2022-04-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Richard, Il giorno Wed, 20 Apr 2022 12:55:09 +0100 "Richard Purdie" ha scritto: > Rather than duplicating SRC_URI, change the compression to a variable. > > Signed-off-by: Richard Purdie > --- > meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb | 3 +-- >

Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.39.5 -> 6.43.2

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hi wangmy, Il giorno Tue, 19 Apr 2022 09:44:43 +0800 "wangmy" ha scritto: > Changelog: > = > Fixed a type annotation for "pyright --strict" (issue #3287). > > Signed-off-by: Wang Mingyu Also this patch won't apply as this package is already at 6.41.0 in master. Best regards. --

Re: [OE-core] [PATCH] sysvinit: upgrade 3.01 -> 3.03

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hi zhengruoqin, Il giorno Mon, 18 Apr 2022 20:26:54 +0800 "zhengruoqin" ha scritto: > pidof-add-m-option.patch updated for new version. > > Signed-off-by: Zheng Ruoqin This patch won't apply as sysvinit is already at 3.02. Can you please send an update patch? Best regards. -- Luca

Re: [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5

2022-04-19 Thread Luca Ceresoli via lists.openembedded.org
Hello wangmy, Il giorno Mon, 18 Apr 2022 20:12:24 +0800 "wangmy" ha scritto: > Signed-off-by: Wang Mingyu This patch does not apply: apt is already at 2.4.4. Can you please send an updated version to upgrade from 2.4.4 to 2.4.5? Best regards. -- Luca Ceresoli, Bootlin Embedded Linux and

Re: [OE-core] [PATCH] rust: update 1.59.0 -> 1.60.0

2022-04-26 Thread Luca Ceresoli via lists.openembedded.org
Hello Pgowda, Il giorno Mon, 25 Apr 2022 03:05:33 -0700 "Pgowda" ha scritto: > Rust has been upgraded to rust-1.60.0 that uses LLVM 14. > > Please refer the following link for more detailed features. > https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html >

Re: [OE-core] [PATCH] sanity.bbclass: grammar/typo fixes re: Python install

2022-05-16 Thread Luca Ceresoli via lists.openembedded.org
Hi Robert, Il giorno Thu, 12 May 2022 04:45:57 -0400 (EDT) "Robert P. J. Day" ha scritto: > Clean up various spelling/grammar oopsies in a small section of > sanity.bbclass. > > Signed-off-by: Robert P. J. Day > > --- > > diff --git a/meta/classes/sanity.bbclass

Re: [OE-core] [PATCH] python3-cryptography: add python3-pytest-benchmark rdepends

2022-05-16 Thread Luca Ceresoli via lists.openembedded.org
Hi Yu, Il giorno Sat, 14 May 2022 10:13:15 +0800 "Yu, Mingli" ha scritto: > From: Mingli Yu > > The new version introduced below change, so add > python3-pytest-benchmark to rdepends to fix the gap. > 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) > > Fixes: > #

Re: [OE-core] [PATCH] gstreamer: updated to 1.20.2 bug fix release

2022-05-18 Thread Luca Ceresoli via lists.openembedded.org
Hi mangodan2003, Il giorno Wed, 18 May 2022 13:37:23 +0100 "mangodan2003" ha scritto: > The second 1.20 bug-fix release (1.20.2) was released on 2 May 2022. > This release only contains bugfixes and it should be safe to update > from 1.20.x. > > Signed-off-by: mangodan2003 Alexander Kanavin

Re: [OE-core] [PATCH 30/49] librepo: upgrade 1.14.2 -> 1.14.3

2022-05-18 Thread Luca Ceresoli via lists.openembedded.org
Hi Alexander, Il giorno Wed, 18 May 2022 12:58:24 +0200 "Alexander Kanavin" ha scritto: > Signed-off-by: Alexander Kanavin > --- > .../librepo/{librepo_1.14.2.bb => librepo_1.14.3.bb}| 2 > +- 1 file changed, 1 insertion(+), 1 deletion(-) > rename

Re: [oe-core][RFC PATCHv3 1/3] allow to build more native packages

2022-05-20 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, Il giorno Fri, 20 May 2022 14:54:17 +0200 "Markus Volk" ha scritto: > basically this would fix build for pipewire-native, libpam-native and > openssh-native. Hopefully without breaking things ;) Missing Signed-off-by :line. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH] gstreamer: updated to 1.20.2 bug fix release

2022-05-19 Thread Luca Ceresoli via lists.openembedded.org
Hi Daniel, Il giorno Thu, 19 May 2022 09:14:15 +0100 Daniel Squires ha scritto: > just out of interest, where would I look to checked what's been > submitted? As I looked in master-next of oe-core before submitting it > was still in 1.20.1. Is it just a case of scanning through this > mailing

Re: [OE-core] [PATCH 4/6] npm: disable 'audit' + 'fund'

2022-05-19 Thread Luca Ceresoli via lists.openembedded.org
Il giorno Thu, 19 May 2022 12:05:54 +0200 "Enrico Scholz via lists.openembedded.org" ha scritto: > 'audit' can cause extra network traffic; 'fund' is not needed. > > Signed-off-by: Enrico Scholz > --- > meta/classes/npm.bbclass | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [OE-core] [PATCH 1/1] wic/plugins/images/direct: Allow changes in fstab on rootfs

2022-05-19 Thread Luca Ceresoli via lists.openembedded.org
Hello Tobias, Il giorno Tue, 17 May 2022 20:48:16 +0200 "Tobias Schmidl" ha scritto: > Allow wic to also manipulate the rootfs entry in fstab, which it > currently refuses to write. Reasons one might want to do that include > using systemd-growfs via --fsoptions on / > With this change / is now

Re: [OE-core] [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe

2022-05-19 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, Il giorno Thu, 19 May 2022 08:43:11 +0200 "Markus Volk" ha scritto: > libdecor is a client-side decoration library for Wayland clients. It > is used by libsdl2 for window decoration and is required to provide > decoration for shells that use client-side decoration such as >

Re: [OE-core] [meta-oe][RFC PATCH 2/2] libsdl2: rework and cleanup

2022-05-19 Thread Luca Ceresoli via lists.openembedded.org
Hello Marius, Il giorno Thu, 19 May 2022 08:43:12 +0200 "Markus Volk" ha scritto: > - add libusb dependency because libsdl2 is looking for it > - remove xvm and xinerama since support has been dropped in sdl code > - allow native build for libxkbcommon and xkeyboard-config to allow >

Re: [OE-core] [PATCH] btrfs-tools: upgrade 5.16.2 -> 5.18

2022-05-30 Thread Luca Ceresoli via lists.openembedded.org
Hi wangmy, Il giorno Mon, 30 May 2022 14:40:48 +0800 "wangmy" ha scritto: > lzo-option.patch > removed since it's included in 5.18. > > Changelog: > == > fixes: > dump-tree: don't print traling zeros in checksums > recognize paused balance as exclusive operation state, allow to

Re: [OE-core] [PATCH] json-c: Add ptest for json-c

2022-05-30 Thread Luca Ceresoli via lists.openembedded.org
Hi Simone, Il giorno Mon, 30 May 2022 11:47:45 +0200 "Simone Weiss" ha scritto: > Also add a script for executing the ptests. All tests were sucessful on a > trial > run. Also add a small script for running the tests. > > Signed-off-by: Simone Weiß > Signed-off-by: Kai Tomerius This patch

Re: [OE-core] [PATCH v6] Rust Oe-Selftest implementation

2022-05-31 Thread Luca Ceresoli via lists.openembedded.org
Hi Pgowda, Il giorno Wed, 25 May 2022 09:57:48 +0200 "Luca Ceresoli via lists.openembedded.org" ha scritto: > Pgowda, > > Il giorno Tue, 24 May 2022 21:32:58 -0700 > "Pgowda" ha scritto: > > > The patch implements Rust testing framework similar to

Re: [oe-core][RFC PATCHv5 5/5] libsdl2: add PACKAGECONFIG options

2022-05-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, Il giorno Sun, 22 May 2022 10:47:52 +0200 "Markus Volk" ha scritto: > Signed-off-by: Markus Volk This patch does not apply, it is conflicting with a previous patch from you that is on master. Can you rebase and resend? Thanks. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH] python3-numpy: upgrade 1.22.3 -> 1.22.4

2022-05-26 Thread Luca Ceresoli via lists.openembedded.org
Hi wangmy, Il giorno Wed, 25 May 2022 14:45:31 +0800 "wangmy" ha scritto: > Signed-off-by: Wang Mingyu Reproducible builds are failing with this patch applied: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/908/steps/12/logs/stdio And the reason can be found from here

Re: [OE-core] [PATCH] apt: fix upstream version check

2022-05-26 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, Il giorno Wed, 25 May 2022 13:01:23 +0200 "Alexander Kanavin" ha scritto: > I haven’t seen it written explicitly, it comes from what stable Debian > releases actually carry. There’s no harm in having a check that’s too > strict, but there is harm in updating to versions that are

Re: [OE-core] [PATCH] rootfs.py: find .ko.zst kernel modules

2022-06-01 Thread Luca Ceresoli via lists.openembedded.org
Hi Sean, Il giorno Tue, 31 May 2022 11:10:52 -0400 "Sean Anderson via lists.openembedded.org" ha scritto: As you can see from the above line, your e-mails appear as coming from an inappropriate address. This is not your fault, it's a mangling done by mail servers, but it makes applying patches

Re: [OE-core] [PATCH] rootfs.py: find .ko.zst kernel modules

2022-06-01 Thread Luca Ceresoli via lists.openembedded.org
Hi Sean, Il giorno Tue, 31 May 2022 11:10:52 -0400 "Sean Anderson via lists.openembedded.org" ha scritto: > With CONFIG_MODULE_COMPRESS_ZSTD enabled, kernel modules will have a > .ko.zst extension. This fixes depmod not being run. > > Fixes: 1b696a45ddb ("rootfs.py: Add check for kernel

Re: [oe-core][PATCH v3 2/2] libavtp: add recipe to be able to use aaf config for alsa-plugins

2022-06-01 Thread Luca Ceresoli via lists.openembedded.org
Hi Marcel, On Tue, 31 May 2022 23:32:06 +0200 "Marcel Ziswiler" wrote: > From: Peter Bergin > > In order to enable configuration option aaf (AVTP Audio Format) > used for AVB the library libavtp is a dependency but no recipe for > this library was present. aaf support for alsa-plugins was >

Re: [oe-core][PATCH 1/4] xorg-lib-common: allow to build for wayland

2022-06-01 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Tue, 31 May 2022 21:06:17 +0200 "Markus Volk" wrote: > Signed-off-by: Markus Volk I applied patches 1 to 3 of this series to my testing branch and got these failures: stdio: ERROR: Nothing PROVIDES 'font-util' (but

Re: [oe-core][PATCH v3 2/2] libavtp: add recipe to be able to use aaf config for alsa-plugins

2022-06-01 Thread Luca Ceresoli via lists.openembedded.org
Hi Marcel, On Wed, 1 Jun 2022 15:48:15 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hi Marcel, > > On Tue, 31 May 2022 23:32:06 +0200 > "Marcel Ziswiler" wrote: > > > From: Peter Bergin > > > > In order to enable configur

Re: [OE-core] [PATCH] classes/kernel.bbclass: allow disabling symlink creation also for pkg_postinst

2022-05-12 Thread Luca Ceresoli via lists.openembedded.org
Hi Jonas, Il giorno Wed, 11 May 2022 16:05:39 + "Jonas via lists.openembedded.org" ha scritto: > The commit d7341f1f22c32ff6cc95d7127f26f87d7fc9c6bd has introduced a > variable to disable the symlink creation for kernel images. > kernel.bbclass contains code to generate a pkg_posinst step

Re: [OE-core] [PATCH v5] Rust Oe-Selftest implementation

2022-05-24 Thread Luca Ceresoli via lists.openembedded.org
hi Pgowda, Il giorno Tue, 24 May 2022 17:23:04 +0530 "Pgowda" ha scritto: > Gentle Ping on the following patch > > On Fri, May 13, 2022 at 5:50 PM pgowda wrote: > > > > The patch implements Rust testing framework similar to other > > selftest, specifically the gcc selftest in OE. It uses the

Re: [OE-core] [PATCH 1/9] lzo: Add further info to a patch

2022-05-25 Thread Luca Ceresoli via lists.openembedded.org
Hi Richard, Il giorno Tue, 24 May 2022 16:23:53 +0100 "Ross Burton" ha scritto: > From: Richard Purdie > > Add some further info to the patch based on upsream changes. Given s/upsream/upstream/ Fixing it in my master-next branch. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH v6] Rust Oe-Selftest implementation

2022-05-25 Thread Luca Ceresoli via lists.openembedded.org
Pgowda, Il giorno Tue, 24 May 2022 21:32:58 -0700 "Pgowda" ha scritto: > The patch implements Rust testing framework similar to other selftest, > specifically the gcc selftest in OE. It uses the client and server > based method to test the binaries for cross-target on the image. > The test

Re: [OE-core] [PATCH 9/9] lzo: remove recipe from oe-core

2022-05-25 Thread Luca Ceresoli via lists.openembedded.org
Hi Ross, Bruce, Il giorno Tue, 24 May 2022 16:24:01 +0100 "Ross Burton" ha scritto: > LZO is a fairly archaic compression format that hasn't been updated > since 2017. It's now unused by anything else in oe-core, so remove > the recipes. > > Signed-off-by: Ross Burton I love removals of

Re: [OE-core] [PATCH] apt: fix upstream version check

2022-05-25 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, Il giorno Tue, 24 May 2022 19:36:22 +0200 "Alexander Kanavin" ha scritto: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/apt/apt_2.4.5.bb | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb >

Re: [OE-core] [PATCH v2] packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation

2022-06-24 Thread Luca Ceresoli via lists.openembedded.org
Hi Richard, On Fri, 24 Jun 2022 14:58:17 +0100 "Richard Purdie" wrote: > Seems sad to have to do this but openssh is moving to use sftp instead > of scp to move files. This means scp from Fedora 36 will no longer be > able to move files to/from a dropbear based image. This breaks a number > of

[OE-core] [PATCH v2] llvm: add PACKAGECONFIG[optviewer]

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
From: Luca Ceresoli Currently the CMake configuration for llvm finds the python pygments and pyyaml if they are installed on the host. This makes builds non-reproducible across different machines, some having those modules installed and some others not. This has been causing a 'reproducible'

Re: [OE-core] [PATCH 2/3] strace: Drop redundant oe_runmake parameter

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Niko, On Wed, 22 Jun 2022 22:16:14 +0300 "niko.ma...@vaisala.com via lists.openembedded.org" wrote: > PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant > parameter from oe_runmake call. > > Signed-off-by: Niko Mauno > --- > meta/recipes-devtools/strace/strace_5.17.bb | 2 +-

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Wed, 22 Jun 2022 23:03:47 +0200 "Markus Volk" wrote: > Hi Luca, > > your commit message is way better than mine. > > One suggestion on your patch. I guess to be working on the target it > would be needed to add python3-pygment and python3-pyyaml as runtime > dependencies as

Re: [OE-core] [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, On Wed, 22 Jun 2022 12:33:08 +0200 "Alexander Kanavin" wrote: > Specifically: > 1. Add a few more toolchain items to DEPENDS so they're available in the > recipe sysroot. > 2. Use deploy mechanism to place the SDK environment setup file and testdata > for testing it > into the image

Re: [OE-core] [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, On Thu, 23 Jun 2022 16:52:55 +0200 Alexander Kanavin wrote: > Thanks Luca, this was not meant for merging (RFC), but it helps to see > the issues upfront. Sure, however Richard asked me to test this on the autobuilders. Cheers. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH] xcb-proto: upgrade 1.15 -> 1.15.2

2022-06-22 Thread Luca Ceresoli via lists.openembedded.org
Hello wangmy, On Wed, 22 Jun 2022 15:48:50 +0800 "wangmy" wrote: > Signed-off-by: Wang Mingyu This patch triggers autobuilder failures in libxcb-native do_configure: | checking for check >= 0.9.6... no | checking for xcb-proto >= 1.14... no | configure: error: Package requirements (xcb-proto

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-22 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Wed, 22 Jun 2022 19:32:50 +0200 "Markus Volk" wrote: > Make it a PACKAGECONFIG option and thus avoid automagic to improve > reproducibility > > Signed-off-by: Markus Volk > --- > meta/recipes-devtools/llvm/llvm_git.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[OE-core] [PATCH] llvm: add PACKAGECONFIG[optviewer]

2022-06-22 Thread Luca Ceresoli via lists.openembedded.org
Currently the CMake configuration for llvm finds the python pygments and pyyaml if they are installed on the host. This makes builds non-reproducible across different machines, some having those modules installed and some others not. This has been causing a 'reproducible' failure on one of the

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Thu, 23 Jun 2022 09:57:11 +0200 "Markus Volk" wrote: > Hi Luca, > > the reason i made the switch working manually both sides was that i > wanted to remove those python modules from build dependencies as i > thought they would only be needed at runtime. Sure, fair enough. As

Re: [OE-core] [PATCH 2/3] strace: Drop redundant oe_runmake parameter

2022-06-24 Thread Luca Ceresoli via lists.openembedded.org
Hi Niko, On Thu, 23 Jun 2022 19:53:58 +0300 "niko.ma...@vaisala.com via lists.openembedded.org" wrote: > On 6/23/22 12:30, Luca Ceresoli via lists.openembedded.org wrote: > > Unfortunately this patch does not apply as strace has been bumped to > > 5.18 by a recent co

Re: [OE-core] dropbear: Allow root login fix

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Jan, On Tue, 7 Jun 2022 12:36:15 + "Jan Claussen via lists.openembedded.org" wrote: > This enables root login when either "allow-root-login" or "debug-tweaks" > were set in EXTRA_IMAGE_FEATURES. > > Signed-off-by: Jan Claussen Thanks for your patch. However I have a couple

Re: [oe-core][PATCH v2] gstreamer1.0-plugins-bad: add libavtp packageconfig

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Marcel, On Wed, 08 Jun 2022 09:07:17 +0200 "Marcel Ziswiler" wrote: > On Tue, 2022-05-31 at 23:36 +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Add avtp resp. libavtp PACKAGECONFIG. This allows building them > > GStreamer Audio Video Transport Protocol (AVTP) Plugins

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Paulo, On Tue, 7 Jun 2022 17:11:22 +0200 "Paulo Neves" wrote: > Make sure we do not stage any executable with a bigger shebang > than 128. Fixes [1] > > [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053 > > Signed-off-by: Paulo Neves This check seems to be working very well!!

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 8 Jun 2022 16:45:20 +0200 "Paulo Neves" wrote: > On 6/8/22 14:53, Luca Ceresoli wrote: > > Hi Paulo, > > > > On Tue, 7 Jun 2022 17:11:22 +0200 > > "Paulo Neves" wrote: > > > >> Make sure we do not stage any executable with a bigger shebang > >> than 128. Fixes [1] > >> > >> [1]

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Paulo, On Wed, 8 Jun 2022 14:53:05 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hi Paulo, > > On Tue, 7 Jun 2022 17:11:22 +0200 > "Paulo Neves" wrote: > > > Make sure we do not stage any executable with a bigger shebang &

Re: [OE-core] [PATCH v2] dbus: Soecify runstatedir configure option

2022-06-10 Thread Luca Ceresoli via lists.openembedded.org
On Thu, 9 Jun 2022 11:22:36 +0200 "Pavel Zhukov" wrote: Typo in subject: Soecify -> Specify I'm fixing it on my testing branch. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH 1/5] classes/buildcfg: Move git/layer revision code into new OE module buildcfg

2022-06-10 Thread Luca Ceresoli via lists.openembedded.org
Hello Richard, On Thu, 9 Jun 2022 12:37:28 +0100 "Richard Purdie" wrote: > There is a load of duplicated git/layer/revision code which makes > most sesne as a python library, not bbclass code. Start to refactor as such. s/sesne/sense/ > > Signed-off-by: Richard Purdie > --- >

Re: [OE-core] [PATCH] mesa: upgrade 22.0.3 -> 22.1.1

2022-06-07 Thread Luca Ceresoli via lists.openembedded.org
Hi wangmy, On Mon, 6 Jun 2022 20:27:12 +0800 "wangmy" wrote: > Signed-off-by: Wang Mingyu There are lots of failures when testing with this patch applied: (EE) AIGLX error: Calling driver entry point failed Here are some logs:

Re: [OE-core] [PATCH] rootfs.py: find .ko.zst kernel modules

2022-06-03 Thread Luca Ceresoli via lists.openembedded.org
Hi Sean, On Thu, 2 Jun 2022 10:52:59 -0400 "Sean Anderson via lists.openembedded.org" wrote: > Hi Luca, > > On 6/1/22 3:13 AM, Luca Ceresoli wrote: > > [You don't often get email from luca.ceres...@bootlin.com. Learn why this > > is important at https://aka.ms/LearnAboutSenderIdentification.]

Re: [OE-core] [PATCH] add missing normalize-resolvconf file since it has been moved to a separate file since version 1.90

2022-06-20 Thread Luca Ceresoli via lists.openembedded.org
Hi Qorin, On Mon, 20 Jun 2022 09:24:22 + Qorin Qorinna wrote: > Hi Luca, > > it's because the normalize-resolvconf requires sed. > > These are the error messages that I got when I built the package w/o sed > ERROR: resolvconf-1.91-r0 do_package_qa: QA Issue: >

Re: [OE-core] [PATCH] add missing normalize-resolvconf file since it has been moved to a separate file since version 1.90

2022-06-20 Thread Luca Ceresoli via lists.openembedded.org
Hi Qorin, On Mon, 20 Jun 2022 10:08:20 +0200 "Qorin Wu" wrote: > From: Qorin > > --- > meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb >

Re: [OE-core] [PATCH 1/3] Add python3-hatchling (from meta-oe)

2022-06-20 Thread Luca Ceresoli via lists.openembedded.org
Hi Ross, On Sun, 19 Jun 2022 22:25:18 +0100 "Ross Burton" wrote: > Recipes in core are now needing to use the Hatch build system, so > move the hatchling recipe and class from meta-oe to oe-core. > > Signed-off-by: Ross Burton This patch is causing failures on the autobuilders: ERROR:

Re: [OE-core] [PATCH 1/3] Add python3-hatchling (from meta-oe)

2022-06-20 Thread Luca Ceresoli via lists.openembedded.org
Hi, On Mon, 20 Jun 2022 14:48:32 +0200 Luca Ceresoli wrote: > Hi Ross, > > On Sun, 19 Jun 2022 22:25:18 +0100 > "Ross Burton" wrote: > > > Recipes in core are now needing to use the Hatch build system, so > > move the hatchling recipe and class from meta-oe to oe-core. > > > >

Re: [OE-core] [PATCH] add missing normalize-resolvconf file since it has been moved to a separate file since version 1.90

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Qorin, On Mon, 20 Jun 2022 10:08:20 +0200 "Qorin Wu" wrote: > From: Qorin > > --- > meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb >

Re: [OE-core] [PATCH 1/2] systemd: Add missed sys/file.h includes for musl

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Pavel, On Mon, 20 Jun 2022 18:12:28 +0200 "Pavel Zhukov" wrote: > Signed-off-by: Pavel Zhukov > --- > .../0001-Add-sys-file.h-for-LOCK_.patch | 80 +++ > meta/recipes-core/systemd/systemd_251.2.bb| 2 +- > 2 files changed, 81 insertions(+), 1 deletion(-) >

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

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
On Mon, 20 Jun 2022 14:42:00 +0800 "Yogesh Tyagi" wrote: > - curl-ptest is taking around 270 seconds to execute so > added curl-ptest to PTESTS_SLOW > - This patch is rework on an existing patch provided > by Maxin B. John (maxin.j...@intel.com) > >

Re: [OE-core] [PATCH] udev-extraconf/mount.sh: add LABELs to mountpoints

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Muhammad, On Mon, 20 Jun 2022 17:26:40 +0500 "Muhammad Hamza" wrote: > This alters the mountpoints such that if a device has a LABEL or > a PARTLABEL, it will be mounted at e.g.: > > /run/media/$LABEL- > /run/media/$PARTLABEL- > /run/media/rootfs-sda2 > > otherwise the device will be

Re: [OE-core] [PATCH] resolvconf: Install missing normalize-resolvconf file

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Qorin, On Mon, 20 Jun 2022 15:13:38 +0200 "Qorin Wu" wrote: > From: Qorin > > It was moved to a separate file in version 1.90 When sending a new version of a patch, please mark it as "v2", "v3" etc. This is very easy to do with 'git format-patch' and 'git send-email' by adding the '-v'

Re: [OE-core] [PATCH 1/2] systemd: Add missed sys/file.h includes for musl

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Pavel, On Tue, 21 Jun 2022 10:48:13 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hi Pavel, > > On Mon, 20 Jun 2022 18:12:28 +0200 > "Pavel Zhukov" wrote: > > > Signed-off-by: Pavel Zhukov > > --- > >

Re: [OE-core] [PATCH v2 2/4] Add python3-hatchling (from meta-oe)

2022-06-21 Thread Luca Ceresoli via lists.openembedded.org
Hi Ross, On Mon, 20 Jun 2022 14:14:56 +0100 "Ross Burton" wrote: > Recipes in core are now needing to use the Hatch build system, so > move the hatchling recipe and class from meta-oe to oe-core. > > Signed-off-by: Ross Burton > --- > meta/classes/python_hatchling.bbclass | 5 +

Re: [OE-core] [PATCH v3] python3-cryptography: remove --benchmark-disable option

2022-06-09 Thread Luca Ceresoli via lists.openembedded.org
Hi, On Wed, 8 Jun 2022 17:31:20 +0800 "Yu, Mingli" wrote: > From: Mingli Yu > > The new version introduced below change, so remove the option > to avoid python3-pytest-benchmark rdepends to fix the gap. > 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) > > Fixes: > #

Re: [OE-core] [PATCH] e2fsprogs: add alternatives handling of lsattr as well

2022-06-09 Thread Luca Ceresoli via lists.openembedded.org
Hi Rasmus, On Wed, 8 Jun 2022 15:12:05 +0200 "Rasmus Villemoes via lists.openembedded.org" wrote: ^^^ As you can see above, your sender address is getting mangled. This is not your fault, but it makes applying your patches annoying. Can you please try to work around

Re: [oe-core][PATCH 1/4] xorg-lib-common: allow to build for wayland

2022-06-03 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Wed, 1 Jun 2022 17:10:45 +0200 "Markus Volk" wrote: > Hi Luca, > > i've sent a patch that should hopefully fix your issue I guess you refer to: [oe-core][PATCH] xorg-font-common.inc: allow to build for wayland and so I ran a build test with the above patch + the 4 patches in

Re: [OE-core] [PATCH] zlib: remove historical movement of libz.so to /lib

2022-07-25 Thread Luca Ceresoli via lists.openembedded.org
Hi Ross, On Fri, 22 Jul 2022 12:13:01 +0100 "Ross Burton" wrote: > Historically there's been a split between /lib for early boot and > /usr/lib for everything else, but with modern systems this split is > meaningless and incomplete. If a minimal system for early boot is > needed, it should be a

Re: [OE-core] [meta-oe][PATCH v3] classes: rootfs-postcommands: autologin root on serial-getty

2022-07-27 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 27 Jul 2022 05:37:39 +0200 "Johannes Schneider via lists.openembedded.org" wrote: > when empty-root-password AND serial-autologin-root are part of the > IMAGE_FEATURES, save some of the developers time by not having to type > the (then still sole) 'root' username on the serial

  1   2   3   >