summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-02-24 18:08:37 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-02-24 18:08:37 -0600
commitc661ec7a177b90a76494a23ecbd44c6a840c97e7 (patch)
treeb87d5ae0e5c1009d44bef2eaea31a2c5b24e21f0 /recipes-security
parentf816e66fe29382d0f966740d616b32622bdcb69b (diff)
downloadmeta-freescale-c661ec7a177b90a76494a23ecbd44c6a840c97e7.tar.gz
optee-test: Add runtime dependency on optee-os
The TAs in optee-os are required. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-imx/optee-test_3.15.0.imx.bb2
1 files changed, 2 insertions, 0 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 fd6ef926..1d6de243 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
@@ -65,4 +65,6 @@ do_install () {
65 65
66FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plugins/" 66FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plugins/"
67 67
68RDEPENDS:${PN} = "optee-os"
69
68COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 70COMPATIBLE_MACHINE = "(imx-nxp-bsp)"