Re: [linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] bsp/intel-x86: change Intel I225-LM/I225-V driver to be built-in

2023-07-25 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] bsp/intel-x86: change Intel I225-LM/I225-V driver to be built-in on 25/07/2023 Yongxin Liu wrote: > Need igc driver to mount network filesystem. > > Signed-off-by: Yongxin Liu > --- >

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/1] nxp-imx8: Enable IMX_OCOTP and IMX_OCOTP_SCU

2023-07-25 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/1] nxp-imx8: Enable IMX_OCOTP and IMX_OCOTP_SCU on 21/07/2023 Xiaolei Wang wrote: > Fec mac addr exists in nvmem and needs to be read by SCU, > so there is a dependency between fec and IMX_OCOTP, > if IMX_OCOTP is

Re: [linux-yocto][linux-yocto v6.1] fix build issue for s25fl064l

2023-07-25 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1] fix build issue for s25fl064l on 21/07/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v6.1/standard/cn-sdkv5.15/octeon >

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell cn96xx

2023-07-25 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell cn96xx on 21/07/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon >

[linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] bsp/intel-x86: change Intel I225-LM/I225-V driver to be built-in

2023-07-25 Thread Yongxin Liu via lists.yoctoproject.org
Need igc driver to mount network filesystem. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-igc-overrides.cfg | 2 ++ bsp/intel-x86/intel-x86.scc | 1 + 2 files changed, 3 insertions(+) create mode 100644 bsp/intel-x86/intel-x86-igc-overrides.cfg diff --git