aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-11-02 00:21:08 +0000
committerDaniel Díaz <daniel.diaz@linaro.org>2017-11-02 10:44:50 -0600
commit740dd01bf55ea1db88363db6b6a38cab455a385b (patch)
treea20faffbf9dabb3ba32a309a1141817b9fee93f1
parent837fb7d048a30baa6356d3ceb493ec20074b8785 (diff)
meta-optee: optee-os: fix SRCREV
Somehow, the Git revision changed for the 2.6.0 release. This new revision points to the 2.6.0 tag. Compare (actual tag): https://github.com/OP-TEE/optee_os/commit/6d57389f9eec0c213da917e35861a8eca4b205b3 versus (old): https://github.com/OP-TEE/optee_os/commit/a5edec8d0baa967a389b6f54be3b9bbce32c330c But this last commit is no longer fetched: $ git clone https://github.com/OP-TEE/optee_os.git Cloning into 'optee_os'... remote: Counting objects: 20623, done. remote: Total 20623 (delta 0), reused 0 (delta 0), pack-reused 20623 Receiving objects: 100% (20623/20623), 11.51 MiB | 1.36 MiB/s, done. Resolving deltas: 100% (14562/14562), done. Checking connectivity... done. $ cd optee_os/ $ git checkout a5edec8d0baa967a389b6f54be3b9bbce32c330c fatal: reference is not a tree: a5edec8d0baa967a389b6f54be3b9bbce32c330c $ git show a5edec8d0baa967a389b6f54be3b9bbce32c330c fatal: bad object a5edec8d0baa967a389b6f54be3b9bbce32c330c Change-Id: I9a127a6d20456d996ba4c8f888e4fe16a457ba9e Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rw-r--r--meta-optee/recipes-security/optee/optee-os_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb
index 81f60c9c..cf72de52 100644
--- a/meta-optee/recipes-security/optee/optee-os_git.bb
+++ b/meta-optee/recipes-security/optee/optee-os_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "python-pycrypto-native"
inherit deploy pythonnative
-SRCREV = "a5edec8d0baa967a389b6f54be3b9bbce32c330c"
+SRCREV = "6d57389f9eec0c213da917e35861a8eca4b205b3"
SRC_URI = "git://github.com/OP-TEE/optee_os.git;nobranch=1 \
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"