[linux-yocto] [PATCH] ti-am62: enable optee related kernel configs

2024-02-22 Thread Meng Li via lists.yoctoproject.org
Add optee feature and enable it in ti-am62 BSP. Signed-off-by: Meng Li --- bsp/ti-am62/ti-am62.cfg | 0 bsp/ti-am62/ti-am62.scc | 2 ++ features/optee/optee.cfg | 3 +++ features/optee/optee.scc | 4 4 files changed, 9 insertions(+) mode change 100755 => 100644 bsp/ti-am62/ti-am62.cfg c

[linux-yocto] [yocto-kernel-cache]: ti-am62: enable optee related kernel configs

2024-02-22 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to enable optee related kernel configs. Could you please help to merge this patch into yocto-kernel-cache, branch is yocto-6.1? diffstat info ad below: bsp/ti-am62/ti-am62.scc |2 ++ features/optee/optee.cfg |3 +++ features/optee/optee.scc

Re: [linux-yocto] ALSA: usb-audio: Remove duplicated quirk table entries

2024-02-22 Thread Bruce Ashfield
In message: [linux-yocto] ALSA: usb-audio: Remove duplicated quirk table entries on 21/02/2024 Kevin Hao wrote: > From: Kevin Hao > > The merge commit 7104a5aa5d2a ("Merge branch 'v6.1/standard/base' into > v6.1/standard/bcm-2xxx-rpi") left some duplicated quirk table entries > when fixing merge

Re: [linux-yocto] [kernel-cache][PATCH v2] squashfs: Add initial support

2024-02-22 Thread Bruce Ashfield
merged to 6.1+, SRCREV bumps will follow in a few days. Bruce In message: [linux-yocto] [kernel-cache][PATCH v2] squashfs: Add initial support on 21/02/2024 Vyacheslav Yurkov wrote: > It's required at least in selftest to test read-only file systems. > > Signed-off-by: Vyacheslav Yurkov > ---

Re: [linux-yocto] [yocto-kernel-cache]: ti-am62: enable optee related kernel configs

2024-02-22 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: ti-am62: enable optee related kernel configs on 22/02/2024 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to enable optee related kernel configs. > Could you please help to merge this patch into yocto-kernel-cache, branch is > yocto-6.1? I

[linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx][PATCH] kernel/dma/coherent.c: fix compile error

2024-02-22 Thread Li Wang via lists.yoctoproject.org
kernel/dma/coherent.c: error: passing argument 1 of 'dma_release_coherent_memory' from incompatible pointer type [-Werror=incompatible-pointer-types] Signed-off-by: Li Wang --- kernel/dma/coherent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/dma/coherent.c b/kern