[OE-core] [PATCH RESEND] oeqa/selftest/prservice: support non integer PR values

2024-04-29 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Support non integer x.y.z PR values, for when the PR server supports upstream PR servers. Signed-off-by: Michael Opdenacker --- Note that regular integer PR values are still supported. This code has also been tested on master (as of Apr. 29, 2024), without the

[OE-core] [PATCH v2] oeqa/runtime/cases: new image_upgrade test

2024-04-29 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker New oe-selftest and associated "testimage" test to check that generated package feeds can be used to update the latest image built by the Yocto Project autobuilder. Currently, only the "core-image-full-cmdline" image with IPK packages and the "poky-altcfg" distro is

Re: [OE-core] [RFC][PATCH] oeqa/runtime/cases: new image_upgrade test

2024-04-29 Thread Michael Opdenacker via lists.openembedded.org
Hi Richard, Many thanks for your feedback. I started by implementing Alex Kanavin's suggestions, which are a little more specific to get started ;-) On 4/25/24 at 22:40, Richard Purdie wrote: Hi Michael, At least at a first read and without running it, this does look like a reasonable

[OE-core] [RFC][PATCH] oeqa/runtime/cases: new image_upgrade test

2024-04-25 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker New oe-selftest and associated "testimage" test to check that generated package feeds can be used to update the latest image built by the Yocto Project autobuilder. Currently, only the "core-image-full-cmdline" image with IPK packages and the "poky-altcfg" distro is

[OE-core] [RFC PATCH] scripts: new oe-test-system-upgrade test

2024-04-12 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Proof of concept "testimage" test to check whether the generated package feeds can be used to update an older image provided by the Yocto Project autobuilder. Signed-off-by: Michael Opdenacker Suggested-by: Richard Purdie CC: Thomas Petazzoni CC: Bruce Ashfield ---

[OE-core] Review of 5.0 release notes

2024-04-11 Thread Michael Opdenacker via lists.openembedded.org
Greetings For your information, here are the release and migration notes that we have gathered for 5.0 so far: https://docs.yoctoproject.org/next/migration-guides/release-5.0.html Your reviews are welcome, in particular if you contributed a change or new feature during the last development

[OE-core] [PATCH] oeqa/selftest/prservice: support non integer PR values

2024-04-09 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Support non integer x.y.z PR values, for when the PR server supports upstream PR servers. Signed-off-by: Michael Opdenacker --- Note that regular integer PR values are still supported. This code has also been tested on master, without the proposed PR server changes.

Re: [OE-core] [yocto] [Openembedded-architecture] New mailing list for layer patches

2024-04-03 Thread Michael Opdenacker via lists.openembedded.org
Hi Paul, On 4/2/24 at 10:38, Paul Barker wrote: On 28/03/2024 14:36, Ross Burton wrote: Hi, At the moment if a layer doesn’t have enough volume to justify a dedicated mailing list for patches (see, for example, meta-...@lists.yoctoproject.org ) then

[OE-core] [PATCH] package: fix issue converting PR to string

2024-04-03 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker The upcoming introduction of "passthrough" PR servers will add non integer PR values, such as '0.3'. With such a value, the current conversion of this value to a string, to define the package file name, can result in incorrect strings such as "0.30004"!

Re: [OE-core] Call for contributions to the 5.0 release notes

2024-03-18 Thread Michael Opdenacker via lists.openembedded.org
Hi Ross On 3/15/24 at 21:58, Ross Burton wrote: On 15 Mar 2024, at 08:12, Michael Opdenacker via lists.openembedded.org wrote: Greetings, If you contributed new features to the upcoming release, or if you are interested in figuring out what's new in 5.0, that would be great if you could

[OE-core] Call for contributions to the 5.0 release notes

2024-03-15 Thread Michael Opdenacker via lists.openembedded.org
Greetings, If you contributed new features to the upcoming release, or if you are interested in figuring out what's new in 5.0, that would be great if you could help us by submitting bits of release notes about them too. If you are familiar with the Sphinx / ReStructured Text format, you can

Re: [OE-core] [PATCH v2] dev-manual: Convert to 'bmaptool-native'

2024-03-06 Thread Michael Opdenacker via lists.openembedded.org
Hi Fabio On 3/5/24 at 20:52, Fabio Estevam wrote: Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam Many

[OE-core] Easy way to talk to hashserv or prserv?

2024-03-01 Thread Michael Opdenacker via lists.openembedded.org
Hi Joshua and all, I'm going to test changes to the prserv server, to implement "passthrough" to another server. I can make tests by checking the impact of my changes on the build results, like checking the revision of generated packages. However, would there be an easy way to make a test

[OE-core] [PATCH] core-image-full-cmdline: add package-management

2024-02-29 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Add "package-management" image feature to the core-image-full-cmdline image, to support package upgrade testing. Signed-off-by: Michael Opdenacker Suggested-by: Richard Purdie --- meta/recipes-extended/images/core-image-full-cmdline.bb | 2 +- 1 file changed, 1

Re: Patchtest results for [OE-core][PATCH 1/2] patchtest: Fix grammar in log output

2024-02-15 Thread Michael Opdenacker via lists.openembedded.org
On 2/15/24 at 22:05, Patchtest 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/1-2-patchtest-Fix-grammar-in-log-output.patch FAIL: test commit message

[OE-core] Issue with relative DEPLOY_DIR in meta/lib/oeqa/runtime/cases/rpm.py

2023-12-13 Thread Michael Opdenacker via lists.openembedded.org
Greetings, Using the latest poky master branch, I'm running: bitbake -c testimage core-image-full-cmdline I'm getting errors in the RPM tests: AttributeError: 'RpmInstallRemoveTest' object has no attribute 'test_file' Tracing the code, this happens because the code in rpm.py is trying to

[OE-core] [PATCH] systemd-compat-units.bb: fix postinstall script

2023-11-22 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker This fixes an issue running "opkg upgrade" on a system with systemd (and when there is an update to "systemd-compat-units", for example between yocto 4.2.2 and 4.2.3): //var/lib/opkg/info/systemd-compat-units.postinst: cd: line 3: can't cd to /etc/init.d: No such file

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

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

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

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

[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

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

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

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

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

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

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

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

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

Re: [OE-core] Status of patchtest tool

2023-08-11 Thread Michael Opdenacker via lists.openembedded.org
Hi Frederic, On 11.08.23 at 07:28, Frederic Martinsons wrote: Hello list Michael recently made a change on contirubing guide talking about patchtest as a tool (quoting him) "to test user contributions before they hit the mailing lists; and looking in my older emails, Alexander also

Re: [OE-core] Keep scripts/create-pull-request and send-pull-request ?

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
Hello, On 10.08.23 at 16:18, Cliff Brake wrote: On 8/10/23 10:04, Michael Opdenacker via lists.openembedded.org wrote: I'm wondering whether it's better to document how to create and send pull requests from standard git tools. +1 Cliff All things considered, since scripts/create-pull

Re: [OE-core][mickledore 00/37] Patch review

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
On 10.08.23 at 18:26, Steve Sakoman wrote: On Thu, Aug 10, 2023 at 6:18 AM Michael Opdenacker wrote: Hi Steve, On 10.08.23 at 18:03, Steve Sakoman wrote: Please review this set of changes and have comments back by end of day Monday, August 14. Passed a-full on autobuilder:

Re: [OE-core][mickledore 00/37] Patch review

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
Hi Steve, On 10.08.23 at 18:03, Steve Sakoman wrote: Please review this set of changes and have comments back by end of day Monday, August 14. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5711 The following changes since commit

[OE-core] [PATCH] scripts/create-pull-request: update URLs to git repositories

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Also remove the git.pokylinux.org URL, no longer used. Signed-off-by: Michael Opdenacker --- scripts/create-pull-request | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index

Re: [OE-core] [docs] Keep scripts/create-pull-request and send-pull-request ?

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
Hi Bruce On 10.08.23 at 16:09, Bruce Ashfield wrote: On Thu, Aug 10, 2023 at 10:04 AM Michael Opdenacker via lists.yoctoproject.org wrote: Greetings, I'm reviewing

[OE-core] Keep scripts/create-pull-request and send-pull-request ?

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
Greetings, I'm reviewing https://docs.yoctoproject.org/next/contributor-guide/submit-change.html#using-scripts-to-push-a-change-upstream-and-request-a-pull and trying to simplify it. Do people still use scripts/create-pull-request and send-pull-request? I see some obsolete URLs in the first

[OE-core] [PATCH] recipes: remove unused AUTHOR variable

2023-08-03 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta/lib/oe/recipeutils.py | 2 +- meta/recipes-bsp/setserial/setserial_2.17.bb

Re: [OE-core] [PATCH] kernel.bbclass: introduce KERNEL_LOCALVERSION

2023-06-21 Thread Michael Opdenacker via lists.openembedded.org
On 21.06.23 at 18:52, Bruce Ashfield wrote: It really isn't a variable that most people will use. Most kernel recipes that have needed to set a local version have already been doing it a different way. So, we wouldn't document this new variable? Would you have details about this different

Re: [OE-core] [PATCH] kernel.bbclass: introduce KERNEL_LOCALVERSION

2023-06-21 Thread Michael Opdenacker via lists.openembedded.org
Hi Bruce, Thanks for your help. On 21.06.23 at 18:17, Bruce Ashfield wrote: linux-yocto uses a different mechanism for setting this (and will continue to use that existing mechanism). So this would work in absence of a kernel recipe using CONFIG_LOCALVERSION. That's good to know from a

Re: [OE-core] [PATCH] kernel.bbclass: introduce KERNEL_LOCALVERSION

2023-06-21 Thread Michael Opdenacker via lists.openembedded.org
Greetings, On 30.05.23 at 19:09, Ming Liu wrote: From: Ming Liu Just like UBOOT_LOCALVERSION, an end user can set KERNEL_LOCALVERSION to append a string to the name of the local version of the kernel image. How is this supposed to be used? I added the following to my conf/local.conf file:

[OE-core] [PATCH] psplash: replace Yocto .h by .png splashscreen

2023-06-10 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker This makes the image easier to modify. People may not realize they can pass a .png image to SPLASH_IMAGES, and producing a .h file is more complicated. Also provide the source SVG file (though the recipe doesn´t use it, for easier modification) and support for higher

Re: [OE-core] [AUH] alsa-utils: upgrading to 1.2.9 FAILED

2023-06-02 Thread Michael Opdenacker via lists.openembedded.org
On 02.06.23 at 10:10, Auto Upgrade Helper wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *alsa-utils* to *1.2.9* has Failed(do_compile). This has already been addressed by a patch that hasn't been merged yet. See

[OE-core] [PATCH RESEND] alsa-utils: upgrade 1.2.8 -> 1.2.9

2023-06-01 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- ...ompilation-when-building-in-a-subdir.patch | 35 +++ ...lay-axfer-Replace-off64_t-with-off_t.patch | 272 -- ...lsa-utils_1.2.8.bb => alsa-utils_1.2.9.bb} | 6 +- 3 files changed, 38 insertions(+), 275

Re: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
Hi JiaLing On 30.05.23 at 13:33, zhangjial...@loongson.cn wrote: From: JiaLing Zhang Fixes [YOCTO #15110] Some functions used in the project have been removed from glibc. After the removal of these functions, the architecture in glibc will not include the removed functions. This patch

Re: [OE-core] [PATCH v3] Fixes pseudo build in loongarch64

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
Hi JiaLing On 30.05.23 at 11:00, zhangjial...@loongson.cn wrote: From: zhangjialing Fixes [YOCTO #15110] Some functions used in the project have been removed from glibc. After the removal of these functions, the architecture in glibc will not include the removed functions. This patch

Re: [OE-core] [PATCH v2] Fixes pseudo build in loongarch64

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
On 30.05.23 at 10:13, Michael Opdenacker via lists.openembedded.org wrote: |git config --global user.name "Guy Fawkes" ||| Sorry about the extra "|" characters. Of course, you should read... git config --global user.name "Guy Fawkes" Michael. -- Michae

Re: [OE-core] [PATCH v2] Fixes pseudo build in loongarch64

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
Hello, On 30.05.23 at 08:47, zhangjial...@loongson.cn wrote: From: zhangjialing Fixes [YOCTO #15110] Some functions used in the project have been removed from glibc. After the removal of these functions, the architecture in glibc will not include the removed functions. This patch resolves

Re: [OE-core] [PATCH 1/1] rpm2cpio.sh: update to the last 4.x version

2023-05-26 Thread Michael Opdenacker via lists.openembedded.org
Hi Alberto, On 26.05.23 at 14:39, Alberto Planas via lists.openembedded.org wrote: openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this

[OE-core] [PATCH] psplash: enable fullscreen and disable startup-msg

2023-05-25 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker by setting PACKAGECONFIG entries - fullscreen wasn't set by default but caused issues displaying the image (image translated upwards, white stripe at the bottom) - startup-msg was set by default but didn't seem to work, showing a white stripe in the lower half of

Re: [OE-core][PATCH v4 1/3] cve-check: add option to add additional patched CVEs

2023-05-19 Thread Michael Opdenacker via lists.openembedded.org
Hi Andrej, On 19.05.23 at 10:18, Andrej Valek via lists.openembedded.org wrote: - Replace CVE_CHECK_IGNORE with CVE_STATUS + [CVE_STATUS_REASONING] to be more flexible. CVE_STATUS should contain flag for each CVE with accepted values "Ignored", "Not applicable" or "Patched". It allows to add a

Re: [OE-core][PATCH v3 1/3] cve-check: add option to add additional patched CVEs

2023-05-19 Thread Michael Opdenacker via lists.openembedded.org
Hi Andrej On 19.05.23 at 08:24, Andrej Valek via lists.openembedded.org wrote: - Replace CVE_CHECK_IGNORE with CVE_STATUS + [CVE_STATUS_REASONING] to be more flexible. CVE_STATUS should contain flag for each CVE with accepted values "Ignored", "Not applicable" or "Patched". It allows to add a

[OE-core] [PATCH 3/3] alsa-utils: upgrade 1.2.8 -> 1.2.9

2023-05-16 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- ...ompilation-when-building-in-a-subdir.patch | 35 +++ ...lay-axfer-Replace-off64_t-with-off_t.patch | 272 -- ...lsa-utils_1.2.8.bb => alsa-utils_1.2.9.bb} | 6 +- 3 files changed, 38 insertions(+), 275

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-16 Thread Michael Opdenacker via lists.openembedded.org
On 16.05.23 at 20:30, Michael Opdenacker via lists.openembedded.org wrote: From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker Oops, forget about this patch. It's an old one, and it has already been applied. Michael

[OE-core] [PATCH 2/3] alsa-ucm-conf: upgrade 1.2.8 -> 1.2.9

2023-05-16 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- .../alsa/{alsa-ucm-conf_1.2.8.bb => alsa-ucm-conf_1.2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.8.bb => alsa-ucm-conf_1.2.9.bb} (89%) diff --git

[OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-16 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index afd9e2f552..2a6aefc01a 100644

[OE-core] [PATCH 1/3] alsa-lib: upgrade 1.2.8 -> 1.2.9

2023-05-16 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- .../alsa/{alsa-lib_1.2.8.bb => alsa-lib_1.2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.8.bb => alsa-lib_1.2.9.bb} (94%) diff --git

Re: [OE-core] OE-core CVE metrics for master on Sun 14 May 2023 01:00:01 AM HST

2023-05-15 Thread Michael Opdenacker via lists.openembedded.org
On 14.05.23 at 13:29, Steve Sakoman wrote: Branch: master New this week: 3 CVEs CVE-2022-21227 (CVSS3: 7.5 HIGH): sqlite3:sqlite3-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-21227 * CVE-2023-2426 (CVSS3: 5.5 MEDIUM): vim

Re: [OE-core][PATCH v4] devicetree.bbclass: Allow selection of dts files to build

2023-05-09 Thread Michael Opdenacker via lists.openembedded.org
On 05.05.23 at 13:10, Richard Purdie wrote: On Fri, 2023-05-05 at 10:59 +, Petr Kubizňák - 2N wrote: Thanks for accepting the patch. I can for sure send a doc patch, just want to make sure it is desired since the glossary does not list any DT_* variable at the moment, and the devicetree

Re: [OE-core][PATCH] cve-check: add option to add additional patched CVEs

2023-05-09 Thread Michael Opdenacker via lists.openembedded.org
Hi Andrej, On 05.05.23 at 13:18, Andrej Valek via lists.openembedded.org wrote: CVE_CHECK_PATCHED - should contains an additional CVEs which have been fixed and shouldn't be mark as vulnerable nor ignored. Signed-off-by: Andrej Valek --- meta/classes/cve-check.bbclass | 8 1 file

Re: [OE-core] Contributing, how it works?

2023-05-05 Thread Michael Opdenacker via lists.openembedded.org
Hi Frederic On 05.05.23 at 19:17, Frederic Martinsons wrote: Hello list I'm wondering if there are documentations on how contribution are managed for the project. I try to find some but didn't manage to. There are easily reachable doc about how to contribute of course (how to make patches,

Re: [OE-core] [Yocto-Advocacy] Yocto Project Community Manager updates

2023-05-04 Thread Michael Opdenacker via lists.openembedded.org
Dear Nico, On 04.05.23 at 16:40, Nicolas Dechesne wrote: Dear all, After five years, I have decided to resign from my position as the Yocto Project Community Manager. I joined the OpenEmbedded community around 2008. I have fond memories of my early days, and still remember some of my first

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Michael Opdenacker via lists.openembedded.org
On 03.05.23 at 12:47, Richard Purdie wrote: On Wed, 2023-05-03 at 11:52 +0200, Michael Opdenacker via lists.openembedded.org wrote: From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 2 +- 1 file

[OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index afd9e2f552..2a6aefc01a 100644

Re: [OE-core] [PATCH] init-manager-none.inc: have no init manager

2023-05-02 Thread Michael Opdenacker via lists.openembedded.org
Hi Alex, On 02.05.23 at 16:14, Alexandre Belloni wrote: Hello, This causes the following error: https://autobuilder.yoctoproject.org/typhoon/#/builders/47/builds/7035/steps/12/logs/stdio This is the expected behaviour of the patch but doesn't fit with what this particular build

[OE-core] [PATCH] init-manager-none.inc: have no init manager

2023-04-28 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker This fixes the issue that setting INIT_MANAGER to "none" produces a system with sysvinit. As the name suggests, this produces a system without an init manager (no systemd, no sysvinit, no BusyBox init, no /etc/inittab). There isn't any login manager either. The kernel

Re: [docs] [OE-core] Difference between INIT_MANAGER="none" and INIT_MANAGER="sysvinit"?

2023-04-28 Thread Michael Opdenacker via lists.openembedded.org
Hi Alex, Getting back to this old thread about setting INIT_MANAGER to "none", which currently produces a system based on sysvinit and udev. On 23.02.23 at 19:22, Alexander Kanavin wrote: none is a confusing name though. Should it be dropped and nodistro tweaked to use sysvinit? Indeed,

[OE-core] [PATCH v5] migration-guides: update 4.2 migration and release notes

2023-04-12 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Frederic Martinsons CC: Marta Rybczynska CC: Paul Eggleton CC: Alex Kiernan CC: Alexis Lothoré ` +for example. + +The ``cargo-update-recipe-crates`` utility +:yocto_git:`has been extended ` +to include such checksums. So, in

[OE-core] [PATCH v4] migration-guides: update 4.2 migration and release notes

2023-04-11 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Frederic Martinsons CC: Marta Rybczynska CC: Paul Eggleton CC: Alex Kiernan CC: Alexis Lothoré ` +for example. + +The ``cargo-update-recipe-crates`` utility +:yocto_git:`has been extended ` +to include such checksums. So, in

[OE-core] [PATCH v3] migration-guides: update 4.2 migration and release notes

2023-04-07 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Frederic Martinsons CC: Marta Rybczynska CC: Paul Eggleton CC: Alex Kiernan CC: Alexis Lothoré ` +for example. + +The ``cargo-update-recipe-crates`` utility +:yocto_git:`has been extended ` +to include such checksums. So, in

Re: [OE-core] [PATCH v2] migration-guides: update 4.2 migration and release notes

2023-04-06 Thread Michael Opdenacker via lists.openembedded.org
On 06.04.23 at 12:12, Richard Purdie wrote: The ptest images have changed structure in this release. The underlying core-image-ptest recipe now uses BBCLASSEXTEND to create a variant for each ptest enabled recipe in OE-Core. For example, this means that "core-image-ptest-bzip2", "core-image-

[OE-core] [PATCH v2] migration-guides: update 4.2 migration and release notes

2023-04-06 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Frederic Martinsons CC: Marta Rybczynska CC: Paul Eggleton CC: Alex Kiernan --- Changes in V2: - Add details about filling checksums using the 'cargo-update-recipe-crates' class, as suggested by Frederic Martinsons. ---

Re: [docs] [OE-core] [PATCH] migration-guides: update 4.2 migration and release notes

2023-04-06 Thread Michael Opdenacker via lists.openembedded.org
Hi Frederic On 05.04.23 at 21:04, Frederic Martinsons wrote: Any more Rust changes we should mention in the migration notes? Maybe mention a specific procedure to update a cargo based recipe from scratch (i.e. a recipe that didn't use the cargo-update-recipe-crates inheritance): To

Re: [OE-core] [PATCH] migration-guides: update 4.2 migration and release notes

2023-04-05 Thread Michael Opdenacker via lists.openembedded.org
I've written so far. See my questions and comments below... On 05.04.23 at 19:46, Michael Opdenacker via lists.openembedded.org wrote: diff --git a/documentation/migration-guides/migration-4.2.rst b/documentation/migration-guides/migration-4.2.rst index 1339411b3e..3b04e072cb 100644 ... +Rust

[OE-core] [PATCH] migration-guides: update 4.2 migration and release notes

2023-04-05 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Frederic Martinsons CC: Marta Rybczynska CC: Paul Eggleton CC: Alex Kiernan --- .../migration-guides/migration-4.2.rst| 75 ++- .../migration-guides/release-notes-4.2.rst| 68 +++-- 2

Re: [OE-core] [meta][dunfell][PATCH] busybox: Make high ASCII chars printable

2023-03-30 Thread Michael Opdenacker via lists.openembedded.org
Hi Nikhil, On 29.03.23 at 08:47, nikhil wrote: Currently busybox utilty "ls" fails to display filenames contains UTF-8 characters and replaces with "?". Steps to reproduce: bin/busybox touch utf_test-Ü bin/busybox ls utf_test-* > sample.log bin/busybox cat sample.log utf_test-?? bin/busybox

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 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] [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] Difference between INIT_MANAGER="none" and INIT_MANAGER="sysvinit"?

2023-02-23 Thread Michael Opdenacker via lists.openembedded.org
Greetings I'm trying to document the possible values of INIT_MANAGER. I'm using the master branch of Poky, and whether I'm using INIT_MANAGER="none" or INIT_MANAGER="sysvinit" in conf/local.conf, I'm getting the exact same "core-image-minimal" image (it's not even rebuilt). Anyway,

  1   2   >