[OE-core] [langdale][PATCH] kernel.bbclass: Include randstruct seed assets in STAGING_KERNEL_BUILDDIR

2022-11-21 Thread Diego Sueiro
When building with CONFIG_MODVERSIONS=y and CONFIG_RANDSTRUCT=y we need to copy the build assets generated for the randstrutc seed to STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules build will generate those assets which will result in a different RANDSTRUCT_HASHED_SEED. (From OE-Core

Re: [OE-core] [langdale][PATCH] git: upgrade 2.37.3 -> 2.37.4

2022-11-21 Thread Lee Chee Yang
ping > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Tim Orling > Sent: Tuesday, October 25, 2022 4:09 AM > To: openembedded-core@lists.openembedded.org > Cc: Tim Orling > Subject: [OE-core] [langdale][PATCH] git: upgrade

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-21 Thread Markus Volk
On Mon, Nov 21 2022 at 06:48:07 PM +0100, Alexander Kanavin wrote: On my Debian systems, indeed, /usr/bin/python is absent. Debian has a package for this -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH v3] mesa: enable glvnd support

2022-11-21 Thread Vincent Davis Jr
Hello, Is there any status on merging this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173666): https://lists.openembedded.org/g/openembedded-core/message/173666 Mute This Topic: https://lists.openembedded.org/mt/94584118/21656 Group Owner:

Re: [OE-core] [PATCH] flac: upgrade 1.4.0 -> 1.4.2

2022-11-21 Thread cp0613
Thanks for the reminder, I'll add the reason. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173665): https://lists.openembedded.org/g/openembedded-core/message/173665 Mute This Topic: https://lists.openembedded.org/mt/95171486/21656 Group Owner:

[OE-core] Current high bug count owners for Yocto Project 4.2

2022-11-21 Thread Stephen Jolley
All, Below is the list as of top 31 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 4.2. There are 108 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-21 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [oe-core][PATCHv2] python3: add ${bindir}/python symlink

2022-11-21 Thread Alexandre Belloni via lists.openembedded.org
On 21/11/2022 13:00:43+0100, Alexandre Belloni wrote: > Hello, > > On 20/11/2022 19:10:41+0100, Markus Volk wrote: > > Currently /usr/bin/python is provided by the python2 package. If python2 > > is not installed, the built image lacks a provider for it. > > This results in failed scripts when

[OE-core] [master,langdale][PATCH] qemurunner.py: Support fallback to older QEMU qmp library

2022-11-21 Thread Mark Hatle
From: Mark Hatle Some vendor versions of QEMU may be on older versions that do not have qmp.legacy, but instead of qmp. Default to the integrated library versions, fall back to the older one and then if neither is available catch the exception and provide a more human readable error.

[OE-core] [meta-oe][PATCH] opencv: follow changed name license_flags_accepted

2022-11-21 Thread Max Krummenacher
From: Max Krummenacher Signed-off-by: Max Krummenacher --- meta-oe/recipes-support/opencv/opencv_4.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_4.6.0.bb b/meta-oe/recipes-support/opencv/opencv_4.6.0.bb index

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-21 Thread Alexander Kanavin
And here's debian: https://wiki.debian.org/Python/FAQ#Python_2_support On my Debian systems, indeed, /usr/bin/python is absent. Alex On Mon, 21 Nov 2022 at 18:18, Alexander Kanavin via lists.openembedded.org wrote: > > On Mon, 21 Nov 2022 at 16:17, Khem Raj wrote: > >> Python community has no

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-21 Thread Alexander Kanavin
On Mon, 21 Nov 2022 at 16:17, Khem Raj wrote: >> Python community has no plans for python4 whatsoever. Anything but gentle >> and steady evolution won’t be well received. >> >>

Re: [OE-core][PATCH] qemu-helper-native: Correctly pass program name as argv[0]

2022-11-21 Thread Joshua Watt
Steve, Please backport this to Langdale (note you'll need the other qemu-helper-native patch first) Thanks On Wed, Nov 16, 2022 at 12:49 PM Joshua Watt wrote: > > The previous version of this wasn't correctly passing the program name > as argv[0], and was also over-complicated anyway because

Re: [OE-core][PATCH] qemu-helper-native: Re-write bridge helper as C program

2022-11-21 Thread Joshua Watt
Steve, Please backport this to Langdale On Fri, Oct 21, 2022 at 1:14 PM Joshua Watt wrote: > > The bridge helper program is invoked directly from QEMU when it needs to > attach to a network bridge. As such, it is subject to the environment of > QEMU itself. Specifically, if bridging is enabled

Re: [oe-core][PATCH] python3: add ${bindir}/python symlink

2022-11-21 Thread Khem Raj
On Sun, Nov 20, 2022 at 3:56 PM Alexander Kanavin wrote: > Python community has no plans for python4 whatsoever. Anything but gentle > and steady evolution won’t be well received. > > >

Re: [OE-core] [PATCH] flac: upgrade 1.4.0 -> 1.4.2

2022-11-21 Thread Alexander Kanavin
Changes in licensing need to be explained. We checksum them for a reason, and the reason is precisely being able to catch and update the value of LICENSE, so that license compliance for your product is based on correct input data. Most of the time they're harmless, but you need to explicitly

[OE-core] [meta-openembedded][PATCH 1/1] Signed-off-by: Manoj Saun

2022-11-21 Thread Manoj Saun
-> nginx: fix CVE-2022-41741 -> nginx: disabled duplicate atoms. -> Reference: -> https://nvd.nist.gov/vuln/detail/CVE-2022-41742 -> Upstream fixes: -> https://github.com/nginx/nginx/commit/0d23105373e6d8a720b9826079c077b9b4be919d -> (LOCAL REV: NOT UPSTREAM) -- Not applicable, upstream out

Re: [oe-core][PATCHv2] python3: add ${bindir}/python symlink

2022-11-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 20/11/2022 19:10:41+0100, Markus Volk wrote: > Currently /usr/bin/python is provided by the python2 package. If python2 > is not installed, the built image lacks a provider for it. > This results in failed scripts when using '/usr/bin/python' shebang. > > This patch adds a

Re: [OE-core] [meta-oe] [PATCH] rust-snapshot:add riscv64 toolchains

2022-11-21 Thread cp0613
Yes, I agree with your point of view and understand the impact of this, the current time may not be mature enough, thanks for your review. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#173650):

[OE-core] [PATCH] sstate-cache-cleaner.py: Add a script for sstate cache cleaning

2022-11-21 Thread Tomasz Dziendzielski
From: Mikolaj Lasota Bash script used at the moment takes too much time to calculate obsolete sstate cache files. Let's try to rewrite necessary logic in python and store intermediate data in memory rather than temporary files. Signed-off-by: Mikolaj Lasota Signed-off-by: Tomasz Dziendzielski

Re: [OE-core] [meta-oe] [PATCH] rust-snapshot:add riscv64 toolchains

2022-11-21 Thread Alexander Kanavin
Yes, but this needs to be of practical use, and not just an experiment that you ran. I'd rather defer this until there is for example a broadly available cloud resource where you can run bitbake and get completion times similar to that of established architectures. Keep in mind that someone has to

Re: [OE-core] [langdale][master][PATCH] rust: Do not use default compiler flags defined in CC crate

2022-11-21 Thread Anton Antonov
Hi Richard, Are you happy to accept my initial patch as it? Cheers, Anton From: Richard Purdie Date: Sunday, 20 November 2022 at 11:45 To: Peter Kjellerstedt , Anton Antonov , openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [langdale][master][PATCH] rust: Do not use