forked from OP-TEE/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
travis.xml
35 lines (28 loc) · 1.59 KB
/
travis.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
<remote name="optee" fetch="https://github.com/OP-TEE" />
<remote name="qemu" fetch="https://github.com/qemu" />
<default remote="optee" revision="master" />
<!-- OP-TEE gits -->
<project path="optee_os" name="optee_os.git" clone-depth="1" />
<project path="optee_client" name="optee_client.git" clone-depth="1" />
<project path="optee_test" name="optee_test.git" clone-depth="1" />
<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_1" clone-depth="1" />
<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux.git" revision="optee" clone-depth="1" />
<!-- linaro-swg gits -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" clone-depth="1" />
<project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" />
<project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" />
<project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
<!-- Temporary use the defined commit since upstream tip didn't work -->
<project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" />
<!-- Build -->
<project remote="optee" path="build" name="build.git" clone-depth="1" >
<linkfile src="qemu.mk" dest="build/Makefile" />
</project>
</manifest>