summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-11-06 14:30:47 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-11-06 14:33:05 +0800
commita1d42ed4fdb86607fa3a96b71922b2fdebf62bbe (patch)
tree9494fb7d6a34876a0e2f077caf2932e121e54efa
parent47e2207507c558e12d107dabd808ccdadea89936 (diff)
downloadmanifest-a1d42ed4fdb86607fa3a96b71922b2fdebf62bbe.tar.gz
optee.xml: change to use 3.3.0 tag
change to use stable optee tag instead of the master branch Change-Id: I8b02f351fa08472a683dbc8e40a3ad64a6e4c8bd Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--optee.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/optee.xml b/optee.xml
index 8785503f3..8cfc3075d 100644
--- a/optee.xml
+++ b/optee.xml
@@ -2,9 +2,9 @@
<manifest>
<remote name="github-optee" fetch="https://github.com/" />
- <project path="external/optee_test" name="OP-TEE/optee_test" revision="master" remote="github-optee" />
- <project path="external/optee_client" name="OP-TEE/optee_client" revision="master" remote="github-optee" />
- <project path="optee/optee_os" name="OP-TEE/optee_os" revision="master" remote="github-optee" />
- <project path="external/optee_examples" name="linaro-swg/optee_examples" revision="master" remote="github-optee" />
+ <project path="external/optee_test" name="OP-TEE/optee_test" revision="refs/tags/3.3.0" remote="github-optee" groups="device,hikey" />
+ <project path="external/optee_client" name="OP-TEE/optee_client" revision="refs/tags/3.3.0" remote="github-optee" groups="device,hikey" />
+ <project path="optee/optee_os" name="OP-TEE/optee_os" revision="refs/tags/3.3.0" remote="github-optee" groups="device,hikey" />
+ <project path="external/optee_examples" name="linaro-swg/optee_examples" revision="master" remote="github-optee" groups="device,hikey" />
</manifest>