summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-25 19:41:28 -0300
committerGitHub <noreply@github.com>2022-07-25 19:41:28 -0300
commit3915c0fe53c9e692b1dfd1bbdb6a5b922bf472af (patch)
treef75cbcfae68356a4bde64f13f70a6ca8fd206d68 /recipes-security/optee-qoriq/optee-test-qoriq_3.13.0.bb
parent28af4ece686e2dda0ae01258cdfafcc16cfaf77c (diff)
parent5142908182ceb1da79d8245cb2e612deac448508 (diff)
downloadmeta-freescale-3915c0fe53c9e692b1dfd1bbdb6a5b922bf472af.tar.gz
Merge pull request #1145 from Freescale/backport-1144-to-kirkstone
[Backport kirkstone] [qoriq] Rework cst and optee recipes
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 @@
1require optee-test.nxp.inc
2
3PV:append = "+git${SRCPV}"
4
5DEPENDS += "optee-client-qoriq optee-os-qoriq"
6
7TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
8
9EXTRA_OEMAKE += " \
10 TEEC_EXPORT=${TEEC_EXPORT} \
11"
12
13COMPATIBLE_MACHINE = "(qoriq-arm64)"