blob: 8c91feda0c03f03018523b089d4759b0693566d6 [file] [log] [blame]
Igor Opaniuk140d0ff2020-03-05 14:44:54 +02001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote name="github" fetch="https://github.com" />
4
5 <default remote="github" revision="master" />
6
7 <!-- OP-TEE gits -->
Joakim Bechcb7deb32021-01-20 16:45:47 +01008 <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.12.0" clone-depth="1" >
Igor Opaniuk140d0ff2020-03-05 14:44:54 +02009 <linkfile src="verdin.mk" dest="build/Makefile" />
10 </project>
Joakim Bechcb7deb32021-01-20 16:45:47 +010011 <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.12.0" clone-depth="1" />
12 <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.12.0" clone-depth="1" />
13 <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.12.0" clone-depth="1" />
Igor Opaniuk140d0ff2020-03-05 14:44:54 +020014
15 <!-- linaro-swg gits -->
Joakim Bechcb7deb32021-01-20 16:45:47 +010016 <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.12.0" clone-depth="1" />
Igor Opaniuk140d0ff2020-03-05 14:44:54 +020017
18 <!-- temp igoropaniuk gits -->
19 <project path="linux" name="igoropaniuk/linux" revision="mainline_verdin" clone-depth="1" />
20 <project path="u-boot" name="igoropaniuk/u-boot" revision="verdin_latest" clone-depth="1" />
21 <project path="trusted-firmware-a" name="igoropaniuk/trusted-firmware-a" revision="verdin_latest" clone-depth="1" />
22
23 <!-- Misc gits -->
Jerome Forissier99f2e872020-09-21 16:53:26 +020024 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2020.08" clone-depth="1" />
Igor Opaniuk140d0ff2020-03-05 14:44:54 +020025</manifest>