diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-02 10:52:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 10:52:37 -0300 |
commit | 57955f43f5840c83bec9da1344a0fb54ad965e4a (patch) | |
tree | c19b2f7e4aabcc0a5ebd6de68ce09096027debe9 /recipes-security/optee-imx | |
parent | 0f619f42b4ba3cb02dd9da322785678ac8e2ed56 (diff) | |
parent | 39868190cda524c0cf781bbacb8e894e2e0078a6 (diff) | |
download | meta-freescale-57955f43f5840c83bec9da1344a0fb54ad965e4a.tar.gz |
Merge pull request #970 from tprrt/tprrt/fix-optee-overrides
optee: fix override syntax
Diffstat (limited to 'recipes-security/optee-imx')
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.10.0.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb index 4ccce2cd..0019e8c8 100644 --- a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb | |||
@@ -23,8 +23,8 @@ OPTEE_ARCH ?= "arm32" | |||
23 | OPTEE_ARCH:armv7a = "arm32" | 23 | OPTEE_ARCH:armv7a = "arm32" |
24 | OPTEE_ARCH:aarch64 = "arm64" | 24 | OPTEE_ARCH:aarch64 = "arm64" |
25 | 25 | ||
26 | TA_DEV_KIT_DIR:arm = "${STAGING_INCDIR}/optee/export-user_ta:arm32/" | 26 | TA_DEV_KIT_DIR:arm = "${STAGING_INCDIR}/optee/export-user_ta_arm32/" |
27 | TA_DEV_KIT_DIR:aarch64 = "${STAGING_INCDIR}/optee/export-user_ta:arm64/" | 27 | TA_DEV_KIT_DIR:aarch64 = "${STAGING_INCDIR}/optee/export-user_ta_arm64/" |
28 | 28 | ||
29 | CFLAGS += "--sysroot=${STAGING_DIR_HOST}" | 29 | CFLAGS += "--sysroot=${STAGING_DIR_HOST}" |
30 | CXXFLAGS += "--sysroot=${STAGING_DIR_HOST}" | 30 | CXXFLAGS += "--sysroot=${STAGING_DIR_HOST}" |