aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/recipes-security
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-07-05 22:31:13 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-05 22:31:13 +0300
commitc7884e7abb656fc40b9f342e21823c20a3bf4661 (patch)
tree102a029f73bb77d98fca66c5072e4279559caaf4 /meta-optee/recipes-security
parentc1ba0b9dd83e595273e9a141a1e1ebf821e09e8c (diff)
optee-os: update to 2.1.0 release
* Bump PV from 2.0.0+git to 2.1.0+git * Update SRCREV to 2.1.0 release tag Change-Id: Iaea0fed5ef2022b3a52ef87803bd45d0f631ec4c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-optee/recipes-security')
-rw-r--r--meta-optee/recipes-security/optee/optee-os_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb
index 2828476c..eb7bfbad 100644
--- a/meta-optee/recipes-security/optee/optee-os_git.bb
+++ b/meta-optee/recipes-security/optee/optee-os_git.bb
@@ -4,18 +4,17 @@ DESCRIPTION = "OPTEE OS"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
-PV="2.0.0+git${SRCPV}"
+PV="2.1.0+git${SRCPV}"
DEPENDS = "python-wand-native python-pycrypto-native"
inherit deploy pythonnative
-SRCREV = "8f46b8d05b22d1511a7d93dd9adafddf9251ab6a"
+SRCREV = "ac3cc1102a081a7fe2b0446d38c6a484c2e9b26f"
SRC_URI = "git://github.com/OP-TEE/optee_os.git \
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"
-
S = "${WORKDIR}/git"
OPTEEMACHINE ?= "${MACHINE}"
@@ -78,4 +77,3 @@ FILES_${PN}-dev = "/usr/include/optee"
INSANE_SKIP_${PN}-dev = "staticdev"
INHIBIT_PACKAGE_STRIP = "1"
-