Re: [OE-core] [PATCH] musl: Set UPSTREAM_CHECK_COMMITS

2021-06-14 Thread Michael Opdenacker
NSANE_SKIP_${PN} = "libdir" > + > +UPSTREAM_CHECK_COMMITS = "1" Thanks for the patch. Reviewed-by: Michael Opdenacker I realize that the UPSTREAM_CHECK_COMMITS variable doesn't appear in the documentation, and it's in relatively frequent use. Would it make sense to propos

Re: [docs] [OE-core] [PATCH] musl: Set UPSTREAM_CHECK_COMMITS

2021-06-14 Thread Michael Opdenacker
eep track of this need: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14431 Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#152937

Re: [OE-core] [PATCH] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message

2021-05-06 Thread Michael Opdenacker
Hi Quentin, Thanks for the review! On 5/6/21 11:25 AM, Quentin Schulz wrote: > Hi Michael, > > On Wed, May 05, 2021 at 07:56:15PM +0200, Michael Opdenacker wrote: >> This expands the error message when a network failure is detected. >> It happens that some ISPs or netwo

Re: [OE-core] [hardknott] [PATCH 1/5] expat: set CVE_PRODUCT

2021-06-02 Thread Michael Opdenacker
_PRODUCT = "expat libexpat" Oops, this variable doesn't appear in the documentation and more generally CVE management doesn't seem to be documented. Your comments and suggestions are welcome. I created a new bug (https://bugzilla.yoctoproject.org/show_bug.cgi?id=14419) to track this

Re: [OE-core] [hardknott] [PATCH 1/5] expat: set CVE_PRODUCT

2021-06-03 Thread Michael Opdenacker
ps://bugzilla.yoctoproject.org/show_bug.cgi?id=14419) to track this. > It isn't documented and should be. Having the bug is good and we should  > fix/improve this. Great, thanks for confirming this! Cheers, Michael. > > Cheers, > > Richard > > > > -- Michael Opd

Re: [OE-core] [PATCH] package_rpm: pass XZ_THREADS to rpm

2021-05-28 Thread Michael Opdenacker
t values should just work fine? 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 (#152336): https://lists.openembedded.org/g/openembedded-core

Re: [OE-core] [PATCH] package_rpm: pass XZ_THREADS to rpm

2021-05-28 Thread Michael Opdenacker
Hi Ross, On 5/28/21 12:03 PM, Ross Burton wrote: > On Fri, 28 May 2021 at 10:40, Michael Opdenacker > wrote: >> This makes me realize that the XZ_ variables defined in bitbake.conf >> don't appear anywhere in the documentation. >> >> Would it make sense to add

Re: [docs] [OE-core] [PATCH] package_rpm: pass XZ_THREADS to rpm

2021-05-28 Thread Michael Opdenacker
"variables glossary". anyway, i think this would be useful just to > keep track of what's not there, and allow people to cherry-pick what > they'd like to work on. This sounds like a good idea. I asked Michael H. to add one for us, and I'm going to use it very soon! Thanks again

[OE-core] [PATCH] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message

2021-05-05 Thread Michael Opdenacker
This expands the error message when a network failure is detected. It happens that some ISPs or networks block the default example.com domain. Therefore, instead of disabling network access, it lets the user know how to modify the test URL. Signed-off-by: Michael Opdenacker --- meta/classes

Re: [OE-core] [PATCH] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message

2021-05-05 Thread Michael Opdenacker
Hello, On 5/5/21 7:56 PM, Michael Opdenacker wrote: > This expands the error message when a network failure is detected. > It happens that some ISPs or networks block the default example.com > domain. Therefore, instead of disabling network access, it > lets the user know how to mod

Re: [OE-core] [PATCH 3/3] docs: update docs with new tune locations

2021-08-13 Thread Michael Opdenacker
Hi Jon, On 8/11/21 12:07 PM, Michael Opdenacker wrote: > > Thanks for the patch! > Indeed, I believe that moving all arm includes to a specific directory > would be more consistent, but that's just from the perspective of > someone looking at the source repositories. I don'

Re: [OE-core] [PATCH 3/3] docs: update docs with new tune locations

2021-08-13 Thread Michael Opdenacker
On 8/13/21 12:03 PM, Michael Opdenacker wrote: > Hi Jon, > > On 8/11/21 12:07 PM, Michael Opdenacker wrote: >> Thanks for the patch! >> Indeed, I believe that moving all arm includes to a specific directory >> would be more consistent, but that's just from the perspe

[OE-core] [PATCH] meta: stop using "virtual/" in RPROVIDES and RDEPENDS

2021-09-01 Thread Michael Opdenacker
uot; as already done in the glibc recipe. Signed-off-by: Michael Opdenacker --- meta/recipes-bsp/grub/grub-bootconf_1.00.bb| 2 +- meta/recipes-bsp/grub/grub-efi_2.06.bb | 2 +- meta/recipes-core/systemd/systemd-boot_249.3.bb| 2 +- meta/recipes-core/systemd/systemd-boo

Re: [OE-core] [PATCH] meta: stop using "virtual/" in RPROVIDES and RDEPENDS

2021-09-01 Thread Michael Opdenacker
Hi Bruce On 9/1/21 3:23 PM, Bruce Ashfield wrote: > On Wed, Sep 1, 2021 at 5:20 AM Michael Opdenacker > wrote: >> Fixes [YOCTO #14538] >> >> Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS. >> >> That's confusing because &qu

Re: [OE-core] [PATCH] sstate: Fix rebuilds when changing layer config

2021-08-02 Thread Michael Opdenacker
On 8/2/21 4:36 PM, Richard Purdie wrote: > On Mon, 2021-08-02 at 15:30 +0200, Michael Opdenacker wrote: >> Hi Richard, >> >> On 8/1/21 2:48 PM, Richard Purdie wrote: >>> When adding a layer which changed SSTATE_EXCLUDEDEPS_SYSROOT, the state >>>

Re: [OE-core] [PATCH] sstate: Fix rebuilds when changing layer config

2021-08-02 Thread Michael Opdenacker
en > when it was previously not. > > Exclude the variable since this should be be included in the hashes. I realize that this variable isn't documented in any of the manuals. Should be document it? Thank you in advance for your advice. Cheers, Michael. -- Michael Opdenacker, Bootlin Embedde

[OE-core] [PATCH 1/2] cve-check: fix comments

2021-08-05 Thread Michael Opdenacker
This implements various fixes in comments in cve-check.bbclass In particular, the "whitlisted" typo is important as the "whitelisted" word is going to be replaced in a near future. Signed-off-by: Michael Opdenacker --- meta/classes/cve-check.bbclass | 8 1 file c

[OE-core] [PATCH 2/2] cve-check: update link to NVD website for CVE details

2021-08-05 Thread Michael Opdenacker
The old URL schema https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-ID now redirects to https://nvd.nist.gov/vuln/detail/CVE-ID Signed-off-by: Michael Opdenacker --- meta/classes/cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cve

[OE-core] [PATCH 3/3] cve-check: improve comment about CVE patch file names

2021-08-05 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker --- meta/classes/cve-check.bbclass | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index bf7dd15c73..6582f97151 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta

Re: [OE-core] [PATCH] cifs-utils: typo fix fakse --> false

2021-08-10 Thread Michael Opdenacker
openembedded.org instead (see the MAINTAINERS file under meta-networking). 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 (#154694):

[OE-core] [PATCH] meta-skeleton: add recipe examples from documentation sources

2021-07-29 Thread Michael Opdenacker
a recent version of "mtd-utils" in OE-core. Signed-off-by: Michael Opdenacker --- .../hello-autotools/hello_2.10.bb | 9 + .../hello-single/files/helloworld.c | 8 .../recipes-skeleton/hello-single/hello_1.0.bb | 17 + ...

Re: [OE-core][PATCH] runqemu: decouple bios and kernel options

2021-08-04 Thread Michael Opdenacker
emu_opt += " -bios %s" % self.bios > + > cmd = "%s %s" % (self.qemu_opt, kernel_opts) > cmds = shlex.split(cmd) > logger.info('Running %s\n' % cmd) Reviewed-by: Michael Opdenacker Thanks! -- Michael Opdenacker, Bootlin Embedded Linux

Re: [OE-core][PATCH] runqemu: Fix typo in error message

2021-08-04 Thread Michael Opdenacker
elf.bios) > +raise RunQemuError("BIOS %s not found" % self.bios) > > > def check_mem(self): Thanks for the patch. I caught that before, but then forgot to propose a patch. Reviewed-by: Michael Opdenacker Cheers Michael. -- Michael Opd

[OE-core] [PATCH] cve-check: remove deprecated CVE_CHECK_CVE_WHITELIST

2021-08-06 Thread Michael Opdenacker
This variable has been deprecated since Yocto Project version 3.0. Signed-off-by: Michael Opdenacker --- meta/classes/cve-check.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 6582f97151..04d19f53fd 100644

Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Michael Opdenacker
On 8/6/21 3:13 PM, Vyacheslav Yurkov wrote: > I've already updated the docs and will submit the patch as soon as > this series is approved and merged. Fantastic. Many thanks :) Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootl

Re: [OE-core] [PATCH v4 2/7] overlayfs.bbclass: generate overlayfs mount units

2021-08-06 Thread Michael Opdenacker
AYFS_MOUNT_POINT[mnt-overlay] = "/mnt/overlay" > +# OVERLAYFS_WRITABLE_PATHS[mnt-overlay] = "/usr/share/another-application" > +# > +# Note: the class does not support /etc directory itself, because systemd > depends on it Many thanks for this new class and the co

Re: [OE-core] [PATCH v4 7/7] MAINTAINERS: add overlayfs maintainer

2021-08-06 Thread Michael Opdenacker
TAINERS.md > @@ -40,6 +40,7 @@ Component/Subsystem Maintainers > * opkg: Alex Stewart > * devtool: Saul Wold > * eSDK: Saul Wold > +* overlayfs: Vyacheslav Yurkov Reviewed-by: Michael Opdenacker ;-) Michael. -- Michael Opdenacker, Bootlin Embedded Linux

[OE-core] [PATCH 1/1] maintainers.inc: maintainer for alsa-*, flac, lame and speex

2021-08-10 Thread 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 fa7ac07baa..6ff0d07276 100644

[OE-core] [PATCH 0/1] Proposing to maintain alsa-*, flac, lame and speex

2021-08-10 Thread Michael Opdenacker
to contributing to the project, of course. Michael Opdenacker (1): maintainers.inc: maintainer for alsa-*, flac, lame and speex meta/conf/distro/include/maintainers.inc | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links

Re: [OE-core] [docs] [PATCH 6/8] documentation: replace http with https for URLs

2021-10-08 Thread Michael Opdenacker
letions(-) Reviewed-by: Michael Opdenacker and merged into master-next (I want this to be part of the pull request I'm sending today). Thanks again, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

Re: [OE-core] [docs] [PATCH 8/8] dev-manual: remove errant /

2021-10-08 Thread Michael Opdenacker
1b7c30752e..1ca25318cd53 100644 > --- a/documentation/dev-manual/start.rst > +++ b/documentation/dev-manual/start.rst Reviewed-by: Michael Opdenacker Applied to master-next. Many thanks! Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel e

Re: [OE-core] [docs] [PATCH 7/8] documentation: use YOCTO_DL_URL

2021-10-08 Thread Michael Opdenacker
files changed, 26 insertions(+), 26 deletions(-) Reviewed-by: Michael Opdenacker Merged in "master-next". Many thanks! Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

Re: [OE-core] [docs] [PATCH 5/8] bitbake: replace http with https for URLs

2021-10-08 Thread Michael Opdenacker
> +Project <https://www.yoctoproject.org>`__. Unrelated here, but Angstrom is defunct now and http://www.angstrom-distribution.org down. I'll address this through a different patch, though. Reviewed-by: Michael Opdenacker * *Thanks again! Michael ** -- Michael Opden

[OE-core] [PATCH] devpyshell: rename to pydevshell

2021-10-05 Thread Michael Opdenacker
For consistency with "pydevshell" which is also used. This addresses [YOCTO #14531] Signed-off-by: Michael Opdenacker --- meta/classes/devshell.bbclass| 10 +- meta/conf/documentation.conf | 2 +- scripts/oepydevshell-internal.py | 2 +- 3 files changed, 7 insert

Re: [OE-core] [PATCH V2] archiver: Configurable tarball compression

2021-09-21 Thread Michael Opdenacker
On 9/21/21 3:20 PM, Michael Opdenacker wrote: > By the way, zstd seems to be marginally worse (+1%) than xz in terms of > compressed size, but is orders of magnitude faster (see > https://archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/). Actually, this art

Re: [OE-core] [PATCH V2] archiver: Configurable tarball compression

2021-09-21 Thread Michael Opdenacker
o the manuals ;-) By the way, zstd seems to be marginally worse (+1%) than xz in terms of compressed size, but is orders of magnitude faster (see https://archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/). I vote for zstd. Thanks for starting the discussion. Cheers, Mi

Re: [OE-core] [PATCH] documentation: update sources mirror URL

2021-09-21 Thread Michael Opdenacker
| 15 --- > documentation/ref-manual/variables.rst| 8 > 3 files changed, 16 insertions(+), 15 deletions(-) Shouldn't you send this patch to the bitbake-devel mailing list instead? Cheers, Michael. -- Michael Opdenacker, Bootlin Embedded Linux a

[OE-core] What does OEBasic do?

2021-12-17 Thread Michael Opdenacker
and advice. 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 (#159819): https://lists.openembedded.org/g/openembedded-core/message/159819 Mute

Re: [OE-core] [docs] [PATCH] dev-manual: how to purge duplicate sstate cache files

2021-11-23 Thread Michael Opdenacker
Greetings, On 11/19/21 5:06 PM, Michael Opdenacker wrote: > Signed-off-by: Michael Opdenacker > --- > documentation/dev-manual/common-tasks.rst | 25 ++- > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/documentation/dev-manual/com

Re: [OE-core] how to "prune" dead sstate-cache?

2021-11-18 Thread Michael Opdenacker
ed a short section on > sstate-cache management somewhere in the docs. This sounds like a good idea. I'll try to propose something. Thanks! Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sen

[OE-core] [PATCH] dev-manual: how to purge duplicate sstate cache files

2021-11-19 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker --- documentation/dev-manual/common-tasks.rst | 25 ++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 3eead147a3..37612c84b7 100644

Re: [OE-core] [docs] [PATCH] dev-manual: how to purge duplicate sstate cache files

2021-11-26 Thread Michael Opdenacker
he-dir will be removed. Use ","     as the separator. For example:     --stamps-dir=build1/tmp/stamps,build2/tmp/stamps What am I missing? Thanks again Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [OE-core] [docs] [PATCH] dev-manual: how to purge duplicate sstate cache files

2021-11-26 Thread Michael Opdenacker
other usage > scenarios of sstate-cache-management.sh script or by means of > something else? Thanks for the review. I was interested in any advise from real life experience, with or without this script, to get rid of obsolete sstate cache files. Cheers Michael. -- Michael Opdenacker, Boo

Re: [OE-core] [yocto] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread Michael Opdenacker
can be disabled. See https://docs.yoctoproject.org/ref-manual/classes.html?highlight=insane#insane-bbclass Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Repl

Re: [OE-core] [yocto] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-07 Thread Michael Opdenacker
tions and comments are welcome, but not interested in debating the > necessity or timeframe of this task. It has already been decided. Definitely interested. I had already started contributing to https://wiki.yoctoproject.org/wiki/Inclusive_language. Count me in. Thanks Michael. -- Michael Op

[OE-core] [PATCH] conf-notes.txt: now suggesting to run 'runqemu qemux86-64'

2021-07-23 Thread Michael Opdenacker
'runqemu qemux86' doesn't work any more. The "Quick Build" documentation has already been updated but this message that we get when sourcing "oe-init-build-env" Signed-off-by: Michael Opdenacker --- meta/conf/conf-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 del

[OE-core] [PATCH] oe-setup-builddir: update YP docs and OE URLs

2021-07-23 Thread Michael Opdenacker
This updates the link to the YP docs and proposes to access the OE website through https Signed-off-by: Michael Opdenacker --- scripts/oe-setup-builddir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 30eaa8efbe

[OE-core] [PATCH v2] oe-setup-builddir: update YP docs and OE URLs

2021-07-23 Thread Michael Opdenacker
This updates the link to the YP docs and proposes to access the OE website through https Signed-off-by: Michael Opdenacker --- scripts/oe-setup-builddir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 30eaa8efbe

Re: [OE-core] [PATCH 1/1] fix compilation error when add libgloss under DEPENDS in recipe

2021-07-28 Thread Michael Opdenacker
Hi Nagesh, On 7/28/21 10:17 AM, Michael Opdenacker wrote: > Hi Nagesh, > > On 7/28/21 9:53 AM, nagesh shamnur wrote: >> Dear Group, >> When include newlib and libgloss under DEPENDS in custom recipe, >> then newlib compilation is successful however libgloss

Re: [OE-core] [PATCH 1/1] fix compilation error when add libgloss under DEPENDS in recipe

2021-07-28 Thread Michael Opdenacker
requirement well. I'll post an improvement to the corresponding section (https://docs.yoctoproject.org/dev-manual/common-tasks.html#using-email-to-submit-a-patch). Thanks again, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Lin

Re: [OE-core] [PATCH 1/3] scripts/contrib: Add override conversion script

2021-07-28 Thread Michael Opdenacker
te mode 100755 scripts/contrib/convert-overrides.py > > diff --git a/scripts/contrib/convert-overrides.py > b/scripts/contrib/convert-overrides.py Tested-by: Michael Opdenacker Working fine on documentation sources, though I'll exclude the changes to migration guides from past v

Re: [yocto] [OE-core] Question of Yocto dunfell LTS period

2022-01-13 Thread Michael Opdenacker
2021-10-29#31083577>  > jatedev: definitely true. I wish we could sort out the project > advocacy side of things :(  > > Let this email serve as a little advocacy. I believe this would also help if the website (releases page) and/or official documentation carried such informat

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

2022-01-20 Thread Michael Opdenacker
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 Si

Re: [OE-core] [PATCH] runqemu: automatically turn on "kvm" on x86 CPUs with VT

2022-01-20 Thread Michael Opdenacker
plicable cases have value in our automated tests? 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 (#160776): https://lists.openembedded.org/

Re: [OE-core][PATCH] kernel: add missing path to search for debug files

2022-01-21 Thread Michael Opdenacker
gt;> FILES:${KERNEL_PACKAGE_NAME}-modules = "" >> +FILES:${KERNEL_PACKAGE_NAME}-dbg = "/usr/lib/debug /usr/src/debug" > This seems to highlight that we have no tests for KERNEL_PACKAGE_NAME. At the > very least we need a bugzilla entry for creating some... Done: https

Re: [OE-core] [PATCH] runqemu: automatically turn on "kvm" on x86 CPUs with VT

2022-01-21 Thread Michael Opdenacker
xperience worse. Thanks for your ideas. If you think this idea of automatically enabling KVM is risky, it sounds like a good idea indeed to make this suggestion when applicable. I'll also update the documentation to remind people. I guess that mainly beginner users are impacted, and those are the on

[OE-core] [PATCH] runqemu: automatically turn on "kvm" on x86 CPUs with VT

2022-01-20 Thread Michael Opdenacker
can even be bigger for larger systems. Rather than changing the documentation to remind users to use this option, that's easier to enable this option by default on suitable systems. A "noautokvm" option is added to disable this default, and keep the previous behavior. Signed-off-by: Micha

[OE-core] [PATCH] local.conf.sample: use https for SSTATE_MIRRORS

2022-01-26 Thread Michael Opdenacker
Both http and https work, but we will get fewer user questions with https Signed-off-by: Michael Opdenacker --- meta/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 7119f0f165

[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

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 t

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 a/scripts/

[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 https://git.yoctop

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
he above list by replying to this e-mail. Documentation patches are also welcome, of course. Thanks in advance, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this gr

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

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

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

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

2022-03-02 Thread Michael Opdenacker via lists.openembedded.org
TSC > <https://wiki.yoctoproject.org/wiki/TSC> > >   > > The Status reports are now stored on the wiki at: > https://wiki.yoctoproject.org/wiki/Weekly_Status > <https://wiki.yoctoproject.org/wiki/Weekly_Status> > >   > > [If anyone has suggestions for

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

2022-02-14 Thread Michael Opdenacker via lists.openembedded.org
e Cc recipients now so there's probably no need to > resend this patch :) > > Reviewed-by: Quentin Schulz Indeed. Thanks to Quentin´s review I merged your patch into the "master-next" branch of the yocto-docs repository. Many thanks for the update! Michael. -- Michael Opde

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
owever, I'm starting to have doubts as "volatile-binds" are not even documented. Is this new variable meant to be used in the configuration file? If so, it probably needs documenting, but it's nice when a variable is either attached to a bbclass or is introduced in one of the manuals too. I

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
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. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive a

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

2022-03-22 Thread Michael Opdenacker via lists.openembedded.org
ged yesterday, but you can probably expand or improve what I wrote. 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 (#163532): ht

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

2022-04-15 Thread Michael Opdenacker via lists.openembedded.org
ter the deprecation or >> is there still a reason to keep this as is? >> >> Thank you >> >> Markus Niebel > Given that it is almost ten years since SERIAL_CONSOLE was deprecated, > it might be time to actually remove it soon... I agree, and this would allow to simplify doc

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

2023-09-11 Thread Michael Opdenacker via lists.openembedded.org
e 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 Embedded Linu

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
patch" 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 engineering http

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
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 system CPU.&

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
ally 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/message/1

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

2023-11-03 Thread Michael Opdenacker via lists.openembedded.org
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. Better than the "Configure My Linux" hypothesis! Michael.

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

2023-10-30 Thread Michael Opdenacker via lists.openembedded.org
rs 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/openembedded-core/message/189811 Mute This To

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 Embedde

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

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
elect 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 I can merge the doc

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

2023-10-31 Thread Michael Opdenacker via lists.openembedded.org
for 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

[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

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

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
e 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 me to rem

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

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

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

2023-09-18 Thread Michael Opdenacker via lists.openembedded.org
UH 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/187836 Mu

  1   2   3   >