[linux-yocto] [PATCH yocto-kc v6.1/v6.6/master] full_nohz: remove RCU_FAST_NO_HZ gone from upstream

2024-04-16 Thread paulg
From: Paul Gortmaker In commit e2c73a6860bd ("rcu: Remove the RCU_FAST_NO_HZ Kconfig option") the so named option was removed from the v5.17 kernel. We should get it out of our active branches to prevent a warning. Signed-off-by: Paul Gortmaker --- features/full_nohz/full_nohz.cfg | 1 - 1 fi

Re: [linux-yocto] Overlapped upstream patch in yocto-kernel-cache

2024-04-16 Thread Bruce Ashfield
On Tue, Apr 16, 2024 at 1:52 PM Robert D Kocisko wrote: > On Tue, Apr 16, 2024 at 9:50 AM Bruce Ashfield via > lists.yoctoproject.org > wrote: > > > > Your issue is something different. > > > > The linux-yocto branches are generated from the kernel-cache, so you'll > always see a patch in the ke

Re: [linux-yocto] Overlapped upstream patch in yocto-kernel-cache

2024-04-16 Thread Robert D Kocisko
On Tue, Apr 16, 2024 at 9:50 AM Bruce Ashfield via lists.yoctoproject.org wrote: > > Your issue is something different. > > The linux-yocto branches are generated from the kernel-cache, so you'll > always see a patch in the kernel-cache and in the linux-yocto kernel branches. Ah ok. I had a sne

[linux-yocto] [PATCH yocto-kc v6.6/master] cgl: drop SELINUX_DISABLE option

2024-04-16 Thread paulg
From: Paul Gortmaker It was removed from mainline in v6.4 in commit f22f9aaf6c3d ("selinux: remove the runtime disable functionality"). Signed-off-by: Paul Gortmaker --- cgl/features/selinux/selinux.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/cgl/features/selinux/selinux.cfg b/cgl/f

Re: [linux-yocto] Overlapped upstream patch in yocto-kernel-cache

2024-04-16 Thread Bruce Ashfield
On Mon, Apr 15, 2024 at 8:02 PM Robert D Kocisko via lists.yoctoproject.org wrote: > Hello! My name is Bob Kocisko (engineer at St Joseph Missions, in the > broadcast industry) and we are using Yocto to build a preempt-rt > distribution for a rockchip-based arm board. > > I have been trying to a

[linux-yocto] BBB GPIO chip index wrong

2024-04-16 Thread Katu Txakur
Hi, I'm using Yocto Kirkstone with linux-yocto kernel 5.15 in a Beaglebone Black. The file https://github.com/torvalds/linux/blob/v5.15/arch/arm/boot/dts/am33xx-l4.dtsi defines the address for gpio0, gpio1, gpio2 and gpio3. https://github.com/torvalds/linux/blob/v5.15/arch/arm/boot/dts/am335x-bo

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx9: Enable GPIO_VF610 for nxp-imx9

2024-04-16 Thread Xiaolei Wang via lists.yoctoproject.org
Enable GPIO_VF610 for nxp-imx9. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx9/nxp-imx9.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg index 8654f93c..5e4cd6dc 100644 --- a/bsp/nxp-imx9/nxp-imx9.cfg +++ b/bsp/nxp-imx9/nxp-imx9.cfg @@ -

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-16 Thread Alexander Kanavin
Hello Rayhan, I forgot to say, linux-yocto is not the right place to ask general yocto questions (it's for developing the linux kernel in yocto). Please use the yocto group instead. Alex On Mon, 15 Apr 2024 at 14:41, inbrayhan via lists.yoctoproject.org wrote: > > [Edited Message Follows] > > H