summaryrefslogtreecommitdiffstats
path: root/recipes-libraries/ethos-u-driver-stack
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-libraries/ethos-u-driver-stack
parentc2b3b1594cc2d49f16c5713504327ef14768b2ea (diff)
downloadmeta-freescale-2d0bdc93bd8eb274c24d127405e54cecd0a744b6.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-libraries/ethos-u-driver-stack')
-rw-r--r--recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_24.05.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_24.05.bb b/recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_24.05.bb
index a37f5dde5..ae7bc914e 100644
--- a/recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_24.05.bb
+++ b/recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_24.05.bb
@@ -14,7 +14,7 @@ SRCBRANCH = "lf-6.18.2_1.0.0"
14SRCREV = "5c14790b7ed63a52afd2ba6d917070e4c7b4265e" 14SRCREV = "5c14790b7ed63a52afd2ba6d917070e4c7b4265e"
15 15
16ETHOS_U_FIRMWARE = "ethosu_firmware" 16ETHOS_U_FIRMWARE = "ethosu_firmware"
17ETHOS_U_FIRMWARE:imx93-9x9-lpddr4-qsb = "ethosu_firmware_9x9" 17ETHOS_U_FIRMWARE:imx93-9x9-lpddr4-qsb = "ethosu_firmware_9x9"
18ETHOS_U_FIRMWARE:imx93-11x11-lpddr4x-evk = "ethosu_firmware_11x11" 18ETHOS_U_FIRMWARE:imx93-11x11-lpddr4x-evk = "ethosu_firmware_11x11"
19ETHOS_U_FIRMWARE:imx93-14x14-lpddr4x-evk = "ethosu_firmware_14x14" 19ETHOS_U_FIRMWARE:imx93-14x14-lpddr4x-evk = "ethosu_firmware_14x14"
20 20