-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
33 lines (27 loc) · 1.97 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://code.ossystems.com.br" name="ossystems" sync-j="4" review="code.ossystems.com.br"/>
<remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
<remote fetch="https://github.com" name="github"/>
<remote fetch="https://git.openembedded.org" name="oe"/>
<default revision="invalidRevision" sync-j="4"/>
<!-- Open Embedded Layers -->
<project remote="oe" revision="1.46" name="bitbake" path="sources/bitbake"/>
<project remote="oe" revision="dunfell" name="openembedded-core" path="sources/openembedded-core"/>
<project remote="oe" revision="dunfell" name="meta-openembedded" path="sources/meta-openembedded"/>
<!-- O.S. Systems Yocto BSP Layers, confs and tools -->
<project remote="ossystems" revision="dunfell" name="meta-ossystems-base" path="sources/meta-ossystems-base"/>
<project remote="ossystems" revision="dunfell" name="ossystems-yocto-base-scripts" path="sources/base">
<copyfile dest="setup-environment" src="setup-environment"/>
</project>
<!-- Freescale BSP components -->
<project remote="github" revision="dunfell" name="Freescale/meta-freescale" path="sources/meta-freescale"/>
<project remote="github" revision="dunfell" name="Freescale/meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty"/>
<!-- TotalCross Layer and dependencies -->
<project remote="github" revision="master" name="TotalCross/meta-totalcross" path="sources/meta-totalcross"/>
<project remote="github" revision="dunfell" name="TotalCross/yocto-project-reference-platform" path="sources/platform"/>
<project remote="github" revision="master" name="OSSystems/meta-browser" path="sources/meta-browser"/>
<project remote="github" revision="dunfell" name="kraj/meta-clang" path="sources/meta-clang"/>
<project remote="oe" revision="dunfell" name="meta-python2" path="sources/meta-python2"/>
<project remote="yocto" revision="master" name="meta-java" path="sources/meta-java"/>
</manifest>