[linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 2/2] tty: serial: fsl_lpuart: use del_timer_sync() instead of lpuart_del_timer_sync()

2024-04-13 Thread Xiaolei Wang via lists.yoctoproject.org
Replace lpuart_del_timer_sync() with del_timer_sync() to avoid build errors, which were introduced by commit b7f2b65538dd ("LF-9506-1 tty: serial: fsl_lpuart: clean up EOP related code in lpuart driver") Signed-off-by: Xiaolei Wang --- drivers/tty/serial/fsl_lpuart.c | 2 +- 1 file changed, 1

[linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] soc: imx: add character 't' for SOC_DEV_IMX9

2024-04-13 Thread Xiaolei Wang via lists.yoctoproject.org
commit 75e1b1be1109 ("LF-9535 soc: imx: split i.MX93 SoC device support from soc-imx8m.c") is missing the character 't' during the backport process, so add it. Signed-off-by: Xiaolei Wang --- drivers/soc/imx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH] nxp-s32g: update to compatible with SDK BSP40

2024-04-13 Thread Zhantao Tang via lists.yoctoproject.org
There are some new configs enabled in SDK BSP40 release, so update kernel cache to be compatible with SDK. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g.cfg | 8 1 file changed, 8 insertions(+) diff --git a/bsp/nxp-s32g/nxp-s32g.cfg b/bsp/nxp-s32g/nxp-s32g.cfg index

[linux-yocto] [yocto-kernel-cache kernel v6.1]: nxp-s32g: update to compatible with SDK BSP40

2024-04-13 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch to update v6.1 kernel cache for nxp-s32g bsp, would you please help to merge the following patch into yocto-6.1 branch? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13805):

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

2024-04-13 Thread Jan-Simon Möller via lists . yoctoproject . org
Hi Duy, The recipe in question was done by the Instrument Cluster EG, we can work on this with the group (main contact Yamaguchi-san). They do meet every other monday. See: https://lists.automotivelinux.org/g/agl-dev-community/calendar We do exacly what Paul describes all the time in meta-agl

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

2024-04-13 Thread Richard Purdie
On Mon, 2024-04-08 at 05:36 -0700, Duy wrote: > 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] Correct way for multiple recipes to install files in the same directory

2024-04-13 Thread Linus Nilsson
As I have no prior experience with classes I'll have to read through the manual to learn and I'll have that in mind, cheers.  Från: Markus Volk Skickat: den 13 april 2024 00:48 Till: yocto@lists.yoctoproject.org ; linusnils...@hotmail.com Ämne: Re: [yocto]