-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.xml
23 lines (19 loc) · 1.18 KB
/
master.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>
<default remote="github" revision="default"/>
<!-- You can have as many remote repositories as you like -->
<remote name="github" fetch="git://github.com/iZonex" />
<remote name="yocto" fetch="git://git.yoctoproject.org" />
<remote name="oe" fetch="git://git.openembedded.org" />
<!-- List all the repositories you want to fetch -->
<!-- "name": git repository's name on hosting server
"remote": the remote host from above (if not the default)
"revision": commitish to checkout (if not the default)
"path": directory where git repository gets cloned/synced -->
<project name="poky" revision="refs/heads/sumo" remote="yocto" />
<project name="meta-openembedded" revision="refs/heads/sumo" remote="oe" path="poky/meta-openembedded" />
<project name="meta-raspberrypi" revision="refs/heads/sumo" remote="yocto" path="poky/meta-raspberrypi" />
<project name="meta-virtualization" revision="refs/heads/sumo" remote="yocto" path="poky/meta-virtualization" />
<project name="meta-meshiot" revision="master" path="poky/meta-meshiot" />
<project name="mesh-iot" revision="master" path="poky/build" />
</manifest>