diff options
| -rw-r--r-- | recipes-security/optee-imx/optee-client_3.15.0.imx.bb | 6 | ||||
| -rw-r--r-- | recipes-security/optee-imx/optee-os_3.15.0.imx.bb | 4 | ||||
| -rw-r--r-- | recipes-security/optee-imx/optee-test_3.15.0.imx.bb | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.15.0.imx.bb b/recipes-security/optee-imx/optee-client_3.15.0.imx.bb index dcfee307d..68c73727e 100644 --- a/recipes-security/optee-imx/optee-client_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.15.0.imx.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2017-2020 NXP | 1 | # Copyright (C) 2017-2021 NXP |
| 2 | 2 | ||
| 3 | SUMMARY = "OPTEE Client libs" | 3 | SUMMARY = "OPTEE Client libs" |
| 4 | HOMEPAGE = "http://www.optee.org/" | 4 | HOMEPAGE = "http://www.optee.org/" |
| @@ -16,7 +16,9 @@ SRCREV = "182874320395787a389e5b0f7df02b32f3c0a1b0" | |||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | B = "${WORKDIR}/build" | 17 | B = "${WORKDIR}/build" |
| 18 | 18 | ||
| 19 | inherit python3native systemd | 19 | inherit python3native systemd features_check |
| 20 | |||
| 21 | REQUIRED_MACHINE_FEATURES = "optee" | ||
| 20 | 22 | ||
| 21 | SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" | 23 | SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" |
| 22 | 24 | ||
diff --git a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb index 58b238a7f..ffa3cc850 100644 --- a/recipes-security/optee-imx/optee-os_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.15.0.imx.bb | |||
| @@ -17,7 +17,9 @@ SRCREV = "c939619d64dea014ad1b8382356eee4d1cbfbb22" | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit deploy python3native autotools | 20 | inherit deploy python3native autotools features_check |
| 21 | |||
| 22 | REQUIRED_MACHINE_FEATURES = "optee" | ||
| 21 | 23 | ||
| 22 | # The platform flavor corresponds to the Yocto machine without the leading 'i'. | 24 | # The platform flavor corresponds to the Yocto machine without the leading 'i'. |
| 23 | PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" | 25 | PLATFORM_FLAVOR = "${@d.getVar('MACHINE')[1:]}" |
diff --git a/recipes-security/optee-imx/optee-test_3.15.0.imx.bb b/recipes-security/optee-imx/optee-test_3.15.0.imx.bb index 22194a39e..fd6ef9263 100644 --- a/recipes-security/optee-imx/optee-test_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.15.0.imx.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2017-2020 NXP | 1 | # Copyright (C) 2017-2021 NXP |
| 2 | 2 | ||
| 3 | SUMMARY = "OPTEE test" | 3 | SUMMARY = "OPTEE test" |
| 4 | HOMEPAGE = "http://www.optee.org/" | 4 | HOMEPAGE = "http://www.optee.org/" |
| @@ -17,7 +17,9 @@ B = "${WORKDIR}/build" | |||
| 17 | 17 | ||
| 18 | SRCREV = "4d81b964a72e89a62d04187b3f055d8346b383c9" | 18 | SRCREV = "4d81b964a72e89a62d04187b3f055d8346b383c9" |
| 19 | 19 | ||
| 20 | inherit python3native | 20 | inherit python3native features_check |
| 21 | |||
| 22 | REQUIRED_MACHINE_FEATURES = "optee" | ||
| 21 | 23 | ||
| 22 | OPTEE_ARCH ?= "arm32" | 24 | OPTEE_ARCH ?= "arm32" |
| 23 | OPTEE_ARCH:armv7a = "arm32" | 25 | OPTEE_ARCH:armv7a = "arm32" |
