[yocto] Enhancements/Bugs closed WW14!

2024-04-08 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 Grand Total 1 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 * *Email*: *s jolley.yp...@gmail.com

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

2024-04-08 Thread Stephen Jolley
All, Below is the list of top 18 bug owners as of the end of WW14 who have open medium or higher bugs and enhancements against YP 5.0. There are 16 possible work days left until the final release candidates for YP 5.0 needs to be released. Who Count ross.bur...@arm.com 31

Re: [yocto] Any recommendation to make software layer Yocto Compatible?

2024-04-08 Thread Duy
Hi Richard, Thanks for your response. Here is one of the recipe bbappend files I'm working on: meta-agl-ic-container/recipes-extended/dlt-daemon/dlt-daemon_%.bbappend · master · Automotive Grade Linux / AGL / meta-agl-devel · GitLab (

Re: [yocto] Any recommendation to make software layer Yocto Compatible?

2024-04-08 Thread Richard Purdie
On Mon, 2024-04-08 at 02:25 -0700, Duy wrote: > I'm currently trying to make my software layer Yocto compatible. > Running yocto-check-layer script is a convenient way. > But in practice, I found that for software layer, it is difficult to > make it pass test_signatures case. It requires to put

[yocto] Any recommendation to make software layer Yocto Compatible?

2024-04-08 Thread Duy
Hi, I'm currently trying to make my software layer Yocto compatible. Running yocto-check-layer script is a convenient way. But in practice, I found that for software layer, it is difficult to make it pass test_signatures case. It requires to put the condition check to every variable or

[linux-yocto]: [kernel/kernel-rt v6.1]: dmaengine: imx-sdma: move memory copy operation before dma map

2024-04-08 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to move memory copy operation before dma map Could you please help merge this patch into linux-ycoto kernel? Branch are v6.1/standard/nxp-sdk-6.1/nxp-soc and v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc diffstat info as below: imx-sdma.c |4

[linux-yocto] [PATCH] dmaengine: imx-sdma: move memory copy operation before dma map

2024-04-08 Thread Meng Li via lists.yoctoproject.org
On imx8mq platform, system hangs up during booting phase if the HDMI monitor is connected. This issue is caused by commit 501ac079acd7 ("dmaengine: imx-sdma: Make runtime PM irq safe"). After changing the consistent DMA into streaming DMA, it needs to copy data firstly, and then do the DMA mapping