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 --> |
Jerome Forissier | 445fda9 | 2018-11-06 14:10:49 +0100 | [diff] [blame] | 17 | <project path="linux" name="linaro-swg/linux.git" revision="221a1acee8047ae65c2d5980e3a7c5f73362c59d"/> |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame] | 18 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 19 | |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame] | 20 | <!-- Misc gits --> |
Joakim Bech | 0f9fe34 | 2019-01-11 09:53:10 +0100 | [diff] [blame^] | 21 | <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" /> |
Jerome Forissier | da2ce6b | 2018-08-03 11:30:04 +0200 | [diff] [blame] | 22 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" /> |
Joakim Bech | fb247aa | 2018-03-14 15:55:03 +0100 | [diff] [blame] | 23 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2018.03" clone-depth="1" /> |
Jens Wiklander | 8018967 | 2018-04-04 13:53:00 +0200 | [diff] [blame] | 24 | <project path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="670a8336738046ac910f4ed3746edc1b4ecf086c" remote="linaro"/> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 25 | </manifest> |