blob: 37c11f5944b1df0dd2d06076e458098650e53b86 [file] [log] [blame]
SY Chiuf909a762015-07-14 16:16:55 +08001<?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 Chiuf909a762015-07-14 16:16:55 +080012 <project path="optee_test" name="optee_test.git" />
13
Joakim Bech4173fb32016-04-01 14:35:49 +020014 <!-- ARM-TF -->
15 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="mt8173_evb" />
16
SY Chiuf909a762015-07-14 16:16:55 +080017 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010018 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
SY Chiuf909a762015-07-14 16:16:55 +080019
Joakim Beche4635062016-10-10 11:51:11 +020020 <!-- MediaTek Download Tools -->
SY Chiuf909a762015-07-14 16:16:55 +080021 <project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" />
Joakim Beche4635062016-10-10 11:51:11 +020022 <project remote="linaro-swg" path "evb-utils" name="evb-utils.git" />
SY Chiuf909a762015-07-14 16:16:55 +080023
24 <!-- Linux kernel -->
Joakim Bech4173fb32016-04-01 14:35:49 +020025 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee" />
SY Chiuf909a762015-07-14 16:16:55 +080026
Joakim Beche0c3d802016-10-10 12:07:50 +020027 <!-- Hello world TA -->
28 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
29
SY Chiuf909a762015-07-14 16:16:55 +080030 <!-- 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>