diff options
| author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-02-02 12:05:21 +0100 |
|---|---|---|
| committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-02-02 12:06:12 +0100 |
| commit | 39868190cda524c0cf781bbacb8e894e2e0078a6 (patch) | |
| tree | 336226daacd04493e0e8adde5e05882b1aafb91e | |
| parent | dce05576561f89e34e1218614852b4597c16f5c6 (diff) | |
| download | meta-freescale-39868190cda524c0cf781bbacb8e894e2e0078a6.tar.gz | |
optee-test: correct TA_DEV_KIT_DIR
The value is either ${STAGING_INCDIR}/optee/export-user_ta_arm32/ or
${STAGING_INCDIR}/optee/export-user_ta_arm64/
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
| -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 76e04f04c..a6dea426f 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}" |
