forked from thesofproject/sof-manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
32 lines (21 loc) · 985 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="sof-github"
fetch="https://github.com/thesofproject/" />
<!-- firmware projects -->
<project remote="sof-github"
name="sof.git" path="sof/sof" revision="master" />
<project remote="sof-github"
name="xtensa-overlay.git" path="sof/xtensa-overlay" revision="sof-gcc8.1" />
<project remote="sof-github"
name="crosstool-ng.git" path="sof/crosstool-ng" revision="sof-gcc8.1" />
<project remote="sof-github"
name="newlib-xtensa.git" path="sof/newlib-xtensa" revision="xtensa" />
<!-- Linux kernel projects -->
<project remote="sof-github"
name="linux.git" path="kernel/linux" revision="topic/sof-dev" />
<project remote="sof-github"
name="kconfig.git" path="kernel/kconfig" revision="master" />
<project remote="sof-github"
name="acpi-scripts.git" path="kernel/acpi-scripts" revision="master" />
</manifest>