-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
21 lines (18 loc) · 1016 Bytes
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<default sync-j="4" revision="scarthgap"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="https://github.com/straxy" name="straxy"/>
<remote fetch="https://github.com/linux-sunxi" name="sunxi"/>
<remote fetch="https://github.com/openembedded" name="oe"/>
<remote fetch="https://github.com/sbabic" name="sbabic"/>
<project name="poky" remote="yocto" path="sources/poky"/>
<project name="meta-openembedded" remote="oe" path="sources/meta-openembedded"/>
<project name="qemu-sunxi-yocto" remote="straxy" path="sources/base">
<copyfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
<project name="meta-arm" remote="yocto" path="sources/meta-arm"/>
<project name="meta-sunxi" remote="sunxi" path="sources/meta-sunxi"/>
<project name="meta-swupdate" remote="sbabic" path="sources/meta-swupdate"/>
<project name="meta-mistra" remote="straxy" path="sources/meta-mistra"/>
</manifest>