aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb')
-rw-r--r--recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb b/recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb
new file mode 100644
index 00000000..69ef73d3
--- /dev/null
+++ b/recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb
@@ -0,0 +1,13 @@
+require optee-test.nxp.inc
+
+PV:append = "+git${SRCPV}"
+
+DEPENDS += "optee-client-qoriq optee-os-qoriq"
+
+TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
+
+EXTRA_OEMAKE += " \
+ TEEC_EXPORT=${TEEC_EXPORT} \
+"
+
+COMPATIBLE_MACHINE = "(qoriq-arm64)"