-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
34 lines (27 loc) · 882 Bytes
/
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
34
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="yocto"
fetch="https://git.yoctoproject.org/" />
<remote name="oe"
fetch="https://git.openembedded.org/" />
<remote name="github"
fetch="https://github.com/" />
<default revision="scarthgap"
remote="yocto"
sync-j="4" />
<!-- Poky (Yocto Project) -->
<project name="poky"
path="poky"
revision="scarthgap"
remote="yocto" />
<!-- meta-openembedded -->
<project name="meta-openembedded"
path="meta-openembedded"
revision="scarthgap"
remote="oe" />
<!-- meta-raspberrypi-->
<project name="agherzan/meta-raspberrypi"
path="meta-raspberrypi"
revision="scarthgap"
remote="github" />
</manifest>