Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="busybox" fetch="git://busybox.net" /> |
| 4 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 5 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
Victor Chong | efe963d | 2016-01-24 07:36:25 +0000 | [diff] [blame] | 6 | <remote name="qemu" fetch="https://github.com/qemu" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 7 | |
| 8 | <default remote="optee" revision="master" /> |
| 9 | |
| 10 | <!-- OP-TEE gits --> |
| 11 | <project path="optee_os" name="optee_os.git" /> |
| 12 | <project path="optee_client" name="optee_client.git" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 13 | <project path="optee_test" name="optee_test.git" /> |
| 14 | |
| 15 | <!-- busybox --> |
Pascal Brand | 5d0b516 | 2016-01-04 21:32:34 +0100 | [diff] [blame] | 16 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 17 | |
| 18 | <!-- Linux kernel --> |
Pascal Brand | 8d2facd | 2016-03-22 16:05:15 +0100 | [diff] [blame] | 19 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 20 | |
| 21 | <!-- linaro-swg gits --> |
| 22 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 23 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" /> |
| 24 | <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" /> |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 25 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
| 26 | |
Igor Opaniuk | f410aef | 2017-05-31 13:49:30 +0300 | [diff] [blame] | 27 | <!-- Benchmark app --> |
| 28 | <project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.git"/> |
| 29 | |
Joakim Bech | 275a759 | 2016-10-06 20:56:16 +0200 | [diff] [blame] | 30 | <!-- Temporary use the defined commit since upstream tip didn't work --> |
| 31 | <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 32 | |
| 33 | <!-- Build --> |
| 34 | <project remote="optee" path="build" name="build.git"> |
| 35 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 36 | </project> |
| 37 | </manifest> |