-
Notifications
You must be signed in to change notification settings - Fork 39
/
default.xml
executable file
·56 lines (39 loc) · 1.26 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
56
<?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/" />
<default revision="master"
remote="open-estuary"
sync-j="4" />
<!-- kernel -->
<project name="kernel" />
<!-- uefi -->
<project name="uefi" />
<!-- patches -->
<project name="patches" />
<!--armor -->
<project name="armor" />
<!-- packages -->
<project name="packages" />
<!-- grub -->
<!-- project name="grub" remote="grub" / -->
<project name="grub" />
<!-- 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/tagname" / -->
<!-- project path="distro" name="estuary-distro" revision="branchname" / -->
<!-- qemu -->
<!-- project name="qemu" remote="qemu" revision="refs/tags/v2.2.0" / -->
<project name="qemu" />
<!-- estuary -->
<project name="estuary" />
</manifest>