-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.xml
More file actions
36 lines (26 loc) · 1.29 KB
/
default.xml
File metadata and controls
36 lines (26 loc) · 1.29 KB
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
36
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="openembedded"
fetch="git://github.com/openembedded" />
<remote name="Xilinx"
fetch="git://github.com/Xilinx" />
<remote name="balister"
fetch="git://github.com/balister" />
<remote name="yocto"
fetch="git://git.yoctoproject.org/" />
<remote name="ettus"
fetch="http://github.com/EttusResearch" />
<remote name="geon"
fetch="https://github.com/GeonTech/" />
<remote name="kekiefer"
fetch="https://github.com/kekiefer/" />
<default remote="openembedded" revision="master" />
<project name="meta-ettus" remote="kekiefer" path="meta-ettus" revision="rocko+e3xx"/>
<project name="bitbake" path="bitbake" revision="1.28"/>
<project name="openembedded-core" path="oe-core" revision="jethro"/>
<project name="meta-openembedded" path="meta-oe" revision="jethro"/>
<project name="meta-xilinx" remote="Xilinx" path="meta-xilinx" revision="jethro"/>
<project name="meta-sdr" remote="balister" path="meta-sdr" revision="jethro"/>
<project name="meta-redhawk-sdr" remote="geon" path="meta-redhawk-sdr" revision="66198555064787fb6f27546927045d401ad9114b"/>
<project name="meta-redhawk-apps" remote="geon" path="meta-redhawk-apps" revision="jethro"/>
</manifest>