diff --git a/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb b/recipes-ti/engine-pkcs11/engine-pkcs11_git.bb index bd03449a..3d6d221c 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 459c7519..cacdf587 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 7367211f..d2430f02 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}"