forked from gumstix/yocto-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
40 lines (36 loc) · 2.7 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
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default remote="gumstix" revision="default"/>
<!-- You can have as many remote repositories as you like -->
<remote name="gumstix" fetch="git://github.com/gumstix" />
<remote name="yocto" fetch="git://git.yoctoproject.org" />
<remote name="oe" fetch="git://git.openembedded.org" />
<remote name="bmwcarit" fetch="git://github.com/bmwcarit" />
<remote name="qt5" fetch="git://github.com/meta-qt5" />
<remote name="OSS" fetch="git://github.com/OSSystems" />
<remote name="golang" fetch="git://github.com/mem" />
<remote name="toradex" fetch="http://git.toradex.com" />
<remote name="freescale" fetch="git://github.com/Freescale" />
<remote name="ndechesne" fetch="git://github.com/ndechesne" />
<!-- List all the repositories you want to fetch -->
<!-- "name": git repository's name on hosting server
"remote": the remote host from above (if not the default)
"revision": commitish to checkout (if not the default)
"path": directory where git repository gets cloned/synced -->
<project name="meta-browser" remote="OSS" revision="refs/heads/morty" path="poky/meta-browser"/>
<project name="poky" revision="refs/heads/morty" remote="yocto" />
<project name="meta-openembedded" revision="refs/heads/morty" remote="oe" path="poky/meta-openembedded" />
<project name="meta-gumstix" revision="refs/heads/morty" remote="gumstix" path="poky/meta-gumstix" />
<project name="meta-gumstix-extras" revision="refs/heads/morty" remote="gumstix" path="poky/meta-gumstix-extras" />
<project name="meta-ti" revision="refs/heads/morty" remote="yocto" path="poky/meta-ti" />
<project name="meta-ros" revision="refs/heads/master" remote="bmwcarit" path="poky/meta-ros" />
<project name="meta-java" revision="refs/heads/morty" remote="yocto" path="poky/meta-java" />
<project name="meta-qt5" revision="refs/heads/morty" remote="qt5" path="poky/meta-qt5" />
<project name="meta-raspberrypi" revision="refs/heads/morty" remote="yocto" path="poky/meta-raspberrypi" />
<project name="oe-meta-go" revision="refs/heads/master" remote="golang" path="poky/oe-meta-go" />
<project name="meta-toradex-nxp.git" revision="refs/heads/morty-next" remote="toradex" path="poky/meta-toradex-nxp" />
<project name="meta-toradex-bsp-common.git" revision="refs/heads/morty" remote="toradex" path="poky/meta-toradex-bsp-common" />
<project name="meta-freescale" revision="refs/heads/morty" remote="yocto" path="poky/meta-freescale" />
<project name="meta-freescale-3rdparty" revision="refs/heads/morty" remote="freescale" path="poky/meta-fsl-arm-extra" />
<project name="meta-qcom" revision="refs/heads/morty" remote="ndechesne" path="poky/meta-qcom" />
</manifest>