Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame^] | 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <remote name="linaro" fetch="https://git.linaro.org" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 5 | |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame^] | 6 | <default remote="github" revision="master" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 7 | |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame^] | 8 | <!-- OP-TEE gits --> |
| 9 | <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| 10 | <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| 11 | <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| 12 | <project path="build" name="OP-TEE/build.git"> |
| 13 | <linkfile src="juno.mk" dest="build/Makefile" /> |
| 14 | </project> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 15 | |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame^] | 16 | <!-- linaro-swg gits --> |
| 17 | <project path="gen_rootfs" name="linaro-swg/gen_rootfs.git" revision="d5429c154fb81fdae75886d505c385b2f0bb7153" /> |
| 18 | <project path="linux" name="linaro-swg/linux.git" revision="6e954e2f2cbd412f7bc874bb9145f69713194e52"/> |
| 19 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 20 | |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame^] | 21 | <!-- Misc gits --> |
| 22 | <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="refs/tags/v1.5-rc2" clone-depth="1" /> |
| 23 | <project path="busybox" name="mirror/busybox.git" revision="refs/tags/1_24_0" clone-depth="1" /> |
| 24 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2018.03" clone-depth="1" /> |
| 25 | <project path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="refs/tags/armlt-20151204-002" clone-depth="1" remote="linaro"/> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 26 | </manifest> |