From 96b4f44279d022af8930f01d4a09c12df0be07e4 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 12 Jul 2026 04:54:14 -0300 Subject: global: Drop needless whitespace in assignments Remove the stray space between an assignment's opening quote and its line-continuation backslash, and the space before '%' in inline ${@...} expressions. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.vars.notneededspace), isolated to one commit. The affected values are whitespace-separated lists (leading space is insignificant) and Python format expressions ("%s"% p is equivalent), so there is no functional change; a re-run of oelint-adv reports the rule clean. Signed-off-by: Otavio Salvador --- recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb | 2 +- recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel/kernel-modules') diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb index dfe55bc80..7a9c327f2 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.26.1.bb @@ -17,7 +17,7 @@ inherit module MODULES_MODULE_SYMVERS_LOCATION = "dwe" -DEBUG_PREFIX_MAP:prepend = " \ +DEBUG_PREFIX_MAP:prepend = "\ -fmacro-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ -fdebug-prefix-map=${UNPACKDIR}/${BP}/vvcam=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} " diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb index d22b643c7..1ac1e498f 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb @@ -10,7 +10,7 @@ RCONFLICTS:${PN} = "kernel-module-nxp89xx" KERNEL_MODULE_PROBECONF += "moal" module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" -SRC_URI = " \ +SRC_URI = "\ ${MRVL_SRC};branch=${SRCBRANCH} \ file://0001-mlinux-moal_main-fix-device-wakeup-capability.patch \ " -- cgit v1.2.3-54-g00ecf