forked from Angstrom-distribution/angstrom-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
37 lines (31 loc) · 2.24 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
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://bitbucket.org" name="bitbucket"/>
<remote fetch="https://github.com" name="github"/>
<remote fetch="http://git.linaro.org" name="linaro"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="http://git.shr-project.org" name="shr"/>
<remote fetch="http://git.yoctoproject.org/git" name="yocto"/>
<default revision="master" sync-j="4"/>
<project name="Angstrom-distribution/meta-angstrom" path="layers/meta-angstrom" remote="github" revision="angstrom-v2016.06-yocto2.1">
<copyfile dest="setup-environment" src="../../.repo/manifests/setup-environment"/>
</project>
<project name="openembedded/bitbake" path="bitbake" remote="github" revision="d19e305ffa44a848b02ede63dc5de8d2640089e6" upstream="master"/>
<project name="openembedded/meta-linaro" path="layers/meta-linaro" remote="linaro" revision="krogoth" />
<project name="openembedded/meta-openembedded" path="layers/meta-openembedded" remote="github" revision="krogoth"/>
<project name="openembedded/openembedded-core" path="layers/openembedded-core" remote="github" revision="krogoth"/>
<!-- AEOS -->
<remote fetch="ssh://git@github.com" name="private"/>
<project remote="private" name="Ambertec/meta-aeos" path="layers/meta-aeos" revision="krogoth" groups="aeos">
<linkfile dest="Makefile" src="Makefile" />
<linkfile dest="images" src="../../deploy/glibc/images/" />
<linkfile dest="packages" src="../../deploy/glibc/ipk/" />
<linkfile dest="keys" src="keys" />
</project>
<project remote="private" name="imyller/meta-beagleboard" path="layers/meta-beagleboard" revision="master"/>
<project remote="private" name="Ambertec/meta-ambertec" path="layers/meta-ambertec" revision="krogoth" groups="aeos"/>
<project remote="private" name="imyller/meta-nodejs" path="layers/meta-nodejs" revision="krogoth" groups="aeos"/>
<project remote="private" name="imyller/meta-nodejs-contrib" path="layers/meta-nodejs-contrib" revision="krogoth" groups="aeos"/>
<project remote="private" name="imyller/meta-rslsync" path="layers/meta-rslsync" groups="aeos"/>
<project remote="private" name="imyller/meta-micropython" path="layers/meta-micropython" groups="aeos"/>
</manifest>