[linux-yocto] [master][yocto-6.5][PATCH] media/media-usb-tv.cfg: remove VIDEO_STK1160_COMMON

2023-10-15 Thread Anuj Mittal
VIDEO_STK1160_COMMON has been merged in VIDEO_STK1160 starting v6.5. https://github.com/torvalds/linux/commit/7f7ac101236bd020681f122089b611eca8e507ac Signed-off-by: Anuj Mittal --- features/media/media-usb-tv.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-usb-tv.cf

[linux-yocto] [yocto-kernel-cache kernel v6.1]: nxp-s32g: revert QORIQ_THERMAL to S32CC_THERMAL

2023-10-15 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch to fix v6.1 kernel compile warning, because the S32CC_THERMAL kernel config in kernel cache wrongly replaced by QORIQ_THERMAL in yocto-6.1 branch. So would you please help to merge the following patch into yocto-6.1 branch to fix kernel build warning? Thanks, Z

[linux-yocto] [PATCH] nxp-s32g: revert QORIQ_THERMAL to S32CC_THERMAL

2023-10-15 Thread Zhantao Tang via lists.yoctoproject.org
This reverts commit 31a63478a981 "nxp-s32g: change S32CC_THERMAL to QORIQ_THERMAL", which wrongly replaced the config S32CC_THERMAL by QORIQ_THERMAL, and this will cause kernel compile warning. So revert it to fix the issue. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g.cfg | 2 +- 1 fi