diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:06:36 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:06:36 -0300 |
| commit | 97b58d1c9e0f850441ac1f0df8c517729721e8c8 (patch) | |
| tree | da9edae80715378a83fa407f816443cc30b620d0 /recipes-bsp | |
| parent | 96b4f44279d022af8930f01d4a09c12df0be07e4 (diff) | |
| download | meta-freescale-97b58d1c9e0f850441ac1f0df8c517729721e8c8.tar.gz | |
global: Replace tabs with spaces in task bodies
Convert leading-tab indentation to spaces in shell task bodies across
the layer. Generated mechanically by oelint-adv's auto-fix for a single
rule (oelint.tabs.notabs), isolated to one commit.
Verified safe: every change is leading indentation of shell/BitBake code
(no mid-line tabs, and none of the affected files contain heredocs where
a tab would be significant), so there is no functional change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/atf/qoriq-atf_2.12.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/boot-format/boot-format_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.12.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc | 2 | ||||
| -rw-r--r-- | recipes-bsp/mc-utils/mc-utils_git.bb | 16 | ||||
| -rw-r--r-- | recipes-bsp/mxsldr/mxsldr_git.bb | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.12.bb b/recipes-bsp/atf/qoriq-atf_2.12.bb index f523fe352..d26a70374 100644 --- a/recipes-bsp/atf/qoriq-atf_2.12.bb +++ b/recipes-bsp/atf/qoriq-atf_2.12.bb | |||
| @@ -123,7 +123,7 @@ do_compile() { | |||
| 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 |
| 129 | mkdir -p build/${PLATFORM}/release/ | 129 | mkdir -p build/${PLATFORM}/release/ |
diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb index 6b53e228f..39c18d6bd 100644 --- a/recipes-bsp/boot-format/boot-format_git.bb +++ b/recipes-bsp/boot-format/boot-format_git.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550" | |||
| 10 | EXTRA_OEMAKE = 'CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"' | 10 | EXTRA_OEMAKE = 'CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"' |
| 11 | 11 | ||
| 12 | do_install(){ | 12 | do_install(){ |
| 13 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install | 13 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | PACKAGES =+ "${PN}-config" | 16 | PACKAGES =+ "${PN}-config" |
diff --git a/recipes-bsp/imx-atf/imx-atf_2.12.bb b/recipes-bsp/imx-atf/imx-atf_2.12.bb index 84f29975c..3852c5bd5 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.12.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.12.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m | |||
| 8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \ | 10 | SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \ |
| 11 | file://0001-scmi-imx9-Remove-unused-tmp-pointer.patch \ | 11 | file://0001-scmi-imx9-Remove-unused-tmp-pointer.patch \ |
| 12 | " | 12 | " |
| 13 | ATF_SRC ?= "git://github.com/nxp-imx/imx-atf.git;protocol=https" | 13 | ATF_SRC ?= "git://github.com/nxp-imx/imx-atf.git;protocol=https" |
| 14 | SRCBRANCH = "lf_v2.12" | 14 | SRCBRANCH = "lf_v2.12" |
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc index 7ca89431a..67dd9ba3f 100644 --- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc | |||
| @@ -20,7 +20,7 @@ EXTRA_OEMAKE = "PLAT=${PLAT} OPENSSL_PATH=${STAGING_INCDIR} MBEDTLS_PATH=${STAGI | |||
| 20 | TARGET_CC_ARCH += "${LDFLAGS}" | 20 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | oe_runmake -C ${S} DESTDIR=${D} install_tests | 23 | oe_runmake -C ${S} DESTDIR=${D} install_tests |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index c1a39d647..4e028c606 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb | |||
| @@ -20,20 +20,20 @@ MC_FLAVOUR ?= "${@oe.utils.ifelse(d.getVar('MACHINE').endswith('qds'), 'QDS', 'R | |||
| 20 | MC_FOLDER ?= "${@d.getVar('MC_CFG').upper() + '-' + d.getVar('MC_FLAVOUR')}" | 20 | MC_FOLDER ?= "${@d.getVar('MC_CFG').upper() + '-' + d.getVar('MC_FLAVOUR')}" |
| 21 | 21 | ||
| 22 | do_compile () { | 22 | do_compile () { |
| 23 | oe_runmake -C config | 23 | oe_runmake -C config |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install () { | 26 | do_install () { |
| 27 | install -d ${D}/boot/mc-utils | 27 | install -d ${D}/boot/mc-utils |
| 28 | if [ -e ${S}/config/${MC_CFG}/${MC_FOLDER} ]; then | 28 | if [ -e ${S}/config/${MC_CFG}/${MC_FOLDER} ]; then |
| 29 | cp -r ${S}/config/${MC_CFG}/${MC_FOLDER}/* ${D}/boot/mc-utils/ | 29 | cp -r ${S}/config/${MC_CFG}/${MC_FOLDER}/* ${D}/boot/mc-utils/ |
| 30 | fi | 30 | fi |
| 31 | find ${D}/boot/mc-utils/ ! -name "*.dtb" ! -type d -exec rm {} \; | 31 | find ${D}/boot/mc-utils/ ! -name "*.dtb" ! -type d -exec rm {} \; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_deploy () { | 34 | do_deploy () { |
| 35 | install -d ${DEPLOYDIR}/mc-utils | 35 | install -d ${DEPLOYDIR}/mc-utils |
| 36 | cp -r ${D}/boot/mc-utils/* ${DEPLOYDIR}/mc-utils/ | 36 | cp -r ${D}/boot/mc-utils/* ${DEPLOYDIR}/mc-utils/ |
| 37 | } | 37 | } |
| 38 | addtask deploy after do_install | 38 | addtask deploy after do_install |
| 39 | 39 | ||
diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb index ade3570c4..9e65e861a 100644 --- a/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/recipes-bsp/mxsldr/mxsldr_git.bb | |||
| @@ -16,9 +16,9 @@ PV = "0.0.0+git${SRCPV}" | |||
| 16 | inherit pkgconfig | 16 | inherit pkgconfig |
| 17 | 17 | ||
| 18 | do_compile() { | 18 | do_compile() { |
| 19 | oe_runmake | 19 | oe_runmake |
| 20 | } | 20 | } |
| 21 | do_install() { | 21 | do_install() { |
| 22 | oe_runmake install DESTDIR="${D}" | 22 | oe_runmake install DESTDIR="${D}" |
| 23 | } | 23 | } |
| 24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
