-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdefault.xml
More file actions
21 lines (16 loc) · 1.04 KB
/
default.xml
File metadata and controls
21 lines (16 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="ssh://git@github.com" name="github"/>
<!-- ### Yocto Project release used as default for all included layers and components ### -->
<default revision="master"/>
<!-- ### O.S. Systems Embedded Linux Core layers ### -->
<project remote="github" revision="master" name="openembedded/bitbake" path="sources/bitbake"/>
<project remote="github" name="openembedded/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>