summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-client_3.15.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/optee-imx/optee-client_3.15.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-client_3.15.0.imx.bb6
1 files changed, 4 insertions, 2 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 dcfee307..68c73727 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
3SUMMARY = "OPTEE Client libs" 3SUMMARY = "OPTEE Client libs"
4HOMEPAGE = "http://www.optee.org/" 4HOMEPAGE = "http://www.optee.org/"
@@ -16,7 +16,9 @@ SRCREV = "182874320395787a389e5b0f7df02b32f3c0a1b0"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17B = "${WORKDIR}/build" 17B = "${WORKDIR}/build"
18 18
19inherit python3native systemd 19inherit python3native systemd features_check
20
21REQUIRED_MACHINE_FEATURES = "optee"
20 22
21SYSTEMD_SERVICE:${PN} = "tee-supplicant.service" 23SYSTEMD_SERVICE:${PN} = "tee-supplicant.service"
22 24