summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-client-qoriq.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-28 13:18:49 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-28 17:28:35 -0300
commit16c528880f20c68731e645775d31c7445c95a8db (patch)
treecad3fa208f55dc8158d9f31ea8353e907a3539dd /recipes-security/optee/optee-client-qoriq.bb
parentec60f9636b63613ef82091e638df95de0c0821bb (diff)
downloadmeta-freescale-16c528880f20c68731e645775d31c7445c95a8db.tar.gz
recipes: Limit BSP specific recipes on relevant SOCs
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Zhenhua Luo <zhenhua.luo@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee/optee-client-qoriq.bb')
-rw-r--r--recipes-security/optee/optee-client-qoriq.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb
index 0a76743b..a5042703 100644
--- a/recipes-security/optee/optee-client-qoriq.bb
+++ b/recipes-security/optee/optee-client-qoriq.bb
@@ -27,3 +27,5 @@ do_install() {
27 27
28 cp -a ${S}/out/export/include ${D}/usr/ 28 cp -a ${S}/out/export/include ${D}/usr/
29} 29}
30
31COMPATIBLE_MACHINE = "(qoriq)"