-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
26 lines (22 loc) · 1.38 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="http://code.ossystems.com.br" name="ossystems" review="code.ossystems.com.br"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="https://github.com" name="github" sync-j="4"/>
<remote fetch="ssh://[email protected]/MacnicaDHW" name="macnica" sync-j="4"/>
<default revision="invalidRevision" sync-j="4"/>
<!-- OE-core 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 -->
<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>
<project name="apps/ye" path="sources/ye" remote="ossystems" revision="master"/>
<!-- MacnicaDHW Layers -->
<project remote="macnica" revision="master" name="meta-macnica" path="sources/meta-macnica"/>
<project remote="macnica" revision="master" name="yocto-platform" path="sources/platform"/>
</manifest>