forked from wenhai0612/estuary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
executable file
·55 lines (38 loc) · 1.3 KB
/
default.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="open-estuary"
fetch="https://github.com/open-estuary/" />
<remote name="qemu"
fetch="git://git.qemu-project.org/" />
<remote name="grub"
fetch="git://git.savannah.gnu.org/" />
<remote name="boot-wrapper"
fetch="https://github.com/virtualopensystems/" />
<default revision="master"
remote="open-estuary"
sync-j="4" />
<!-- kernel -->
<project name="kernel" />
<!-- uefi -->
<project name="uefi" />
<!-- patches -->
<project name="patches" />
<!-- grub -->
<!-- project name="grub" remote="grub" / -->
<project name="grub" />
<!-- bootwrapper -->
<project name="bootwrapper" />
<!-- caliper -->
<project name="caliper" />
<!-- tools -->
<project name="tools" />
<!-- toolchain -->
<!-- project path="toolchain" name="estuary-toolchain" revision="refs/tags/estuary-v1.0" groups="linaro" / -->
<!-- distro -->
<!-- project path="distro" name="estuary-distro" revision="refs/tags/estuary-v1.0" / -->
<!-- qemu -->
<!-- project name="qemu" remote="qemu" revision="refs/tags/v2.2.0" / -->
<project name="qemu" />
<!-- estuary -->
<project name="estuary" />
</manifest>