Re: [linux-yocto] [kernel-cache][PATCH 08/12] bsp/genericarm64: enable USB On-The-Go and Gadget

2024-03-21 Thread Bruce Ashfield
In message: [linux-yocto] [kernel-cache][PATCH 08/12] bsp/genericarm64: enable USB On-The-Go and Gadget on 20/03/2024 Ross Burton wrote: > From: Ross Burton > > Signed-off-by: Ross Burton > --- > bsp/genericarm64/genericarm64.cfg | 5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] features/net: Add xdp feature config

2024-03-21 Thread Bruce Ashfield
All three are merged to yocto-6.1, the net features are also on 6.6 and master. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] features/net: Add xdp feature config on 21/03/2024 Xiaolei Wang wrote: > Add xdp feature config. > > Signed-off-by: Xiaolei Wang > --- >

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 2/3] features/net_sched: Add MULTIQ and NET_EMATCH config

2024-03-21 Thread Xiaolei Wang via lists.yoctoproject.org
Add MULTIQ and NET_EMATCH config. Signed-off-by: Xiaolei Wang --- features/net_sched/net_sched.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/features/net_sched/net_sched.cfg b/features/net_sched/net_sched.cfg index d0473170..137ca752 100644 --- a/features/net_sched/net_sched.cfg

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] features/net: Add xdp feature config

2024-03-21 Thread Xiaolei Wang via lists.yoctoproject.org
Add xdp feature config. Signed-off-by: Xiaolei Wang --- features/net/xdp/xdp.cfg | 1 + features/net/xdp/xdp.scc | 1 + 2 files changed, 2 insertions(+) create mode 100644 features/net/xdp/xdp.cfg create mode 100644 features/net/xdp/xdp.scc diff --git a/features/net/xdp/xdp.cfg

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 3/3] nxp-imx9: Add some related net config required by tsn

2024-03-21 Thread Xiaolei Wang via lists.yoctoproject.org
Add some related net config required by tsn. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx9/nxp-imx9-preempt-rt.scc | 2 ++ bsp/nxp-imx9/nxp-imx9-standard.scc | 2 ++ bsp/nxp-imx9/nxp-imx9.cfg| 6 ++ 3 files changed, 10 insertions(+) diff --git