forked from ayufan-rock64/linux-manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
17 lines (16 loc) · 744 Bytes
/
default.xml
File metadata and controls
17 lines (16 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="pfeerick"
fetch="."
review="https://github.com/pfeerick-rock64/" />
<remote name="github"
fetch="https://github.com/" />
<default revision="master"
remote="pfeerick"
sync-j="4" />
<project path="kernel" name="linux-kernel" revision="release-4.4" groups="tagged" />
<project path="kernel-mainline" name="linux-mainline-kernel" revision="master" groups="tagged" />
<project path="u-boot" name="linux-u-boot" revision="rockchip-master" groups="tagged" />
<project path="arm-trusted-firmware" name="arm-trusted-firmware" revision="rockchip" groups="tagged" />
<project path="rkbin" name="rkbin" />
</manifest>