[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

[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

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

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

[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

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

[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

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

Re: [linux-yocto] [PATCH] nxp-s32g: update to compatile with SDK BSP38

2023-11-06 Thread Bruce Ashfield
merged. Bruce In message: [PATCH] nxp-s32g: update to compatile with SDK BSP38 on 03/11/2023 Zhantao Tang wrote: > This patch updates v6.1 kernel cache for nxp-s32g to compatible with SDK > BSP38, and the related configs refers to both LTS22 and SDK BSP38. > > Moreover, the CONFIG_NVMEM_SCMI

Re: [linux-yocto] serial: fsl_linflexuart: Fix Woverflow warning on conversion

2023-11-06 Thread Bruce Ashfield
In message: [linux-yocto] serial: fsl_linflexuart: Fix Woverflow warning on conversion on 03/11/2023 Kevin Hao wrote: > From: Kevin Hao > > A Woverflow warning was introduced by SDK commit e11fb4e609ab ("linflex: > Correctly clear UARTSR in interrupt mode"). >

[linux-yocto] [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to remove llce_boot_status node to avoid building issue. Could you please help merge this patch into linux-ycoto kernel? Branches are v6.1/standard/nxp-sdk-5.15/nxp-s32g and v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g diffstat info as below:

[linux-yocto] [PATCH] arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
According to commit a6442aafa50b ("s32: llce: Refactor shared memory area"), llce_boot_status node has been removed from nxp s32g platform. So, also remove it from aptiv cvc-fl platform to avoid building issue. Signed-off-by: Meng Li --- arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi | 4

Re: [linux-yocto] [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-06 Thread Meng Li via lists.yoctoproject.org
Correct diffstat info. > -Original Message- > From: linux-yocto@lists.yoctoproject.org > On Behalf Of Meng Li via lists.yoctoproject.org > Sent: Tuesday, November 7, 2023 1:47 PM > To: bruce.ashfi...@gmail.com > Cc: linux-yocto@lists.yoctoproject.org > Subject: [linux-yocto]