diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2016-07-05 22:31:13 +0300 |
---|---|---|
committer | Fathi Boudra <fathi.boudra@linaro.org> | 2016-07-06 06:33:35 +0000 |
commit | 9b1fd178309544dff1f7453e796a9437125bc0d9 (patch) | |
tree | 0863bbe8f818d2722417da87720674a83f0ac62c | |
parent | 8e57986f9ea50afc9c834aa208422e9a124a5c4d (diff) | |
download | meta-linaro-9b1fd178309544dff1f7453e796a9437125bc0d9.tar.gz |
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.bb | 6 |
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" - |