summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-01 06:09:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 13:46:40 -0500
commit0e1466396971bcba631ec94eb9d74d85d9c7fe0b (patch)
tree129ca269eb4420f30b719befaf936717d5305aa2 /recipes-ti
parent44b32b0268dc3387161654f0fa0a12e0840bdb1e (diff)
downloadmeta-ti-0e1466396971bcba631ec94eb9d74d85d9c7fe0b.tar.gz
engine-pkcs11, libp11, ti-softhsmv2: update compatibility
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/engine-pkcs11/engine-pkcs11_git.bb2
-rw-r--r--recipes-ti/libp11/libp11_git.bb2
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb2
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
8DEPENDS = "openssl libtool libp11" 8DEPENDS = "openssl libtool libp11"
9 9
10COMPATIBLE_MACHINE = "keystone"
11
10BRANCH="master" 12BRANCH="master"
11 13
12PV = "1.3.0.1" 14PV = "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
8DEPENDS = "openssl libtool" 8DEPENDS = "openssl libtool"
9RDEPENDS_${PN} = "ti-softhsmv2" 9RDEPENDS_${PN} = "ti-softhsmv2"
10 10
11COMPATIBLE_MACHINE = "keystone"
12
11SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/libp11.git;protocol=git;branch=${BRANCH}"
12BRANCH="master" 14BRANCH="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"
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10DEPENDS = "openssl libdaemon zlib" 10DEPENDS = "openssl libdaemon zlib"
11COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 11COMPATIBLE_MACHINE = "keystone"
12 12
13BRANCH="ti-softhsm-rebase" 13BRANCH="ti-softhsm-rebase"
14SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}" 14SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"