-
Notifications
You must be signed in to change notification settings - Fork 175
/
hikey.xml
22 lines (19 loc) · 1.71 KB
/
hikey.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="savannah" fetch="https://git.savannah.gnu.org/git" />
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
<include name="common.xml" />
<project path="build" name="OP-TEE/build.git">
<linkfile src="hikey.mk" dest="build/Makefile" />
</project>
<project path="patches_hikey" name="linaro-swg/patches_hikey.git" revision="d9c07f0ac0ce5fe57d367be82b8673aae8e81e96" />
<!-- Misc gits -->
<project path="atf-fastboot" name="96boards-hikey/atf-fastboot.git" revision="d75cfac3877be68bb5e36be3fc57ba597a2d3710" />
<project path="burn-boot" name="96boards-hikey/burn-boot.git" revision="7dcbfb1f1496756294b3068e6e2370a9399dcea2" />
<project path="busybox" name="mirror/busybox.git" revision="refs/tags/1_24_0" clone-depth="1" />
<project path="edk2" name="96boards-hikey/edk2.git" revision="77326b5a153513c826d5a50363eace6ef6b59413" />
<project path="grub" name="grub.git" revision="refs/tags/grub-2.02" clone-depth="1" remote="savannah" />
<project path="l-loader" name="96boards-hikey/l-loader.git" revision="6560d22743d5ec904ff043d87f7f794336076085" />
<project path="OpenPlatformPkg" name="96boards-hikey/OpenPlatformPkg.git" revision="245344ea5421ba126e1eb76484d00b590a4a78f7" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
</manifest>