summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-08-25 13:24:43 -0300
committerGitHub <noreply@github.com>2026-08-25 13:24:43 -0300
commit133d12b64ba177eea37f5dfaf77ca0ae8be7641f (patch)
tree60be9995b5de88eaeb10b8f9d520d9efa606612d /recipes-security
parent43609f9967760e93c3ab25253d1da5aaec33167f (diff)
parent861dbfaeea0f393760adda3e342bab8d0be9a8c8 (diff)
downloadmeta-freescale-133d12b64ba177eea37f5dfaf77ca0ae8be7641f.tar.gz
Merge pull request #2645 from lucianogdittgen/oelint-vars-inconspaces
Clear all oelint.vars.inconspaces findings
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-imx/optee-os-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-os-fslc.inc b/recipes-security/optee-imx/optee-os-fslc.inc
index c10ce213d..3f524fb06 100644
--- a/recipes-security/optee-imx/optee-os-fslc.inc
+++ b/recipes-security/optee-imx/optee-os-fslc.inc
@@ -41,7 +41,7 @@ EXTRA_OEMAKE += "HOST_PREFIX=${HOST_PREFIX}"
41EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}" 41EXTRA_OEMAKE += "CROSS_COMPILE64=${HOST_PREFIX}"
42 42
43# Enable BTI in optee 43# Enable BTI in optee
44EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', ' CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}" 44EXTRA_OEMAKE += "${@bb.utils.contains('MACHINE_FEATURES', 'arm-branch-protection', 'CFG_TA_BTI=1 CFG_CORE_PAUTH=y CFG_TA_PAUTH=y', '', d)}"
45 45
46LDFLAGS[unexport] = "1" 46LDFLAGS[unexport] = "1"
47CPPFLAGS[unexport] = "1" 47CPPFLAGS[unexport] = "1"