summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-test_3.15.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/optee-imx/optee-test_3.15.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-test_3.15.0.imx.bb6
1 files changed, 4 insertions, 2 deletions
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 22194a39..fd6ef926 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
3SUMMARY = "OPTEE test" 3SUMMARY = "OPTEE test"
4HOMEPAGE = "http://www.optee.org/" 4HOMEPAGE = "http://www.optee.org/"
@@ -17,7 +17,9 @@ B = "${WORKDIR}/build"
17 17
18SRCREV = "4d81b964a72e89a62d04187b3f055d8346b383c9" 18SRCREV = "4d81b964a72e89a62d04187b3f055d8346b383c9"
19 19
20inherit python3native 20inherit python3native features_check
21
22REQUIRED_MACHINE_FEATURES = "optee"
21 23
22OPTEE_ARCH ?= "arm32" 24OPTEE_ARCH ?= "arm32"
23OPTEE_ARCH:armv7a = "arm32" 25OPTEE_ARCH:armv7a = "arm32"