From e990ec4d4084c1efcf7be37405d28e4de7abf9ee Mon Sep 17 00:00:00 2001 From: Srinuvasan A Date: Mon, 22 Jul 2024 11:57:28 +0530 Subject: [PATCH] recipes-kernel/linux/linux-iot2050-6.1: remove unwanted file path in SRC_URI All the patches for 6.1 kernels getting via "get_patches(d, 'patches-6.1')" function and there is no meaning to add "file://patches-6.1/" again in SRC_URI, hence remove that one. Signed-off-by: Srinuvasan A --- recipes-kernel/linux/linux-iot2050-6.1.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/linux-iot2050-6.1.inc b/recipes-kernel/linux/linux-iot2050-6.1.inc index 28a21cf88..623a03e14 100644 --- a/recipes-kernel/linux/linux-iot2050-6.1.inc +++ b/recipes-kernel/linux/linux-iot2050-6.1.inc @@ -20,7 +20,6 @@ def get_patches(d, patchdir): SRC_URI += " \ https://cdn.kernel.org/pub/linux/kernel/projects/cip/6.1/linux-cip-${PV}.tar.gz \ ${@get_patches(d, 'patches-6.1')} \ - file://patches-6.1/ \ file://${KERNEL_DEFCONFIG} \ file://iot2050_defconfig_extra.cfg"