-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
30 lines (25 loc) · 1.67 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="git://github.com" name="github"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="ssh://[email protected]" name="github-ssh"/>
<remote fetch="https://github.com/Freescale" name="freescale"/>
<!-- ### Yocto Project release used as default for all included layers and components ### -->
<default revision="dunfell"/>
<!-- ### O.S. Systems Embedded Linux Core layers ### -->
<project remote="oe" revision="1.46" 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-ssh" name="Ossanes/oel-rpiw0" path="sources/platform"/>
<!-- <project remote="yocto" name="meta-raspberrypi" path="sources/meta-raspberrypi"/> -->
<project remote="freescale" name="meta-freescale-3rdparty" path="sources/meta-freescale-3rdparty"/>
<project remote="oe" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="github-ssh" revision="master" name="Ossanes/meta-aquino" path="sources/meta-aquino"/>
<project remote="freescale" name="meta-freescale" path="sources/meta-freescale"/>
</manifest>