diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-24 18:08:37 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-24 18:08:37 -0600 |
commit | c661ec7a177b90a76494a23ecbd44c6a840c97e7 (patch) | |
tree | b87d5ae0e5c1009d44bef2eaea31a2c5b24e21f0 | |
parent | f816e66fe29382d0f966740d616b32622bdcb69b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.15.0.imx.bb | 2 |
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 | ||
66 | FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plugins/" | 66 | FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plugins/" |
67 | 67 | ||
68 | RDEPENDS:${PN} = "optee-os" | ||
69 | |||
68 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 70 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |