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:51:59 -0500
commit298c58861e8869574315871dcabd26f5f70593ef (patch)
tree6060f9aae1f35c5283dfebe66252a294294e5f53 /recipes-ti
parent1de61d5e03beda26e9707b0d28e27f78b4d2ac51 (diff)
downloadmeta-ti-298c58861e8869574315871dcabd26f5f70593ef.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}"