SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [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" /> |
| 5 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 6 | |
| 7 | <default remote="optee" revision="master" /> |
| 8 | |
| 9 | <!-- OP-TEE gits --> |
| 10 | <project path="optee_os" name="optee_os.git" /> |
| 11 | <project path="optee_client" name="optee_client.git" /> |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 12 | <project path="optee_test" name="optee_test.git" /> |
| 13 | |
Joakim Bech | 4173fb3 | 2016-04-01 14:35:49 +0200 | [diff] [blame] | 14 | <!-- ARM-TF --> |
| 15 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="mt8173_evb" /> |
| 16 | |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 17 | <!-- busybox --> |
Pascal Brand | 5d0b516 | 2016-01-04 21:32:34 +0100 | [diff] [blame] | 18 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 19 | |
Joakim Bech | e463506 | 2016-10-10 11:51:11 +0200 | [diff] [blame] | 20 | <!-- MediaTek Download Tools --> |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 21 | <project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" /> |
Joakim Bech | 56f29ce | 2016-10-11 14:00:06 +0200 | [diff] [blame] | 22 | <project remote="linaro-swg" path="evb-utils" name="evb-utils.git" /> |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 23 | |
| 24 | <!-- Linux kernel --> |
Joakim Bech | 4173fb3 | 2016-04-01 14:35:49 +0200 | [diff] [blame] | 25 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee" /> |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 26 | |
Joakim Bech | e0c3d80 | 2016-10-10 12:07:50 +0200 | [diff] [blame] | 27 | <!-- Hello world TA --> |
| 28 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
| 29 | |
SY Chiu | f909a76 | 2015-07-14 16:16:55 +0800 | [diff] [blame] | 30 | <!-- Filesystem --> |
| 31 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 32 | |
| 33 | <!-- Build --> |
| 34 | <project remote="optee" path="build" name="build.git"> |
| 35 | <linkfile src="mediatek.mk" dest="build/Makefile" /> |
| 36 | </project> |
| 37 | </manifest> |