forked from 96boards/oe-rpb-manifest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
default.xml
32 lines (30 loc) · 1.96 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
<?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" name="yocto"/>
<default revision="master" sync-j="4"/>
<project name="96boards/meta-96boards" path="layers/meta-96boards" remote="github"/>
<project name="96boards/meta-rpb" path="layers/meta-rpb" remote="github"/>
<project name="96boards/oe-rpb-manifest" path="conf" remote="github">
<linkfile dest="setup-environment" src="setup-environment-internal"/>
</project>
<project name="Freescale/meta-freescale" path="layers/meta-freescale" remote="github"/>
<project name="OSSystems/meta-browser" path="layers/meta-browser" remote="github"/>
<project name="git/meta-arm" path="layers/meta-arm" remote="yocto"/>
<project name="git/meta-intel" path="layers/meta-intel" remote="yocto"/>
<project name="git/meta-selinux" path="layers/meta-selinux" remote="yocto"/>
<project name="git/meta-ti" path="layers/meta-ti" remote="yocto"/>
<project name="git/meta-virtualization" path="layers/meta-virtualization" remote="yocto"/>
<project name="kraj/meta-clang" path="layers/meta-clang" remote="github"/>
<project name="meta-python2" path="layers/meta-python2" remote="oe"/>
<project name="meta-qt5/meta-qt5" path="layers/meta-qt5" remote="github"/>
<project name="ndechesne/meta-qcom" path="layers/meta-qcom" remote="github"/>
<project name="openembedded/bitbake" path="bitbake" remote="github"/>
<project name="openembedded/meta-linaro" path="layers/meta-linaro" remote="linaro"/>
<project name="openembedded/meta-openembedded" path="layers/meta-openembedded" remote="github"/>
<project name="openembedded/openembedded-core" path="layers/openembedded-core" remote="github"/>
</manifest>