summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-08-24 23:53:04 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-08-24 23:57:46 +0800
commit8454daceaf7c5787e15f640a326fa53e9bf5a7dd (patch)
tree65d7f4e31bb65dc101055c03e281c1439ebab9be
parentfa07aff64942e75f3437e96604664dfa715cdfb1 (diff)
downloadmanifest-8454daceaf7c5787e15f640a326fa53e9bf5a7dd.tar.gz
optee.xml: add group with hikey
so that the optee projects will only be repo synced for hikey builds, and not make confusion for other platforms like x15 builds Change-Id: I2e6defedbf03cc1f77da433c6e2c6c563d5ffff4 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..496816583 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="master" remote="github-optee" groups="notdefault,hikey" />
+ <project path="external/optee_client" name="OP-TEE/optee_client" revision="master" remote="github-optee" groups="notdefault,hikey" />
+ <project path="optee/optee_os" name="OP-TEE/optee_os" revision="master" remote="github-optee" groups="notdefault,hikey" />
+ <project path="external/optee_examples" name="linaro-swg/optee_examples" revision="master" remote="github-optee" groups="notdefault,hikey" />
</manifest>