-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.xml
33 lines (30 loc) · 1.17 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
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<notice>
Done syncing. If this is your first time run the following:
export TEMPLATECONF=meta-codercamppi/conf
source poky/oe-init-build-env
</notice>
<!-- remote repo definitions -->
<remote name="yocto" fetch="git://git.yoctoproject.org" />
<remote name="oe" fetch="git://git.openembedded.org" />
<remote name="github" fetch="https://github.com/angrydexterous" />
<!-- list of repos we want fetched -->
<!--
"name": git repo name on the hosting server
"remote": the remote host above (if not the default)
"revision": commitish to checkout (if not the default)
"path": directory where git repo gets cloned to
-->
<project name="poky" remote="yocto"
revision="fido" />
<project name="meta-openembedded" remote="oe"
path="poky/meta-openembedded"
revision="fido" />
<project name="meta-raspberrypi" remote="yocto"
path="poky/meta-raspberrypi"
revision="fido" />
<project name="meta-cloud-services" remote="yocto"
path="poky/meta-cloud-services"
revision="fido-kilo" />
</manifest>