From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 2 ++
 recipes-ti/libp11/libp11_git.bb               | 2 ++
 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb   | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb 
b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
index bd03449..3d6d221 100644
--- a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
+++ b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb
@@ -7,6 +7,8 @@ inherit autotools pkgconfig
 
 DEPENDS = "openssl libtool libp11"
 
+COMPATIBLE_MACHINE = "keystone"
+
 BRANCH="master"
 
 PV = "1.3.0.1"
diff --git a/recipes-ti/libp11/libp11_git.bb b/recipes-ti/libp11/libp11_git.bb
index 459c751..cacdf58 100644
--- a/recipes-ti/libp11/libp11_git.bb
+++ b/recipes-ti/libp11/libp11_git.bb
@@ -8,6 +8,8 @@ inherit autotools pkgconfig
 DEPENDS = "openssl libtool"
 RDEPENDS_${PN} = "ti-softhsmv2"
 
+COMPATIBLE_MACHINE = "keystone"
+
 SRC_URI = 
"git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}"
 BRANCH="master"
 # Following commit corresponds to DEV.LIBP11-01.03.00.00
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb 
b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index 7367211..d2430f0 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -8,7 +8,7 @@ mntdir = "/mnt"
 inherit autotools pkgconfig
 
 DEPENDS = "openssl libdaemon zlib"
-COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
+COMPATIBLE_MACHINE = "keystone"
 
 BRANCH="ti-softhsm-rebase"
 SRC_URI = 
"git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
-- 
2.7.4

-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to