Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: add flash_fs.cfg

2023-10-08 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: add flash_fs.cfg on 08/10/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Add flash_fs.cfg since there are flash chips at zynq boards. > > Signed-off-by: Quanyang Wang > --- > Hi Bruce, > Would

[linux-yocto] [PATCH] nxp-imx7: enable CONFIG_I2C kernel config explicitly

2023-10-08 Thread Meng Li via lists.yoctoproject.org
The CONFIG_I2C kernel config is not enabled if setup WRLinux project with nodistro parameter, so add it into BSP cfg file. Signed-off-by: Meng Li --- bsp/nxp-imx7/nxp-imx7.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx7/nxp-imx7.cfg b/bsp/nxp-imx7/nxp-imx7.cfg index

[linux-yocto] [yocto-kernel-cache]: nxp-imx7: enable CONFIG_I2C kernel config explicitly

2023-10-08 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to enable CONFIG_I2C kernel config explicitly Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-6.1? nxp-imx7.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] flash_fs: disable 4K sector when ubifs is enabled

2023-10-08 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-6.1][PATCH] flash_fs: disable 4K sector when ubifs is enabled on 08/10/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > When CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is enabled, mounting ubifs will > trigger the following error

Re: [linux-yocto] [PATCH] nxp-s32g: enable CONFIG_NXP_GLOBAL_TIME_STM and CONFIG_NVMEM_S32CC_OCOTP

2023-10-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto] [PATCH] nxp-s32g: enable CONFIG_NXP_GLOBAL_TIME_STM and CONFIG_NVMEM_S32CC_OCOTP on 02/10/2023 Radu Daia (OSS) wrote: > From: "Radu Daia (NXP OSS)" > > In some custom build configurations, these NXP and > s32cc-specific missing flags appear as

[linux-yocto][linux-yocto v6.1] fix patch for marvell cn96xx

2023-10-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v6.1/standard/cn-sdkv5.15/octeon v6.1/standard/preempt-rt/cn-sdkv5.15/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] [PATCH] octeontx2-pf: remove redundant invoking of otx2_sync_mbox_msg()

2023-10-08 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit bbf258fecfff ("Merge branch 'v6.1/standard/base' into v6.1/ standard/cn-sdkv5.15/octeon") introduced redundant mbox sync operation, which will cause error when processing message NIX_TXSCH_ALLOC. Remove this invoking to solve the error below. rvu_af 0002:01:00.0: Error

Re: [linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change S32CC_THERMAL to QORIQ_THERMAL

2023-10-08 Thread Bruce Ashfield
In message: Re: [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change S32CC_THERMAL to QORIQ_THERMAL on 07/10/2023 Quanyang Wang wrote: > Hi Bruce, > > On 10/2/23 11:19, Bruce Ashfield wrote: > > In message: [yocto-kernel-cache][yocto-5.15][PATCH] aptiv-s32g: change > > S32CC_THERMAL to

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] flash_fs: disable 4K sector when ubifs is enabled

2023-10-08 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang When CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is enabled, mounting ubifs will trigger the following error log: UBIFS error (ubi0:0 pid 588): init_constants_early: too small LEBs (3968 bytes), min. is 15360 bytes This is because that c->leb_size is required to be larger than

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: add flash_fs.cfg

2023-10-08 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang Add flash_fs.cfg since there are flash chips at zynq boards. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1 Thanks, Quanyang --- bsp/xilinx-zynq/xilinx-zynq.scc | 1 + 1 file changed, 1 insertion(+) diff