diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 11:28:55 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 12:09:22 +0200 |
commit | 01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch) | |
tree | c72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-bsp | |
parent | a050654d6b2dab4068ede53f288b23bb53b300ce (diff) | |
download | meta-freescale-01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727.tar.gz |
recipes: fix whitespace warnings
Fix some more whitspace warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/atf/qoriq-atf_2.6.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.6.bb b/recipes-bsp/atf/qoriq-atf_2.6.bb index 5ae2ed9d..9f2b0e47 100644 --- a/recipes-bsp/atf/qoriq-atf_2.6.bb +++ b/recipes-bsp/atf/qoriq-atf_2.6.bb | |||
@@ -51,8 +51,8 @@ FIP_DDR:lx2160a = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'fip_ddr', | |||
51 | FIP_DDR:lx2162a = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'fip_ddr', '', d)}" | 51 | FIP_DDR:lx2162a = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'fip_ddr', '', d)}" |
52 | 52 | ||
53 | # requires CROSS_COMPILE set by hand as there is no configure script | 53 | # requires CROSS_COMPILE set by hand as there is no configure script |
54 | export CROSS_COMPILE="${TARGET_PREFIX}" | 54 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
55 | export ARCH="arm64" | 55 | export ARCH = "arm64" |
56 | 56 | ||
57 | # Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is | 57 | # Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is |
58 | # a standalone application | 58 | # a standalone application |
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 348d717a..2dfb1cd1 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -32,7 +32,7 @@ PLATFORM:mx7ulp-nxp-bsp = "IMX7" | |||
32 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" | 32 | PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" |
33 | PLATFORM:mx9-nxp-bsp = "IMX8ULP" | 33 | PLATFORM:mx9-nxp-bsp = "IMX8ULP" |
34 | 34 | ||
35 | PARALLEL_MAKE="-j 1" | 35 | PARALLEL_MAKE = "-j 1" |
36 | EXTRA_OEMAKE = "" | 36 | EXTRA_OEMAKE = "" |
37 | 37 | ||
38 | do_compile () { | 38 | do_compile () { |
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index e35bffcb..be166f44 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | export PYTHON = "${USRBINPATH}/python3" | 15 | export PYTHON = "${USRBINPATH}/python3" |
16 | 16 | ||
17 | M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" | 17 | M = "${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" |
18 | 18 | ||
19 | BOARD_TARGETS = "${M}" | 19 | BOARD_TARGETS = "${M}" |
20 | BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" | 20 | BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" |