forked from NVIDIA/tegra-nouveau-rootfs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathl4t-nouveau.xml
27 lines (23 loc) · 1.46 KB
/
l4t-nouveau.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="freedesktop" fetch="git://anongit.freedesktop.org/"/>
<remote name="baserock" fetch="http://git.baserock.org/git/"/>
<remote name="nvidia" fetch="https://github.com/NVIDIA/"/>
<remote name="gnurou" fetch="https://github.com/Gnurou/"/>
<remote name="tagr" fetch="https://gitorious.org/thierryreding/"/>
<default revision="master"/>
<!-- Build scripts -->
<project path="scripts" name="tegra-rootfs-scripts.git" remote="nvidia"/>
<!-- Boot, Kernel and Nouveau modules -->
<project path="tegra-uboot-scripts" name="tegra-uboot-scripts.git" remote="nvidia"/>
<project path="linux" name="linux.git" remote="gnurou" revision="drm"/>
<project path="nouveau" name="nouveau.git" remote="gnurou" revision="gk20a"/>
<project path="linux-firmware" name="linux-firmware.git" remote="gnurou" revision="gk20a"/>
<!-- User-space libraries and programs -->
<project path="pthread-stubs" name="xcb/pthread-stubs.git" remote="freedesktop" revision="refs/tags/0.3"/>
<project path="drm" name="drm.git" remote="gnurou" revision="gk20a"/>
<project path="wayland" name="wayland/wayland.git" remote="freedesktop" revision="refs/tags/1.6.0"/>
<project path="mesa" name="mesa/mesa.git" remote="freedesktop" revision="refs/tags/mesa-10.3"/>
<project path="kmscube" name="kmscube.git" remote="tagr"/>
<project path="weston" name="delta/weston.git" remote="baserock" revision="baserock/james/weston"/>
</manifest>