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-security | |
| 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-security')
5 files changed, 12 insertions, 12 deletions
diff --git a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc index 68918414c..0fac7771f 100644 --- a/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc +++ b/recipes-security/optee-imx/optee-os-tadevkit-fslc-imx.inc | |||
| @@ -18,7 +18,7 @@ do_install() { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_deploy() { | 20 | do_deploy() { |
| 21 | echo "Do not inherit do_deploy from optee-os." | 21 | echo "Do not inherit do_deploy from optee-os." |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | FILES:${PN} = "${includedir}/optee/" | 24 | FILES:${PN} = "${includedir}/optee/" |
diff --git a/recipes-security/optee-qoriq/optee-os-qoriq-tadevkit_4.8.0.bb b/recipes-security/optee-qoriq/optee-os-qoriq-tadevkit_4.8.0.bb index 491817ef1..93a049001 100644 --- a/recipes-security/optee-qoriq/optee-os-qoriq-tadevkit_4.8.0.bb +++ b/recipes-security/optee-qoriq/optee-os-qoriq-tadevkit_4.8.0.bb | |||
| @@ -18,7 +18,7 @@ do_install() { | |||
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_deploy() { | 20 | do_deploy() { |
| 21 | echo "Do not inherit do_deploy from optee-os." | 21 | echo "Do not inherit do_deploy from optee-os." |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | FILES:${PN} = "${includedir}/optee/" | 24 | FILES:${PN} = "${includedir}/optee/" |
diff --git a/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb b/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb index 3241ab8c4..64c666286 100644 --- a/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb +++ b/recipes-security/optee-qoriq/optee-os-qoriq_4.8.0.bb | |||
| @@ -4,18 +4,18 @@ OPTEE_OS_BRANCH = "lf-6.12.49_2.2.0" | |||
| 4 | SRCREV = "b3883a773a9d15ec6439f9229e48f540c37e0d00" | 4 | SRCREV = "b3883a773a9d15ec6439f9229e48f540c37e0d00" |
| 5 | 5 | ||
| 6 | do_install:append () { | 6 | do_install:append () { |
| 7 | install -d ${D}${nonarch_base_libdir}/firmware/ | 7 | install -d ${D}${nonarch_base_libdir}/firmware/ |
| 8 | install -m 644 ${B}/core/*.bin ${D}${nonarch_base_libdir}/firmware/ | 8 | install -m 644 ${B}/core/*.bin ${D}${nonarch_base_libdir}/firmware/ |
| 9 | install -m 644 ${B}/core/tee-raw.bin ${D}${nonarch_base_libdir}/firmware/tee_${MACHINE}.bin | 9 | install -m 644 ${B}/core/tee-raw.bin ${D}${nonarch_base_libdir}/firmware/tee_${MACHINE}.bin |
| 10 | 10 | ||
| 11 | # Install embedded TAs | 11 | # Install embedded TAs |
| 12 | install -d ${D}${base_libdir}/optee_armtz/ | 12 | install -d ${D}${base_libdir}/optee_armtz/ |
| 13 | install -m 444 ${B}/ta/*/*.ta ${D}${base_libdir}/optee_armtz/ | 13 | install -m 444 ${B}/ta/*/*.ta ${D}${base_libdir}/optee_armtz/ |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | do_deploy:append () { | 16 | do_deploy:append () { |
| 17 | install -d ${DEPLOYDIR}/optee | 17 | install -d ${DEPLOYDIR}/optee |
| 18 | install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/optee/ | 18 | install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/optee/ |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | FILES:${PN} = "${nonarch_base_libdir}/optee_armtz/ ${nonarch_base_libdir}/firmware/" | 21 | FILES:${PN} = "${nonarch_base_libdir}/optee_armtz/ ${nonarch_base_libdir}/firmware/" |
diff --git a/recipes-security/smw/crypto-af-alg_git.bb b/recipes-security/smw/crypto-af-alg_git.bb index 4101776a5..22e982b96 100644 --- a/recipes-security/smw/crypto-af-alg_git.bb +++ b/recipes-security/smw/crypto-af-alg_git.bb | |||
| @@ -15,7 +15,7 @@ SRCREV = "2fb11a600af90c80b8bb23368d1d6831c5deb973" | |||
| 15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 16 | 16 | ||
| 17 | do_install () { | 17 | do_install () { |
| 18 | oe_runmake DESTDIR=${D} install | 18 | oe_runmake DESTDIR=${D} install |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 21 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
diff --git a/recipes-security/smw/keyctl-caam_git.bb b/recipes-security/smw/keyctl-caam_git.bb index 869fbb4a8..ba32c9ca2 100644 --- a/recipes-security/smw/keyctl-caam_git.bb +++ b/recipes-security/smw/keyctl-caam_git.bb | |||
| @@ -18,7 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
| 18 | EXTRA_OEMAKE = "OPENSSL_PATH=${STAGING_INCDIR}" | 18 | EXTRA_OEMAKE = "OPENSSL_PATH=${STAGING_INCDIR}" |
| 19 | 19 | ||
| 20 | do_install () { | 20 | do_install () { |
| 21 | oe_runmake DESTDIR=${D} install | 21 | oe_runmake DESTDIR=${D} install |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | COMPATIBLE_MACHINE = "(imx-generic-bsp|qoriq)" | 24 | COMPATIBLE_MACHINE = "(imx-generic-bsp|qoriq)" |
