summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-10-26 11:51:27 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-10-26 11:51:27 +0800
commit1fba96e79429c7e3c03c97612b33f183682a131d (patch)
treef378bcdce7d087baed48a8df78daacbc18f3f95a
parent4e761ebb03ee108acb77794d82f0134904c75c56 (diff)
downloadmanifest-1fba96e79429c7e3c03c97612b33f183682a131d.tar.gz
optee.xml: make optee projects only synced for hikey build
so that failures of downloading OP-TEE projects won't affect x15 build Change-Id: Idf35a4fb1f325e0efe2ce8f0678cd3ea5f60ed3a 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 616593a9f..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="refs/tags/3.3.0" remote="github-optee" />
- <project path="external/optee_client" name="OP-TEE/optee_client" revision="refs/tags/3.3.0" remote="github-optee" />
- <project path="optee/optee_os" name="OP-TEE/optee_os" revision="refs/tags/3.3.0" 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>