diff options
-rw-r--r-- | recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 2 | ||||
-rw-r--r-- | recipes-ti/libp11/libp11_git.bb | 2 | ||||
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 2 |
3 files changed, 5 insertions, 1 deletions
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 | |||
7 | 7 | ||
8 | DEPENDS = "openssl libtool libp11" | 8 | DEPENDS = "openssl libtool libp11" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "keystone" | ||
11 | |||
10 | BRANCH="master" | 12 | BRANCH="master" |
11 | 13 | ||
12 | PV = "1.3.0.1" | 14 | 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 | |||
8 | DEPENDS = "openssl libtool" | 8 | DEPENDS = "openssl libtool" |
9 | RDEPENDS_${PN} = "ti-softhsmv2" | 9 | RDEPENDS_${PN} = "ti-softhsmv2" |
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "keystone" | ||
12 | |||
11 | SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" |
12 | BRANCH="master" | 14 | BRANCH="master" |
13 | # Following commit corresponds to DEV.LIBP11-01.03.00.00 | 15 | # 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" | |||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | DEPENDS = "openssl libdaemon zlib" | 10 | DEPENDS = "openssl libdaemon zlib" |
11 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" | 11 | COMPATIBLE_MACHINE = "keystone" |
12 | 12 | ||
13 | BRANCH="ti-softhsm-rebase" | 13 | BRANCH="ti-softhsm-rebase" |
14 | SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" |