[OE-core] [PATCH] maintainers.inc: update self e-mail address

2024-06-06 Thread Michael Opdenacker
From: Michael Opdenacker Signed-off-by: Michael Opdenacker --- meta/conf/distro/include/maintainers.inc | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index

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

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

2024-04-29 Thread Michael Opdenacker via lists.openembedded.org
t assume any specific URL scheme. More soon. Thanks, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198745): https://lists.openembedded.org/g/openembe

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

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

[OE-core] Review of 5.0 release notes

2024-04-11 Thread Michael Opdenacker via lists.openembedded.org
/?h=master-next Thanks in advance :) Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198122): https://lists.openembedded.org/g/openembedded-core/mess

[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
automated-testing https://lists.yoctoproject.org/g/yocto-security Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197921): https://lists.openembedded.

[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

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

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

2024-03-15 Thread Michael Opdenacker via lists.openembedded.org
he new features, not only release notes. I am thinking about documenting the new variables in ref-manual/variables.rst, for example. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You recei

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

2024-03-06 Thread Michael Opdenacker via lists.openembedded.org
off-by: Fabio Estevam Many thanks for the patch! However, I eventually took Trevor's version, which was more exhaustive than yours... Funny to have two competing patches :-) Thanks anyway Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Ker

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

2024-03-01 Thread Michael Opdenacker via lists.openembedded.org
losed by foreign host. The request doesn't look that bad, as the server doesn't complain (in the logs) but I don't get the return value. So, any tip for talking to a server from a terminal, or do I need a proper client written in Python? Cheers Michael. -- Michael Opdenac

[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

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
presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence) Brilliant! Patchtest is now reaching self-awareness :) Cheers Michael -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

[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
or DEPLOY_DIR, like the value I get from "bitbake-getvar"? This would make the test modules more robust. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

[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

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
me, but at least now i know where it came from 20:56 < kergoth> hushmoney: it's named based on the ocnifguration language it interacts with, as it's common to more than just kernels, it's used by busybox, buildroot, and other projects as well Great, many thanks.

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
ame originally meant? Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#190145): https://lists.openembedded.org/g/openembedded-core

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
d to determine signatures of tasks from one recipe when they depend on tasks from another recipe." SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." SITEINFO_BITS[doc] = "Specifies the number of bits for the target syste

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

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
this very useful service! However, could the replies have an "In-Reply-To" header so that e-mail clients can put the reply in the same thread as the patch? Happy to create an entry in Bugzilla if this helps. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel e

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

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
rcmJsUT09>) <https://zoom.us/j/990892712> Reminder: this week 8:00 PDT translates to 16:00 CET if I understood correctly. That's one hour earlier because daylight saving time changes happen in Europe 1 week earlier than in the USA. Michael. -- Michael Opdenacker, Bootlin Em

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

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
+ P --> CMake: Select a Kit + Use ``devtool upgrade`` to Create a Version of the Recipe that Supports a Newer Version of the Software --- Good luck for the edits! Could you let me know when the code changes made it to the master branch? This way I know

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

2023-10-30 Thread Michael Opdenacker via lists.openembedded.org
t" branch! Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189811): https://lists.openembedded.org/g/opene

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
equire conf/machine/include/genericx86-common.inc -SERIAL_CONSOLES_CHECK = "ttyS0" #For runqemu QB_SYSTEM_NAME = "qemu-system-x86_64" Oops, this patch hasn't been taken yet in poky-contrib. Any reason why? Getting rid of SERIAL_CONSOLES_CHECK for good would allow

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

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

Re: [OE-core] CVE work synchronization proposal

2023-10-20 Thread Michael Opdenacker via lists.openembedded.org
from the list, right? Thanks again Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189538): https://lists.openembedded.org/g/openembedded-core/mess

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

2023-10-19 Thread Michael Opdenacker via lists.openembedded.org
de status reports (https://lists.openembedded.org/g/openembedded-core/message/188589 for example). Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

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

2023-10-17 Thread Michael Opdenacker via lists.openembedded.org
" with the attached patch, which had its "Signed-off-by" line intentionally removed. However, it didn't find the issue (see the attached log). Did I miss anything in the way I use it? Thanks again Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engine

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

[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 +- meta/lib/patch

[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 a/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all

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

[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 a/meta/recipes-multimedia

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

[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: https://github.com/alsa

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
e the AUH failures? Thanks in advance Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187836): https://lists.openembedded.org/g/openembedded-core/message

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

2023-09-11 Thread Michael Opdenacker via lists.openembedded.org
e name leads +to a shared sysroot SDK. Same here, "::" at the end of the line. Don't hesitate to submit a V2 of this one, and ping me when your code patches are merged. Thanks again for your help with the documentation! Cheers Michael. -- Michael Opdenacker, Bootlin Emb

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

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

Re: [OE-core] Status of patchtest tool

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
list submissions too? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185827): https://lists.openembedded.org/g/openembedded-core/message/18

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

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

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

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
/message/13119    - [poky] [PATCH] [dunfell] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder https://lists.yoctoproject.org/g/poky/message/13120 Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-

[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 https://docs.yoctoproject.org/next/contributor-guide/submit-change.html#using-scripts-to-push-a-change-upstream-and-requ

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

2023-08-10 Thread Michael Opdenacker via lists.openembedded.org
? Thanks in advance Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185748): https://lists.openembedded.org/g/openembedded-core/message/185748 Mu

[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
different way? It seems that the manual doesn't explain how... (see https://docs.yoctoproject.org/kernel-dev/index.html) Thanks Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sen

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

2023-06-21 Thread Michael Opdenacker via lists.openembedded.org
ed that information to be used by linux-yocto. Thanks Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183188): https://lists.openembedded.org/g/

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

2023-06-21 Thread Michael Opdenacker via lists.openembedded.org
ranch for testing. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183186): https://lists.openembedded.org/g/openembedded-core

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

2023-06-09 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
. See https://lists.openembedded.org/g/openembedded-core/message/182092 Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182295):

[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(+),

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

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
resolves the usage and compilation issues on the loongarch64 architecture Signed-off-by: JiaLing Zhang The patch looks perfect, thanks! I trust you on the contents ;-) Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

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

2023-05-30 Thread Michael Opdenacker via lists.openembedded.org
ot apply your patch. Did you apply it against OE-core's latest master branch? Thanks again Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18190

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
t;Guy Fawkes" ||| Otherwise, your name won't be correctly added to the release notes. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this gr

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
or" field which matches your "Signed-off-by" information. See https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Fixing_your_From_identity for details. Don't hesitate to send a patch test directly to me, if you wish. Thanks in advance Michael. -- Michael

[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

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
" flag that you're using. I'd be interested in what others think about this... Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

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
ists.yoctoproject.org mailing list? You seem to have produced your patches against "poky", but that's a repository aggregating stuff from other repositories. Your code changes should be for the "openembedded-core" repository. Another advantage is that we can merg

[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(+),

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

[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 a/meta/r

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
similar complexity? Could the situation be better if we supported neovim instead? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181232

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

2023-05-09 Thread Michael Opdenacker via lists.openembedded.org
n the documentation is to refer to the variables for which there is a legitimate reason for changing the default value, right? Like UBOOT_FIT_ADDRESS_CELLS, which was introduced recently. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootli

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

2023-05-09 Thread Michael Opdenacker via lists.openembedded.org
en an "Author" field which matches your "Signed-off-by" information. See https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Fixing_your_From_identity for details. Don't hesitate to send a patch test directly to me, if you wish. Thanks

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

2023-05-05 Thread Michael Opdenacker via lists.openembedded.org
w to contribute. See   https://www.openembedded.org/wiki/Document_Consolidation and https://wiki.yoctoproject.org/wiki/Maintainers_Manual for a list of documents we want to consolidate. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=

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

2023-05-04 Thread Michael Opdenacker via lists.openembedded.org
o you Nico and thanks to Josef for taking over! Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180878): https://lists.openembedded.org/g/openembedded

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
ysvinit" option. Any further thoughts? Thanks again Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180732): https://lists.openembedded.org/g/op

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

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

2023-04-28 Thread Michael Opdenacker via lists.openembedded.org
? Indeed, that's confusing. Even Paul Eggleton got it wrong when he documented INIT_MANAGER. I'll send a patch that fixes this on master Poky, but indeed removing "none" is another option. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel e

[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
omated testing. This also means the dependencies are more accurately tested. Thanks Richard. This will be included in the next update I send. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all m

[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

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

2023-04-06 Thread Michael Opdenacker via lists.openembedded.org
rg/bitbake/commit/?h=2.4&id=dafa07c080e05975b6319b5adf78a9691c6b6643 It just got merged. Thanks for the tip. Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

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

2023-04-05 Thread Michael Opdenacker via lists.openembedded.org
rrect what 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 1

[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
matches your "Signed-off-by" information. See https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Fixing_your_From_identity for details. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-

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

2023-03-20 Thread Michael Opdenacker via lists.openembedded.org
ut this may be fixed by just running the first step. Don't hesitate to send me an update through a private message first. I'll be happy to help with testing. Thanks in advance Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=

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
Fixing_your_From_identity for details. Don't hesitate to send a patch test directly to me, if you wish. Thanks in advance Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

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

2023-02-28 Thread Michael Opdenacker via lists.openembedded.org
ore we can make a change again. Is there a good reason why we have this separate variable and can't just do this? DISTRO_FEATURES_BACKFILL:remove = "some-feature" Good question. Maybe because ":remove" is final, and cannot be overridden, if I underst

  1   2   3   >