forked from SoMLabs/somlabs-bsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
27 lines (22 loc) · 1.52 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="4" sync-c="true" revision="master"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="embedded"/>
<remote fetch="git://github.com/freescale" name="freescale"/>
<remote fetch="git://github.com/meta-qt5" name="qt5"/>
<remote fetch="git://github.com/somlabs" name="somlabs" />
<remote fetch="git://github.com/sgunin" name="somlabs-extra" />
<project remote="yocto" revision="thud" name="poky" path="sources/poky"/>
<project remote="qt5" revision="thud" name="meta-qt5" path="sources/meta-qt5" />
<project remote="yocto" revision="thud" name="meta-freescale" path="sources/meta-freescale"/>
<project remote="embedded" revision="thud" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="freescale" revision="thud" name="meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty"/>
<project remote="freescale" revision="thud" name="meta-freescale-distro" path="sources/meta-freescale-distro"/>
<project remote="freescale" revision="thud" name="Documentation" path="sources/Documentation"/>
<project remote="freescale" revision="thud" name="fsl-community-bsp-base" path="sources/base"/>
<project remote="somlabs" revision="thud" name="meta-somlabs" path="sources/meta-somlabs"/>
<project remote="somlabs-extra" revision="thud" name="somlabs-extra" path="sources/meta-somlabs-extra">
<linkfile dest="setup-environment" src="setup-environment"/>
</project>
</manifest>