summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib/imx-lib_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-bsp/imx-lib/imx-lib_git.bb
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-bsp/imx-lib/imx-lib_git.bb')
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index 115a1d4dd..837df109a 100644
--- a/recipes-bsp/imx-lib/imx-lib_git.bb
+++ b/recipes-bsp/imx-lib/imx-lib_git.bb
@@ -19,19 +19,19 @@ SRCREV = "6cad1ba39d16247088f6a45dc07bbbf2cf96a332"
19 19
20inherit use-imx-headers 20inherit use-imx-headers
21 21
22PLATFORM:mx6q-nxp-bsp = "IMX6Q" 22PLATFORM:mx6q-nxp-bsp = "IMX6Q"
23PLATFORM:mx6dl-nxp-bsp = "IMX6Q" 23PLATFORM:mx6dl-nxp-bsp = "IMX6Q"
24PLATFORM:mx6sl-nxp-bsp = "IMX6S" 24PLATFORM:mx6sl-nxp-bsp = "IMX6S"
25PLATFORM:mx6sll-nxp-bsp = "IMX6UL" 25PLATFORM:mx6sll-nxp-bsp = "IMX6UL"
26PLATFORM:mx6sx-nxp-bsp = "IMX6S" 26PLATFORM:mx6sx-nxp-bsp = "IMX6S"
27PLATFORM:mx6ul-nxp-bsp = "IMX6UL" 27PLATFORM:mx6ul-nxp-bsp = "IMX6UL"
28PLATFORM:mx6ull-nxp-bsp = "IMX6UL" 28PLATFORM:mx6ull-nxp-bsp = "IMX6UL"
29PLATFORM:mx7d-nxp-bsp = "IMX7" 29PLATFORM:mx7d-nxp-bsp = "IMX7"
30PLATFORM:mx7ulp-nxp-bsp = "IMX7" 30PLATFORM:mx7ulp-nxp-bsp = "IMX7"
31PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" 31PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
32PLATFORM:mx9-nxp-bsp = "IMX8ULP" 32PLATFORM:mx9-nxp-bsp = "IMX8ULP"
33PLATFORM:mx93-nxp-bsp = "IMX8ULP" 33PLATFORM:mx93-nxp-bsp = "IMX8ULP"
34PLATFORM:mx943-nxp-bsp = "IMX8ULP" 34PLATFORM:mx943-nxp-bsp = "IMX8ULP"
35 35
36PARALLEL_MAKE = "-j 1" 36PARALLEL_MAKE = "-j 1"
37EXTRA_OEMAKE = "" 37EXTRA_OEMAKE = ""