summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 15:55:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 15:55:50 -0300
commit2d0bdc93bd8eb274c24d127405e54cecd0a744b6 (patch)
tree5b9de8c9449854f5749e4f2d37413155831516f5 /recipes-kernel/kernel-modules/kernel-module-ar_git.bb
parentc2b3b1594cc2d49f16c5713504327ef14768b2ea (diff)
downloadmeta-freescale-oelint-cleanup-2-homepage-section.tar.gz
global: Use single space around variable assignmentsoelint-cleanup-2-homepage-section
meta-freescale used columnar alignment (multiple spaces padding the variable name out to a common column) for tables of assignments such as the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for a single space around the assignment operator. Collapse the padding to a single space on every flagged assignment. The change is purely whitespace around the operator: variable names, operators and values (including whitespace inside quoted values) are untouched, as confirmed by an empty 'git diff -w'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-ar_git.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-ar_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
index f338c4877..452fb4862 100644
--- a/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-ar_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
6inherit module 6inherit module
7 7
8SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x;protocol=https" 8SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/auto-resp;branch=nxp/sdk-v2.0.x;protocol=https"
9SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712" 9SRCREV = "9a74743167dcfcfbca5056eedbff9a52337c9712"
10 10
11EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}" 11EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}"
12export KERNEL_PATH 12export KERNEL_PATH