From cabb64ab12be6be4704328f64457ef0ba710e2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=A4stner?= Date: Sun, 30 Mar 2025 01:35:07 +0100 Subject: [PATCH] linux-mainline: fix spacing with KERNEL_FEATURES:prepend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepends should always end with a space char. Fix that by just turning it into an append. Change the second prepend to an append for consistency. Signed-off-by: Oliver Kästner --- recipes-kernel/linux/linux-mainline_6.6.85.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-mainline_6.6.85.bb b/recipes-kernel/linux/linux-mainline_6.6.85.bb index 525dde3..993b1ce 100644 --- a/recipes-kernel/linux/linux-mainline_6.6.85.bb +++ b/recipes-kernel/linux/linux-mainline_6.6.85.bb @@ -10,5 +10,5 @@ SRC_URI += "https://www.kernel.org/pub/linux/kernel/v${KRELEASE}.x/linux-${PV}.t SRC_URI[sha256sum] = "5ebaccf4ca3428cd26817bae62171f4efd270eed866a3e3d0a1d9e970b7b7529" -KERNEL_FEATURES:prepend:orange-pi-3lts = " bsp/orange-pi-3lts/orange-pi-3lts-6_5.scc bsp/uwe5622/uwe5622-6_6.scc bsp/orange-pi-3lts/fix-rtc.scc" -KERNEL_FEATURES:prepend:orange-pi-zero2 = " bsp/h61x/orangepi-zero2-6_6.scc bsp/uwe5622/uwe5622-6_6.scc " +KERNEL_FEATURES:append:orange-pi-3lts = " bsp/orange-pi-3lts/orange-pi-3lts-6_5.scc bsp/uwe5622/uwe5622-6_6.scc bsp/orange-pi-3lts/fix-rtc.scc" +KERNEL_FEATURES:append:orange-pi-zero2 = " bsp/h61x/orangepi-zero2-6_6.scc bsp/uwe5622/uwe5622-6_6.scc"