blob: 34a86a05a16be55342aede77faea2377229c0943 [file] [log] [blame]
Igor Opaniuk36552492017-04-23 20:56:37 +03001<?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 <remote name="ti-u-boot" fetch="git://git.ti.com/ti-u-boot" />
7 <remote name="ti-linux" fetch="git://git.ti.com/ti-linux-kernel" />
8
9 <!-- OP-TEE gits -->
10 <project remote="optee" path="optee_os" name="optee_os.git" revision="master" />
11 <project remote="optee" path="optee_client" name="optee_client.git" revision="master" />
12 <project remote="optee" path="optee_test" name="optee_test.git" revision="master" />
13
14 <!-- busybox -->
15 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
16
17 <!-- U-Boot -->
18 <project remote="ti-u-boot" path="u-boot" name="ti-u-boot.git" revision="ti-u-boot-2017.01" />
19
20 <!-- Linux kernel -->
21 <project remote="ti-linux" path="linux" name="ti-linux-kernel.git" revision="ti-lsk-linux-4.9.y" />
22
Igor Opaniukde6736c2017-08-07 16:03:04 +030023 <!-- Sample applications -->
24 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" revision="master" />
Igor Opaniuk36552492017-04-23 20:56:37 +030025
26 <!-- Filesystem -->
27 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" />
28
29 <!-- Build -->
30 <project remote="optee" path="build" name="build.git" revision="master">
31 <linkfile src="am57xx.mk" dest="build/Makefile" />
32 </project>
33</manifest>