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

2022-03-17 Thread Michael Opdenacker via lists.openembedded.org
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 patches on the ML to see what I mean > exactly but that should make it nicer to maintainers because

Re: [OE-core] [PATCH] convert-variable-renames.py: add more problematic words

2022-03-16 Thread Michael Opdenacker via lists.openembedded.org
On 3/16/22 15:00, Michael Opdenacker wrote: > Listed on https://inclusivenaming.org/ > > Signed-off-by: Michael Opdenacker > --- > scripts/contrib/convert-variable-renames.py | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH] convert-variable-renames.py: add more problematic words

2022-03-16 Thread Michael Opdenacker via lists.openembedded.org
Listed on https://inclusivenaming.org/ Signed-off-by: Michael Opdenacker --- scripts/contrib/convert-variable-renames.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/contrib/convert-variable-renames.py b/scripts/contrib/convert-variable-renames.py index

Re: [OE-core] [PATCH] convert-variable-renames.py: add more problematic words

2022-03-16 Thread Michael Opdenacker via lists.openembedded.org
On 3/16/22 15:02, Richard Purdie wrote: > On Wed, 2022-03-16 at 15:00 +0100, Michael Opdenacker via > lists.openembedded.org > wrote: >> Listed on https://inclusivenaming.org/ >> >> Signed-off-by: Michael Opdenacker >> --- >> scripts/contrib/convert-var

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

2022-03-16 Thread Michael Opdenacker via lists.openembedded.org
Greetings, My patches sent to the mailing lists are causing trouble for Richard. The reason is the "From" field is modified by the mailing list server. It's From: "Michael Opdenacker via lists.yoctoproject.org" instead of >From : Michael Opdenacker

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

2022-03-17 Thread Michael Opdenacker via lists.openembedded.org
On 3/16/22 21:21, Michael Opdenacker via lists.openembedded.org wrote: > Greetings, > > My patches sent to the mailing lists are causing trouble for Richard. > > The reason is the "From" field is modified by the mailing list server. It's > From: "Michael Opde

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

2022-03-17 Thread Michael Opdenacker via lists.openembedded.org
On 3/17/22 11:50, Alexandre Belloni via lists.openembedded.org wrote: > 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 t

[OE-core] List of changes for Kirkstone migration notes

2022-03-10 Thread Michael Opdenacker via lists.openembedded.org
Greetings We need to prepare the final migration notes for Kirkstone and need your help. Here is a quick list of already documented changes (see https://git.yoctoproject.org/yocto-docs/tree/documentation/migration-guides/migration-3.5.rst), and changes that haven't been documented yet: Already

[OE-core] [PATCH] local.conf.sample: https and no newline for SSTATE_MIRRORS

2022-03-09 Thread Michael Opdenacker via lists.openembedded.org
Both http and https work, but we will get fewer user questions with https Remove no longer necessary \n character in the sample definition Signed-off-by: Michael Opdenacker --- meta/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH RESEND] conf/machine: fix QEMU x86 sound options

2022-03-09 Thread Michael Opdenacker via lists.openembedded.org
This updates the QEMU sounds options for x86 emulation, when "runqemu" is called with the "audio" argument, to fix the below error: runqemu - ERROR - Failed to run qemu: qemu-system-x86_64: warning: '-soundhw ac97' is deprecated, please use '-device AC97' instead Signed-off-by: Michael

[OE-core] [PATCH] local.conf.sample: fix reference to extended configuration sample

2022-03-09 Thread Michael Opdenacker via lists.openembedded.org
The file name is local.conf.sample.extended, not local.conf.extended Signed-off-by: Michael Opdenacker --- meta/conf/local.conf.sample | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index

Re: [OE-core] Yocto Project Status WW09`22

2022-03-02 Thread Michael Opdenacker via lists.openembedded.org
Hi Stephen On 3/1/22 16:52, Stephen Jolley wrote: > > Current Dev Position: YP 3.5 M4 > > Next Deadline: 4th April. 2022 YP 3.5 M4 build > >   > > Next Team Meetings: > > * Bug Triage meeting Thursday Mar. 3rd 7:30 am PDT > (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09 >

Re: [OE-core] [PATCH] dev-manual: update example from kernel.bbclass

2022-02-14 Thread Michael Opdenacker via lists.openembedded.org
On 2/14/22 17:24, Quentin Schulz wrote: > Hi Christian, > > On 2/14/22 17:17, Christian Eggers wrote: >> Since f7485646534e ("kernel: provide virtual/kernel for all kernels"), >> all recipes which inherit kernel.bbclass provide "virtual/kernel", >> independent of the value of

Re: [OE-core] [PATCH 2/2] mount-copybind: add MOUNT_COPYBIND_AVOID_OVERLAYFS env var to skip OverlayFS

2022-03-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Luca, On 3/28/22 17:32, Luca Bocassi wrote: > >> Thanks for the patch! >> Now that the patch is merged, would you mind proposing a patch to add a >> description of it to the documentation? You'll probably do it better >> than I would. >> >> Thanks in advance >> Michael. > Sure I can do that,

Re: [OE-core] [PATCH 2/2] mount-copybind: add MOUNT_COPYBIND_AVOID_OVERLAYFS env var to skip OverlayFS

2022-03-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Luca, On 3/25/22 19:40, Luca Bocassi wrote: > From: Luca Boccassi > > In some cases we don't want to even attempt to set up OverlayFS, for > example because SELinux in enforcing mode would kill the process > attempting to use the mount. See: > >

Re: [OE-core] List of changes for Kirkstone migration notes

2022-03-22 Thread Michael Opdenacker via lists.openembedded.org
Hi Marta On 3/21/22 16:22, Marta Rybczynska wrote: > Heads up: I'm on the inclusive language migration + migration script docs. Thanks for helping! You probably have seen https://git.yoctoproject.org/yocto-docs/commit/?h=master-next=a6650fd55259c5d7cf3cf9579e9ecd1184b1b155 which was merged

Re: [OE-core] bitbake.conf: reason for assignment of deprecated variable

2022-04-15 Thread Michael Opdenacker via lists.openembedded.org
On 4/15/22 02:08, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Markus Niebel >> Sent: den 11 april 2022 17:07 >> To: openembedded-core@lists.openembedded.org >> Subject: [OE-core]

Re: [OE-core][PATCH v6 12/12] docs: cover devtool ide

2023-09-11 Thread Michael Opdenacker via lists.openembedded.org
Hi Andrian Many thanks for the documentation patch! Copying the docs@ mailing list... On 10.09.23 at 17:52, Adrian Freihofer wrote: Signed-off-by: Adrian Freihofer --- documentation/sdk-manual/extensible.rst | 97 - 1 file changed, 96 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH] base: improve LICENSE_FLAGS_DETAILS output

2023-09-08 Thread Michael Opdenacker via lists.openembedded.org
Hi Ross, I'm currently writing the doc patch for LICENSE_FLAGS_DETAILS. However, I don't find the current behavior optimal... On 21.06.23 at 16:22, ross.bur...@arm.com wrote: From: Ross Burton Don't prefix the output of LICENSE_FLAGS_DETAILS with "For further details, see" so that recipes

[OE-core] [PATCH] base: add newline before LICENSE_FLAGS_DETAILS

2023-09-08 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker To improve readability and avoid putting one inside LICENSE_FLAGS_DETAILS. Signed-off-by: Michael Opdenacker --- Suggested by Ross here: https://lists.openembedded.org/g/openembedded-core/message/187412 --- meta/classes-global/base.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] base: improve LICENSE_FLAGS_DETAILS output

2023-09-08 Thread Michael Opdenacker via lists.openembedded.org
On 08.09.23 at 13:11, Ross Burton wrote: On 8 Sep 2023, at 12:00, Michael Opdenacker wrote: Hi Ross, I'm currently writing the doc patch for LICENSE_FLAGS_DETAILS. However, I don't find the current behavior optimal... On 21.06.23 at 16:22, ross.bur...@arm.com wrote: From: Ross Burton

Re: [OE-core][PATCH 0/4] patchtest: add to oe-core

2023-10-17 Thread Michael Opdenacker via lists.openembedded.org
Hi Trevor On 16.10.23 at 21:44, Trevor Gamblin wrote: Add the patchtest core tools and supporting scripts to openembedded-core. This will enable users to validate their changes locally against the repository before submission to the mailing list, reducing maintainer overhead and encouraging

Re: [OE-core] [PATCH] documentation.conf: drop SERIAL_CONSOLES_CHECK

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
On 03.11.23 at 07:25, Lee Chee Yang wrote: From: Lee Chee Yang remove obsolete SERIAL_CONSOLES_CHECK. Signed-off-by: Lee Chee Yang --- meta/conf/documentation.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index

[OE-core] Meaning of the name of the "cml1" class?

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
Greetings I'd like to explain the meaning of the name of the "cml1" class in the documentation. This would help to remember this name. From what I've seen, it has this name since the beginning of the git history. Do those of you who are veterans remember what the name originally meant?

Re: [OE-core] Meaning of the name of the "cml1" class?

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
On 03.11.23 at 10:52, Martin Jansa wrote: The answer from 2022-07-18 on #yocto channel: 20:20 < hushmoney> what does clm1 stand for as in clm1.bbclass? 20:20 < hushmoney> s/clm1/cml1/g 20:31 < JaMa> hushmoney: interesting question, the bbclass was introduced very long time ago (already

[OE-core] All new features advertised in the Nanbield release notes?

2023-10-30 Thread Michael Opdenacker via lists.openembedded.org
Dear OE-core contributors, I've reviewed all the commits specific to the Nanbield branch and came up with this draft or the release and migration notes for this upcoming release: * https://docs.yoctoproject.org/next/migration-guides/migration-4.3.html *

Re: [OE-core] [yocto] Yocto Project Status 31 October 2023 (WW44)

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
Greetings, On 31.10.23 at 13:29, Neal Caidin wrote: Current Dev Position: YP 4.3 M4 (Feature Freeze) Next Deadline: 2nd October 2023 YP 4.3 M4 build date Next Team Meetings: * Bug Triage meeting Thursday November 2, 7:30 am PDT

Re: [OE-core] [PATCH v7 8/8] docs: cover devtool ide

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
Hi Adrian Thanks for the new code and the corresponding documentation. See my comments below... (also copying the "docs" mailing list). On 30.10.23 at 22:32, Adrian Freihofer wrote: Cover the new devtool ide plugin in the extensible sdk section. Many thanks to Enguerrand de Ribaucourt for

Re: Patchtest results for [OE-core][PATCH] patchtest: shorten test result outputs

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
Hi Trevor, On 31.10.23 at 15:20, Trevor Gamblin wrote: Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/patchtest-shorten-test-result-outputs.patch Thanks for

[OE-core] [PATCH] convert-overrides.py: remove "edgerouter" string

2023-10-26 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker The "edgerouter" machine has been removed since https://git.yoctoproject.org/poky/commit/?id=0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e Signed-off-by: Michael Opdenacker --- scripts/contrib/convert-overrides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH] oeqa/runtime/cases/parselogs: remove "edgerouter" case

2023-10-26 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker The "edgerouter" machine has been removed since https://git.yoctoproject.org/poky/commit/?id=0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e Signed-off-by: Michael Opdenacker --- meta/lib/oeqa/runtime/cases/parselogs.py | 6 -- 1 file changed, 6 deletions(-) diff --git

Re: [OE-core] [PATCH 3/5] meta-yocto-bsp/conf/machine: remove SERIAL_CONSOLES_CHECK

2023-10-30 Thread Michael Opdenacker via lists.openembedded.org
Greetings, On 10.10.23 at 14:36, Ross Burton wrote: From: Ross Burton There's no need for this variable anymore, as all consoles listed in SERIAL_CONSOLES are checked for their existence before a getty is started. --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 1 -

[OE-core] [PATCH 2/2] lib/oe/qa: update guidelines link for Upstream-Status

2023-09-21 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/lib/oe/qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py index 94955f78ba..f8ae3c743f 100644 --- a/meta/lib/oe/qa.py +++ b/meta/lib/oe/qa.py @@ -217,7 +217,7 @@ def

[OE-core] [PATCH 1/2] lib/oe/qa: remove obsolete "Accepted" string for Upstream-Status

2023-09-21 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Replaced by "Backport" since release 3.2 https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes Signed-off-by: Michael Opdenacker --- meta/lib/oe/qa.py | 2 +-

[OE-core] [dunfell][PATCH] flac: fix CVE-2020-22219

2023-09-22 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Buffer Overflow vulnerability in function bitwriter_grow_ in flac before 1.4.0 allows remote attackers to run arbitrary code via crafted input to the encoder. Signed-off-by: Meenali Gupta Signed-off-by: Michael Opdenacker Tested-by: Michael Opdenacker ---

[OE-core] [PATCH] maintainers.inc: add self for flac recipe

2023-09-22 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e977c84fc8..7697324335 100644

[OE-core] [PATCH 1/2] alsa-lib: fix patch Upstream-Status

2023-09-20 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Using "Backport" instead of "Accepted", as instructed on https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes Signed-off-by: Michael Opdenacker --- ...1-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch | 2 +- 1 file

[OE-core] [PATCH 2/2] alsa-utils: update patch Upstream-Status

2023-09-20 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- .../0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch| 2 +- .../alsa/alsa-utils/0001-topology.c-include-locale.h.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/2] shadow: fix patch Upstream-Status

2023-09-20 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Replace "Accepted" by "Backport" as specified on https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes Signed-off-by: Michael Opdenacker --- .../shadow/files/0001-Fix-can-not-print-full-login.patch| 2 +- 1 file changed, 1

[OE-core] [PATCH 2/2] libevent: fix patch Upstream-Status

2023-09-20 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- ...test-retriable-tests-are-marked-failed-only-when-all-a.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [AUH] alsa-lib: upgrading to 1.2.10 FAILED

2023-09-18 Thread Michael Opdenacker via lists.openembedded.org
Greetings, On 15.09.23 at 20:59, Auto Upgrade Helper wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-lib* to *1.2.10* has Failed(do_compile). Detailed error information: do_compile failed Ouch, as far as I am

Re: [OE-core] [AUH] alsa-lib: upgrading to 1.2.10 FAILED

2023-09-18 Thread Michael Opdenacker via lists.openembedded.org
On 18.09.23 at 19:16, Alexander Kanavin wrote: On Mon, 18 Sept 2023 at 18:28, Michael Opdenacker via lists.openembedded.org wrote: this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-lib* to *1.2.10* has Failed(do_compile

[OE-core] [dunfell][PATCH v2] flac: fix CVE-2020-22219

2023-09-25 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Buffer Overflow vulnerability in function bitwriter_grow_ in flac before 1.4.0 allows remote attackers to run arbitrary code via crafted input to the encoder. Signed-off-by: Meenali Gupta Signed-off-by: Michael Opdenacker Tested-by: Michael Opdenacker --- Changes in

[OE-core] [PATCH v2 1/2] alsa-lib: upgrade 1.2.9 -> 1.2.10

2023-09-19 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Changelog: - Fix symver build error on non-ELF platforms - ucm: main - remove cast to pointer from integer of different size warning - ucm: mark internal functions static - topology: fix src/mixer/mixer.c return value warning - dogyxen: fix topology.h warnings - doxygen:

[OE-core] [PATCH v2 2/2] alsa-utils: upgrade 1.2.9 -> 1.2.10

2023-09-19 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Changelog: - po: add Korean translations - alsactl: fix compilation when building in a subdir - reshuffle included files to include config.h as first - github: update build.yml - aseqdump: fix MIDI 2.0 code - it compiles now - gitcompile: set more verbose compilation

Re: [OE-core] [AUH] alsa-lib: upgrading to 1.2.10 FAILED

2023-09-19 Thread Michael Opdenacker via lists.openembedded.org
Hi Alex On 18.09.23 at 21:13, Alexander Kanavin wrote: On Mon, 18 Sept 2023 at 20:46, Michael Opdenacker wrote: Ah, right, I should have paid attention to the file name. I could reproduce it too. Thanks a lot Alex :) Michael. I think this backport should help:

[OE-core] [PATCH 2/2] alsa-utils: upgrade 1.2.9 -> 1.2.10

2023-09-19 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Changelog: - po: add Korean translations - alsactl: fix compilation when building in a subdir - reshuffle included files to include config.h as first - github: update build.yml - aseqdump: fix MIDI 2.0 code - it compiles now - gitcompile: set more verbose compilation

[OE-core] [PATCH 1/2] alsa-lib: upgrade 1.2.9 -> 1.2.10

2023-09-19 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Changelog: - Fix symver build error on non-ELF platforms - ucm: main - remove cast to pointer from integer of different size warning - ucm: mark internal functions static - topology: fix src/mixer/mixer.c return value warning - dogyxen: fix topology.h warnings - doxygen:

Re: [OE-core] Detecting unimplemented ptests with heuristics

2023-10-19 Thread Michael Opdenacker via lists.openembedded.org
Hi Yoann On 19.10.23 at 10:00, Yoann Congal wrote: Hi everyone, We recently implemented a way to detect recipes for upstream code that contain unit tests but does not implement ptests. Those recipes make good candidates for increasing the ptests coverage. This is implemented as a QA check.

Re: [OE-core] CVE work synchronization proposal

2023-10-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Marta On 20.10.23 at 10:36, Marta Rybczynska wrote: Hello everyone, We have a constant flow of work on pending CVEs. During my discussion with multiple people, there is a common need for synchronization of this work to avoid duplication or forgotten fixes. We have a decision on the tooling

[OE-core] Error building an npm package: npmignore: not found

2022-06-21 Thread Michael Opdenacker via lists.openembedded.org
Greetings, I'm testing the Yocto Project Documentation for creating NPM packages (https://docs.yoctoproject.org/dev-manual/common-tasks.html#creating-node-package-manager-npm-packages). I managed to create a recipe for cute-files 1.0.2 using devtool, but I can't manage to build the recipe.

Re: [OE-core] Announcing pkgexp

2022-06-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Ross On 6/28/22 15:36, Ross Burton wrote: Hi, I’ve just released the first release of pkgexp, a tool to explore the pkgdata that has been generated in a build. Quoting from the README: pkgexp is a tool to visually explore the OpenEmbedded `pkgdata`, which is the generated package-scope

Re: [OE-core] Announcing pkgexp

2022-06-28 Thread Michael Opdenacker via lists.openembedded.org
On 6/28/22 16:24, Ross Burton wrote: On 28 Jun 2022, at 15:11, Michael Opdenacker wrote: Hey, this looks very nice and very easy to use! One minor complaint, though: the "What Depends on" button didn't immediately catch my eye. Would it be possible to show such reverse dependencies in the

[OE-core] [PATCH] rootfs-postcommands.bbclass: correct comments

2022-06-15 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/classes/rootfs-postcommands.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index 3f9fdb602d..452b87f9b3

Re: [OE-core][PATCH] kernel-uboot.bbclass: Use vmlinux.initramfs when INITRAMFS_IMAGE_BUNDLE set

2022-06-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Raju, On 6/20/22 16:45, Pothuraju, Rajukumar wrote: Thanks for the patch! By the way, why this weird x"${VAR}" = x1 trick? I see it elsewhere in the class code, so I understand why you took it, but why not just the following? if [ "${INITRAMFS_IMAGE_BUNDLE}" = "1" ]; then Both formats

Re: [OE-core][PATCH] kernel-uboot.bbclass: Use vmlinux.initramfs when INITRAMFS_IMAGE_BUNDLE set

2022-06-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Raju, On 6/20/22 15:40, Raju Kumar Pothuraju wrote: vmlinux file doesnot have the initramfs image when INITRAMFS_IMAGE_BUNDLE was set. Use vmlinux.initramfs in uboot_prep_kimage when INITRAMFS_IMAGE_BUNDLE set based on the implementation in kernel.bbclass do_bundle_initramfs function,

Re: [OE-core] [yocto-security] OE-core CVE metrics for kirkstone on Sun 24 Jul 2022 03:00:01 AM HST

2022-07-26 Thread Michael Opdenacker via lists.openembedded.org
Hi Steve, On 7/24/22 15:02, Steve Sakoman wrote: Branch: kirkstone New this week: 4 CVEs CVE-2022-2343 (CVSS3: 7.8 HIGH): vim https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2343 * CVE-2022-29187 (CVSS3: 7.8 HIGH): git https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-29187

Re: [OE-core] Error building an npm package: npmignore: not found

2022-06-28 Thread Michael Opdenacker via lists.openembedded.org
Richard, Enrico, On 6/27/22 18:47, Richard Purdie wrote: On Mon, 2022-06-27 at 18:37 +0200, Enrico Scholz via lists.openembedded.org wrote: "Michael Opdenacker via lists.openembedded.org" writes: I'm testing the Yocto Project Documentation for creating NPM packages npm is br

[OE-core] [PATCH] MAINTAINERS.md: no more need for a prelink-cross maintainer

2022-05-05 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Since prelink has been dropped Signed-off-by: Michael Opdenacker --- MAINTAINERS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 36a9bde90c..505c2e234d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -53,7 +53,6 @@

Re: [OE-core] [PATCH] run-postinsts: Set dependency for ldconfig to avoid boot issues

2022-10-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Arturo Thanks for the patch! On 10/20/22 15:55, abuzarra via lists.openembedded.org wrote: If a package with a postsints script requires ldconfig, the package class adds a ldconfig postinst fragment to initialize it before. Systemd has its own ldconfig.service to initialize it and sometimes

[OE-core] [PATCH] deploy.bbclass: rename DEPLOYDIR to DEPLOY_TMP_DIR

2022-10-26 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker To avoid name confusion with the completely different DEPLOY_DIR variable Signed-off-by: Michael Opdenacker --- That struck me while reading the manual! Will be happy to use a different name and/or split the patch into several patches. ---

Re: [OE-core] [PATCH] deploy.bbclass: rename DEPLOYDIR to DEPLOY_TMP_DIR

2022-10-26 Thread Michael Opdenacker via lists.openembedded.org
Hi Alex, On 10/26/22 21:05, Alexander Kanavin wrote: I'm afraid DEPLOYDIR is used by everything using the deploy class across all layers, and this will break all of them. Separating the two confusing variables is probably better done from the other end, e.g. renaming DEPLOY_DIR to

Re: [OE-core] [kirkstone][PATCH 1/1] cmake-native: Fix host tool contamination (Bug: 14951)

2022-10-27 Thread Michael Opdenacker via lists.openembedded.org
Hi Bero Thanks for the patch! On 10/27/22 20:58, Bernhard Rosenkränzer via lists.openembedded.org wrote: Trying to build cmake-native on a host system where curl was built with cmake (resulting in CURLConfig.cmake and friends, which do not use the same naming schemes expected by cmake-native's

Re: [OE-core] [PATCH v2 1/1] cmake-native: Fix host tool contamination (Bug: 14951)

2022-10-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Bero On 10/27/22 21:47, Bernhard Rosenkränzer via lists.openembedded.org wrote: From: Bernhard Rosenkränzer [v2 hopefully fixes the From: mangling by the ML, no functional changes] Yes it does. Thanks for the update! Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel

Re: [OE-core] [PATCH] wic: swap partitions are not added to fstab

2022-10-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Ciaran, On 10/28/22 12:05, ciaran.court...@activeenergy.ie wrote: From: ciarancourtney - Regression in 7aa678ce804c21dc1dc51b9be442671bc33c4041 Signed-off-by: ciarancourtney Many thanks for the patch! However, your "Signed-off-by" information doesn't properly list your first and

[OE-core] [PATCH] create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED

2022-10-28 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker [YOCTO #14948] Signed-off-by: Michael Opdenacker --- meta/classes/create-spdx.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass index c190ad3889..af6afcc653 100644 ---

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-21 Thread Michael Opdenacker via lists.openembedded.org
Hi Willy Thanks for the patch! On 10/21/22 15:17, Willy Tu via lists.openembedded.org wrote: Install API only if opensshinternals is in DISTRO_FEATURES. Install the OpenSSH header + lib files for other repo to build using it. For example, https://github.com/google/hiba is dependent on those

Re: [OE-core] [docs] [PATCH 1/7] common-tasks.rst: remove SRC_URI:append from examples

2022-09-19 Thread Michael Opdenacker via lists.openembedded.org
Mikko, thanks for the patch series. Quentin, thanks for the review. Indeed, I think that the description of the commit should be improved too. See below. On 9/19/22 16:04, Quentin Schulz via lists.openembedded.org wrote: Hi Mikko, On 9/12/22 09:32, Mikko Rapeli wrote: Using SRC_URI:append

Re: [OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Michael Opdenacker via lists.openembedded.org
Hello Thomas Thanks for the patch! On 05.10.22 16:57, Thomas Perrot via lists.openembedded.org wrote: Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot There's a problem with

Re: [OE-core] [kirkstone][PATCH] binutils : Fix CVE-2022-38128

2022-10-13 Thread Michael Opdenacker via lists.openembedded.org
Hi Pgowda, Many thanks for your patches! On 10/13/22 09:47, Pgowda wrote: From: pgowda Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f07c08e115e27cddf5a0030dc6332bbee1bd9c6a] Upstream-Status: Backport

Re: [OE-Core][kirkstone][PATCH] qemu: Fix CVE-2021-3750 for qemu

2022-10-06 Thread Michael Opdenacker via lists.openembedded.org
Hi Virendra Thanks for the patch! On 01.10.22 07:52, Virendra Thakur via lists.openembedded.org wrote: Attached patch file also. *From:* openembedded-core@lists.openembedded.org on behalf of Virendra Thakur via

Re: [OE-core] [dunfell] [PATCH] externalsrc: git submodule--helper list unsupported

2022-10-06 Thread Michael Opdenacker via lists.openembedded.org
Hi Seven, On 06.10.22 11:22, Sven via lists.openembedded.org wrote: From: John Edward Broadbent Git has removed support for "git submodule--helper list". https://github.com/git/git/commit/31955475d1c283120d5d84247eb3fd55d9f5fdd9 This change provides an alternate method for gathering the

Re: [OE-core] [dunfell] [PATCH] externalsrc: git submodule--helper list unsupported

2022-10-06 Thread Michael Opdenacker via lists.openembedded.org
On 06.10.22 11:30, Michael Opdenacker via lists.openembedded.org wrote: Thanks for the patch, but it doesn't apply. I guess you should re-apply to the openembedded-core repository first, which has different paths. My bad, it does apply indeed to the "dunfell" branch.

Re: [OE-core] [dunfell] [PATCH] externalsrc: git submodule--helper list unsupported

2022-10-06 Thread Michael Opdenacker via lists.openembedded.org
Hi again Sven On 06.10.22 11:30, Michael Opdenacker via lists.openembedded.org wrote: Hi Seven, Sorry for the typo on your name! Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [OE-core] [PATCH] numactl: upgrade 2.0.15 -> 2.0.16

2022-10-11 Thread Michael Opdenacker via lists.openembedded.org
Hi Wang On 10/11/22 10:21, wangmy wrote: Signed-off-by: Wang Mingyu --- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for your patches. There's a problem with the way you send your patches though. If I apply your patch

Re: [OE-core][dunfell][PATCH] rsync: fix CVE-2022-29154

2022-10-12 Thread Michael Opdenacker via lists.openembedded.org
Hi Vivek On 10/11/22 17:49, vkumbhar wrote: Source: https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 MR: 120436 Type: Security Fix Disposition: Backport from https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 ChangeID:

Re: [OE-core][dunfell][PATCH] rsync: fix CVE-2022-29154

2022-10-12 Thread Michael Opdenacker via lists.openembedded.org
Hi again Vivek On 10/11/22 17:49, vkumbhar wrote: Source: https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871 MR: 120436 Type: Security Fix Disposition: Backport from https://git.samba.org/?p=rsync.git;a=patch;h=b7231c7d02cfb65d291af74ff66e7d8c507ee871

Re: [OE-core] [PATCH] dbus: Fix incorrect path for container sockets

2022-10-07 Thread Michael Opdenacker via lists.openembedded.org
Hi Sean On 06.10.22 23:03, Sean Anderson via lists.openembedded.org wrote: On 10/6/22 5:02 PM, Sean Anderson wrote: I noticed the following warning from systemd-tmpfiles while booting: /usr/lib/tmpfiles.d/dbus.conf:13: Line references path below legacy directory /var/run/, updating

Re: [OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Michael Opdenacker via lists.openembedded.org
On 05.10.22 19:19, Thomas Perrot via lists.openembedded.org wrote: From: Thomas Perrot Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot ---

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

2023-01-06 Thread Michael Opdenacker via lists.openembedded.org
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 wrote: From: Michael Opdenacker When Toaster is run as documented on https://docs.yoctoproject.org/toaster-manual/setup

[OE-core] [PATCH] meta/classes-global: remove package_tar.bbclass

2023-01-04 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Remove package_tar.bbclass, which is no longer in use in oe-core and meta-oe, and which the document reports as broken and unsupported. Signed-off-by: Michael Opdenacker --- meta/classes-global/package_tar.bbclass | 77 - 1 file changed, 77

Re: [OE-core] is "poky" distro defined to use "sysvinit" as INIT_MANAGER?

2023-01-03 Thread Michael Opdenacker via lists.openembedded.org
Hello Richard, Trying to improve the documentation about the selection of the init system, I'm jumping back to this old conversation, following a change that you made (https://lists.yoctoproject.org/g/poky/message/12760). Am 06.07.22 um 18:40 schrieb Khem Raj: On Wed, Jul 6, 2022 at 12:38

Re: [OE-core][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-05 Thread Michael Opdenacker via lists.openembedded.org
Hi Sandeep Am 04.01.23 um 23:09 schrieb Sandeep Gundlupet Raju via lists.openembedded.org: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. ... Thanks for the patch updates! There's a problem with the way your patches are received on the

[OE-core] Is rust-bin.bbclass still in use?

2023-01-13 Thread Michael Opdenacker via lists.openembedded.org
Greetings, I can't find any use of the rust-bin class, neither in oe-core, nor in Poky, nor in meta-oe? Is it still in use anywhere? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core] Is rust-bin.bbclass still in use?

2023-01-13 Thread Michael Opdenacker via lists.openembedded.org
On 13.01.23 at 18:06, Alex Kiernan wrote: Nothing I know of - I suspect it wants deleting. Thanks for the quick answer. I'll send such a patch. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You

[OE-core] [PATCH] rust-bin.bbclass: remove unused class

2023-01-13 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/classes-recipe/rust-bin.bbclass | 154 --- 1 file changed, 154 deletions(-) delete mode 100644 meta/classes-recipe/rust-bin.bbclass diff --git a/meta/classes-recipe/rust-bin.bbclass

Re: [OE-core][kirkstone][PATCH] qemu: Fix CVE-2022-4144

2023-01-09 Thread Michael Opdenacker via lists.openembedded.org
Hi Bhabu (I hope I got your first name right) On 09.01.23 at 10:32, BINDU wrote: Add patch to fix CVE-2022-4144 Link: https://security-tracker.debian.org/tracker/CVE-2022-4144 Signed-off-by: Bhabu Bindu Many thanks for the patch! However, it is sent with an incomplete identity. If I

[OE-core] [PATCH] bitbake.conf: remove SERIAL_CONSOLE variable

2022-12-08 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker This variable has been deprecated since version 2.6 Use SERIAL_CONSOLES instead. Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 3 +-- meta/conf/documentation.conf | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] SPDX validation issue

2022-11-23 Thread Michael Opdenacker via lists.openembedded.org
Hi Joshua I used the create-spdx class a few weeks ago to generate an IMAGE-MACHINE.spdx.json file in tmp/deploy/images/MACHINE/ I tried to validate this SPDX file using the online tool on https://tools.spdx.org/app/validate/, but I get this warning (or error?): The following warning(s)

Re: [yocto-security] [OE-core] OE-core CVE metrics for master on Sun 22 Jan 2023 02:00:01 AM HST

2023-01-25 Thread Michael Opdenacker via lists.openembedded.org
On 23.01.23 at 14:41, Ross Burton wrote: On 23 Jan 2023, at 13:35, Richard Purdie wrote: I’ve started braindumping into https://wiki.yoctoproject.org/wiki/CVE_Triage, when it’s expanded and complete we can link to it. Or maybe we should just start a Maintainers book in the documentation?

Re: [OE-core] is "poky" distro defined to use "sysvinit" as INIT_MANAGER?

2023-01-05 Thread Michael Opdenacker via lists.openembedded.org
Am 05.01.23 um 15:57 schrieb Richard Purdie: On Thu, 2023-01-05 at 15:23 +0100, Michael Opdenacker wrote: Richard told me on IRC that, from memory, this was set because of interference poky-altcfg (if I understood correctly). I understand one recommended way to have systemd instead of

Re: [OE-core] is "poky" distro defined to use "sysvinit" as INIT_MANAGER?

2023-01-05 Thread Michael Opdenacker via lists.openembedded.org
Am 03.01.23 um 15:41 schrieb Michael Opdenacker via lists.openembedded.org: Hello Richard, Trying to improve the documentation about the selection of the init system, I'm jumping back to this old conversation, following a change that you made (https://lists.yoctoproject.org/g/poky/message

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

2023-01-05 Thread Michael Opdenacker via lists.openembedded.org
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 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b66d371aac..3e6a60b527 100644

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

2022-11-08 Thread Michael Opdenacker via lists.openembedded.org
Hi Ravula Thank you very much for the patch! On 11/8/22 09:51, Ezhilarasan wrote: Reference to upstream patch: https://gitlab.freedesktop.org/pixman/pixman/-/commit/a1f88e842e0216a5b4df1ab023caebe33c101395 Signed-off-by: Ravula AdhityaX Siddartha However, if I apply your patch through "git

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

2022-11-08 Thread Michael Opdenacker via lists.openembedded.org
Hi Etienne Many thanks for the patch! On 11/7/22 10:51, 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

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

2023-03-15 Thread Michael Opdenacker via lists.openembedded.org
Hi Lei, On 10.01.23 at 04:31, 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 option for aarch64. Signed-off-by: Lei Maohui Many thanks for your contributions to the

Re: [OE-core] [PATCH] maintainers.inc: Modify email address

2023-03-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Zang Thanks for the patch! On 20.03.23 at 09:11, zrc_work via lists.openembedded.org wrote: From: zangruochen zangrc.f...@fujitsu.com -> zangruoc...@loongson.cn Signed-off-by: zangruochen However... * Your Signed-off-by information doesn't carry your full name. You should be

Re: [OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Nico, On 20.02.23 at 10:20, Quentin Schulz via lists.openembedded.org wrote: Hi Niko, This should be sent to the docs mailing list instead (d...@lists.yoctoproject.org). Cc'ing now. Thanks for the patch! You also have an issue with the way your e-mails are received here. Here is a

Re: [OE-core] [DISTRO|MACHINE]_FEATURES_BACKFILL_CONSIDERED: confusing variable names?

2023-02-28 Thread Michael Opdenacker via lists.openembedded.org
Greetings, Thank you all for your replies and comments! On 24.02.23 at 00:24, Tom Hochstein wrote: I agree. The problem I have with these variable names is that it's ambiguous whether the features will be included or excluded from the backfill. All you can tell from the names is that the

[OE-core] [DISTRO|MACHINE]_FEATURES_BACKFILL_CONSIDERED: confusing variable names?

2023-02-23 Thread Michael Opdenacker via lists.openembedded.org
Greetings Anybody else finding the DISTRO_FEATURES_BACKFILL_CONSIDERED and MACHINE_FEATURES_BACKFILL_CONSIDERED variable names confusing? According to the documentation about "feature backfilling" (https://docs.yoctoproject.org/ref-manual/features.html#ref-features-backfill), these

  1   2   >