forked from 96boards/oe-rpb-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
28 lines (22 loc) · 1.48 KB
/
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default revision="krogoth" sync-j="4"/>
<remote fetch="http://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="https://github.com" name="github"/>
<remote fetch="https://bitbucket.org" name="bitbucket"/>
<remote fetch="http://git.linaro.org" name="linaro"/>
<remote fetch="http://git.shr-project.org" name="shr"/>
<project remote="linaro" name="openembedded/meta-linaro" path="layers/meta-linaro"/>
<project remote="linaro" name="openembedded/meta-backports" path="layers/meta-backports"/>
<project remote="github" name="openembedded/openembedded-core" path="layers/openembedded-core"/>
<project remote="github" name="openembedded/meta-openembedded" path="layers/meta-openembedded"/>
<project remote="github" name="openembedded/bitbake" path="bitbake" revision="1.30"/>
<project remote="github" name="OSSystems/meta-browser" path="layers/meta-browser" revision="1b4f1e588b1901d8919ea2362b0fcba37c5023e0" />
<project remote="github" name="meta-qt5/meta-qt5" path="layers/meta-qt5"/>
<project remote="github" name="96boards/meta-96boards" path="layers/meta-96boards" revision="master"/>
<project remote="github" name="96boards/meta-rpb" path="layers/meta-rpb" revision="master"/>
<project remote="github" name="ndechesne/meta-qcom" path="layers/meta-qcom">
<linkfile dest="setup-environment" src="../../.repo/manifests/setup-environment"/>
</project>
</manifest>