summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2025-04-26 11:28:55 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2025-04-26 12:09:22 +0200
commit01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch)
treec72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-bsp
parenta050654d6b2dab4068ede53f288b23bb53b300ce (diff)
downloadmeta-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.bb4
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb2
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
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',
51FIP_DDR:lx2162a = "${@bb.utils.contains('DISTRO_FEATURES', 'secure', 'fip_ddr', '', d)}" 51FIP_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
54export CROSS_COMPILE="${TARGET_PREFIX}" 54export CROSS_COMPILE = "${TARGET_PREFIX}"
55export ARCH="arm64" 55export 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"
32PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP" 32PLATFORM:mx8ulp-nxp-bsp = "IMX8ULP"
33PLATFORM:mx9-nxp-bsp = "IMX8ULP" 33PLATFORM:mx9-nxp-bsp = "IMX8ULP"
34 34
35PARALLEL_MAKE="-j 1" 35PARALLEL_MAKE = "-j 1"
36EXTRA_OEMAKE = "" 36EXTRA_OEMAKE = ""
37 37
38do_compile () { 38do_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
15export PYTHON = "${USRBINPATH}/python3" 15export PYTHON = "${USRBINPATH}/python3"
16 16
17M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}" 17M = "${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITEINFO_ENDIANNESS}','')}"
18 18
19BOARD_TARGETS = "${M}" 19BOARD_TARGETS = "${M}"
20BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1" 20BOARD_TARGETS:ls2088ardb = "${M} ${M}_rev1.1"