aboutsummaryrefslogtreecommitdiff
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-06 06:33:50 +0000
commit85faf6c6824597e7fd9e2d35fc9d8da2e9f90bc7 (patch)
tree4b5e4980f4e6e2d8cbe4d188cf67b60ba49f8c32
parent642142732447482e66daf85cd8af83fc7ac95f23 (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> (cherry picked from commit c7884e7abb656fc40b9f342e21823c20a3bf4661)
-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"
-