aboutsummaryrefslogtreecommitdiff
path: root/meta-optee
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-10-18 10:27:31 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-10-18 10:27:31 +0300
commit2f48835850d617a35205f17def37b585583160e8 (patch)
tree48eaf13d94a4cc20dafa50bcf73cdd7038bf21a9 /meta-optee
parent8c19b2941c4afe8a1ab601a17afcdd003ebce0a8 (diff)
optee: update OP-TEE client/os/test to 2.2.0 release
Change-Id: Ie2fb0d845155dbbbe608ae06691c07c4de9be09e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-optee')
-rw-r--r--meta-optee/recipes-security/optee/optee-client.bb4
-rw-r--r--meta-optee/recipes-security/optee/optee-os_git.bb4
-rw-r--r--meta-optee/recipes-security/optee/optee-test_git.bb4
3 files changed, 6 insertions, 6 deletions
diff --git a/meta-optee/recipes-security/optee/optee-client.bb b/meta-optee/recipes-security/optee/optee-client.bb
index 02a5c1f0..25e7f774 100644
--- a/meta-optee/recipes-security/optee/optee-client.bb
+++ b/meta-optee/recipes-security/optee/optee-client.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_client"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
-PV = "2.0.0+git${SRCPV}"
+PV = "2.2.0+git${SRCPV}"
inherit pythonnative systemd
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/OP-TEE/optee_client.git \
file://tee-supplicant.service"
S = "${WORKDIR}/git"
-SRCREV = "17d1addc465a667f375837cdbe4fa7ebac08539b"
+SRCREV = "658ae538f76a2624b7f9c40539a600d281d872b4"
SYSTEMD_SERVICE_${PN} = "tee-supplicant.service"
diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb
index eb7bfbad..77d93b67 100644
--- a/meta-optee/recipes-security/optee/optee-os_git.bb
+++ b/meta-optee/recipes-security/optee/optee-os_git.bb
@@ -4,13 +4,13 @@ DESCRIPTION = "OPTEE OS"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
-PV="2.1.0+git${SRCPV}"
+PV="2.2.0+git${SRCPV}"
DEPENDS = "python-wand-native python-pycrypto-native"
inherit deploy pythonnative
-SRCREV = "ac3cc1102a081a7fe2b0446d38c6a484c2e9b26f"
+SRCREV = "c0c5d399d81a0669f5c8e3bcb20039d65649a78d"
SRC_URI = "git://github.com/OP-TEE/optee_os.git \
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"
diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb
index 49132edb..d2fb0dd2 100644
--- a/meta-optee/recipes-security/optee/optee-test_git.bb
+++ b/meta-optee/recipes-security/optee/optee-test_git.bb
@@ -8,12 +8,12 @@ DEPENDS = "optee-client optee-os python-pycrypto-native"
inherit pythonnative
-PV = "2.0+git${SRCPV}"
+PV = "2.2.0+git${SRCPV}"
SRC_URI = "git://github.com/OP-TEE/optee_test.git"
S = "${WORKDIR}/git"
-SRCREV = "5b41fbff33ff77b19836149fbde0a69524ced089"
+SRCREV = "a00eeb15ddfaa5b7d2cb340faeb36748d5aabffb"
OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"
TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"