-
Notifications
You must be signed in to change notification settings - Fork 6
/
default.xml
23 lines (18 loc) · 1.13 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="ssh://[email protected]" name="github"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<!-- ### Yocto Project release used as default for all included layers and components ### -->
<default revision="master"/>
<!-- ### O.S. Systems Embedded Linux Core layers ### -->
<project remote="oe" revision="master" name="bitbake" path="sources/bitbake"/>
<project remote="oe" name="openembedded-core" path="sources/openembedded-core"/>
<project remote="github" name="OSSystemsEmbeddedLinux/meta-ossystems-base" path="sources/meta-ossystems-base"/>
<project remote="github" name="OSSystemsEmbeddedLinux/ossystems-yocto-base-scripts" path="sources/base">
<copyfile dest="setup-environment" src="setup-environment"/>
</project>
<project remote="github" revision="master" name="OSSystemsEmbeddedLinux/ye" path="sources/ye"/>
<!-- ### Project specific configuration ### -->
<project remote="github" name="OSSystemsEmbeddedLinux/ossystems-embedded-linux-platform" path="sources/platform"/>
</manifest>