]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-test: Add runtime dependency on optee-os 985/head
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 25 Feb 2022 00:08:37 +0000 (18:08 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Fri, 25 Feb 2022 00:08:37 +0000 (18:08 -0600)
The TAs in optee-os are required.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-security/optee-imx/optee-test_3.15.0.imx.bb

index fd6ef92633717aa158b45fd143cdb40c2fce2c39..1d6de24329fcfc9ae51a927985e9bb384746b669 100644 (file)
@@ -65,4 +65,6 @@ do_install () {
 
 FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plugins/"
 
+RDEPENDS:${PN} = "optee-os"
+
 COMPATIBLE_MACHINE = "(imx-nxp-bsp)"