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/rcw | |
| 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/rcw')
| -rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index e35bffcbf..be166f441 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" |
