Re: [yocto] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-06 Thread Alexander Kanavin
On Sun, 5 Nov 2023 at 20:43, wrote: > Another topic where additional meta data about the sstate-cache seams > to be beneficial is sstate-mirror retention. Knowing which artifact was > compiled for which tag or commit of the bitbake layer could help to > wipe out some artifacts which are not needed

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-11-06 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

[yocto] Current high bug count owners for Yocto Project 5.0

2023-11-06 Thread Stephen Jolley
All, Below is the list of top 22 bug owners as of the end of WW44 who have open medium or higher bugs and enhancements against YP 5.0. There are 120 possible work days left until the final release candidates for YP 5.0 needs to be released. Who Count michael.opdenac...@bootlin.com 34 ross.bur...@a

[yocto] Enhancements/Bugs closed WW44!

2023-11-06 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count tim.orl...@konsulko.com 1 sundeep.kokko...@windriver.com 1 ross.bur...@arm.com 1 richard.pur...@linuxfoundation.org 1 Grand Total 4 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*

[yocto] M+ & H bugs with Milestone Movements WW44

2023-11-06 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW44 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15255 bitbake explodes when there is a typo SRC_URL instead of SRC_URI randy.macl...@windriver.

Re: [yocto] [Openembedded-architecture] [OE-core] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-06 Thread Mark Hatle
On 11/5/23 1:43 PM, Adrian Freihofer wrote: On Sat, 2023-11-04 at 11:09 +, Richard Purdie wrote: On Sat, 2023-11-04 at 11:29 +0100, adrian.freiho...@gmail.com wrote: Hi Alex, hi Richard After some internal discussions, I would like to clarify my previous answers on this topic.  * Usual

[yocto] [meta-zephyr][PATCH] x86: Refresh patch to include efi fix for up_squared board

2023-11-06 Thread Naveen Saini
Include fix for generating efi binary file for the up_squared board, which was missed in v3.5 upgrade. Signed-off-by: Naveen Saini --- ...ry-generation-issue-in-cross-compila.patch | 25 ++- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/meta-zephyr-core/recipes-

[yocto] [meta-virtualization][PATCH v2] grpc-go: Upgrade 1.41.0 -> 1.59.0

2023-11-06 Thread Peter Marko via lists.yoctoproject.org
CVE: CVE-2023-44487 Bumping grpc-go to version v1.59.0, which comprises the following commits: 7765221f Change version to 1.59.0 (#6695) e88f12e0 server: prohibit more than MaxConcurrentStreams handlers from running at once (#6703) (#6704) be7919c3 transport: Pass Header metadata to

[yocto] Using clangd LSP for CMake project using OEToolchainConfig.cmake

2023-11-06 Thread Logan Grosz
Hi, all I am trying to use the clangd LSP server during development for my C++ CMake project. I have determined if I place the following snippet after my project directive, set(CMAKE_EXPORT_COMPILE_COMMANDS ON) if(CMAKE_EXPORT_COMPILE_COMMANDS) set(CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES ${CMA