-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
17 lines (15 loc) · 860 Bytes
/
default.xml
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>
<default revision="pyro" sync-j="4"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="ssh://git@gitlab.com/" name="gitlab"/>
<remote fetch="git://github.com/aurelihein/" name="aurelihein"/>
<project remote="yocto" name="poky" revision="pyro" path="sources/poky"/>
<project remote="yocto" name="meta-raspberrypi" revision="pyro" path="sources/meta-raspberrypi"/>
<project remote="oe" name="meta-openembedded" revision="pyro" path="sources/meta-openembedded"/>
<project remote="aurelihein" name="meta-bouin.git" revision="master" path="sources/meta-bouin">
<copyfile src="rpi-bouin-init-build-env" dest="rpi-bouin-init-build-env" />
<copyfile src="README.md" dest="README.md" />
</project>
</manifest>