-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefault.xml
34 lines (30 loc) · 1.81 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2019, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
-->
<manifest>
<remote fetch="../seL4" name="seL4"/>
<remote fetch="." name="sel4proj"/>
<default remote="seL4" revision="master"/>
<project name="musllibc.git" path="projects/musllibc" remote="seL4" revision="1aaf321083bd4b9c14413a1a82dbd496f5108a1b" upstream="sel4"/>
<project name="riscv-pk" path="tools/riscv-pk" remote="sel4proj" revision="fix-32bit" upstream="fix-32bit"/>
<project name="seL4.git" path="kernel" remote="seL4" revision="riscv_hyp" upstream="riscv_hyp"/>
<project name="seL4_libs.git" path="projects/seL4_libs" revision="riscv_hyp" upstream="riscv_hyp"/>
<project name="seL4_tools.git" path="tools/seL4" revision="13f0ced490dc9ae7566df72978063dbf7688516e" upstream="master">
<linkfile dest="CMakeLists.txt" src="cmake-tool/default-CMakeLists.txt"/>
<linkfile dest="init-build.sh" src="cmake-tool/init-build.sh"/>
<linkfile dest="griddle" src="cmake-tool/griddle"/>
</project>
<project name="sel4runtime.git" path="projects/sel4runtime" remote="sel4proj" revision="2bd3ae65aa8a5a951bfd56d699837930a6c05c4d" upstream="master"/>
<project name="sel4_riscv_vmm.git" path="projects/sel4_riscv_vmm" remote="sel4proj" upstream="master">
<linkfile dest="easy-settings.cmake" src="easy-settings.cmake"/>
<linkfile dest="settings.cmake" src="settings.cmake"/>
</project>
<project name="util_libs.git" path="projects/util_libs" revision="de5c6cd0fc151d11e79d599afe96a1fc1cc49deb" upstream="master"/>
</manifest>