summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-08-25 03:23:38 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-08-25 03:23:38 +0800
commit00b8442cd08ce865fd82716606eed4b9b5148dfe (patch)
tree5115a954510c4b838de327d67417e3ea7d435697
parent8454daceaf7c5787e15f640a326fa53e9bf5a7dd (diff)
downloadmanifest-00b8442cd08ce865fd82716606eed4b9b5148dfe.tar.gz
optee.xml: use device instead of notdefault for optee projects
otherwise, optee projects will not be repo synced for hikey builds neither Change-Id: I7babc6f502c2482199e8f77930688ec521ff450c 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 496816583..028d1459d 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" 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" />
+ <project path="external/optee_test" name="OP-TEE/optee_test" revision="master" remote="github-optee" groups="device,hikey" />
+ <project path="external/optee_client" name="OP-TEE/optee_client" revision="master" remote="github-optee" groups="device,hikey" />
+ <project path="optee/optee_os" name="OP-TEE/optee_os" revision="master" 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>