-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathwarrior.xml
More file actions
37 lines (28 loc) · 1011 Bytes
/
warrior.xml
File metadata and controls
37 lines (28 loc) · 1011 Bytes
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
35
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="yocto" fetch="git://git.yoctoproject.org"/>
<remote name="raspberrypi" fetch="https://git.yoctoproject.org/cgit/cgit.cgi"/>
<remote name="qt" fetch="https://github.com/meta-qt5/"/>
<remote name="cuteradio" fetch="https://github.com/bstubert"/>
<project name="meta-openembedded"
remote="oe"
revision="warrior"
path="sources/meta-openembedded"/>
<project name="poky"
remote="yocto"
revision="warrior"
path="sources/poky"/>
<project name="meta-raspberrypi"
remote="raspberrypi"
revision="warrior"
path="sources/meta-raspberrypi"/>
<project name="meta-qt5"
remote="qt"
revision="warrior"
path="sources/meta-qt5"/>
<project name="meta-cuteradio"
remote="cuteradio"
revision="warrior"
path="sources/meta-cuteradio"/>
</manifest>