common: move common repositories to separate file
Move OP-TEE, linaro-swg and buildroot repositories to
separate common.xml, so it can be included by other manifests.
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
diff --git a/synquacer.xml b/synquacer.xml
index 99a11c7..72cfa3b 100644
--- a/synquacer.xml
+++ b/synquacer.xml
@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote name="github" fetch="https://github.com" />
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
- <default remote="github" revision="master" />
-
- <!-- OP-TEE gits -->
- <project path="optee_client" name="OP-TEE/optee_client.git" />
- <project path="optee_os" name="OP-TEE/optee_os.git" />
- <project path="optee_test" name="OP-TEE/optee_test.git" />
+ <include name="common.xml" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="synquacer.mk" dest="build/Makefile" />
</project>
+ <include name="include/linaro-swg.xml" />
+ <remove-project name="buildroot/buildroot.git" />
<!-- Misc gits -->
<project path="SCP-firmware" name="ARM-software/SCP-firmware.git" revision="56d4f515bcf1bc1b843abe343e9cf9dc44898ca2" />