summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:39:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:45:09 -0300
commit1161bee242e93dd083efdd5f32d16efa67e9946e (patch)
tree3fc64c75cd27cca2158d9d5373878144e3efeaa6 /recipes-bsp
parent513f2afdf03f3fc01039dc0c56e9d89c9f01b762 (diff)
downloadmeta-freescale-1161bee242e93dd083efdd5f32d16efa67e9946e.tar.gz
global: Strip trailing whitespace
Remove trailing whitespace across the layer's recipes. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.spaces.lineend), isolated to one commit so the mechanical change is easy to review and revert. Pure whitespace removal with no semantic effect; a re-run of oelint-adv reports the rule clean. No build change expected. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/atf/qoriq-atf_2.12.bb4
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc2
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb
index ea5b558af..0a64ab740 100644
--- a/recipes-bsp/atf/qoriq-atf_2.12.bb
+++ b/recipes-bsp/atf/qoriq-atf_2.12.bb
@@ -120,9 +120,9 @@ do_compile() {
120 flexspi_nor) 120 flexspi_nor)
121 rcwimg="${RCWXSPI}${RCW_SUFFIX}" 121 rcwimg="${RCWXSPI}${RCW_SUFFIX}"
122 uefiboot="${UEFI_XSPIBOOT}" 122 uefiboot="${UEFI_XSPIBOOT}"
123 ;; 123 ;;
124 esac 124 esac
125 125
126 if [ -f ${DEPLOY_DIR_IMAGE}/rcw/${RCW_FOLDER}/$rcwimg ]; then 126 if [ -f ${DEPLOY_DIR_IMAGE}/rcw/${RCW_FOLDER}/$rcwimg ]; then
127 make V=1 realclean 127 make V=1 realclean
128 if [ -f rot_key.pem ];then 128 if [ -f rot_key.pem ];then
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 4a4efae01..6c57fdbb4 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -1,5 +1,5 @@
1# Copyright 2017-2026 NXP 1# Copyright 2017-2026 NXP
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \ 5SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index 2d09bbcc8..c1a39d647 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -20,7 +20,7 @@ MC_FLAVOUR ?= "${@oe.utils.ifelse(d.getVar('MACHINE').endswith('qds'), 'QDS', 'R
20MC_FOLDER ?= "${@d.getVar('MC_CFG').upper() + '-' + d.getVar('MC_FLAVOUR')}" 20MC_FOLDER ?= "${@d.getVar('MC_CFG').upper() + '-' + d.getVar('MC_FLAVOUR')}"
21 21
22do_compile () { 22do_compile () {
23 oe_runmake -C config 23 oe_runmake -C config
24} 24}
25 25
26do_install () { 26do_install () {