blob: 2da988e2706ed6d74095a6be2be7aae1080ab280 (
plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="agl"
fetch="https://gerrit.automotivelinux.org/gerrit/"
review="https://gerrit.automotivelinux.org/gerrit/"
/>
<remote name="yocto"
fetch="git://git.yoctoproject.org/" />
<remote name="openembedded"
fetch="git://git.openembedded.org/" />
<remote name="qt5"
fetch="https://github.com/meta-qt5/" />
<!-- freescale bsp -->
<remote name="freescale"
fetch="https://github.com/Freescale/" />
<!-- meta-rust -->
<remote name="meta-rust" fetch="https://github.com/jmesmon/" />
<default revision="master"
remote="agl"
sync-j="4" />
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" />
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<!-- Yocto/OpenEmbedded things. -->
<project name="poky" path="poky" remote="yocto" revision="jethro" />
<project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
<!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
<project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>
<!-- Porter specific things. -->
<project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
<!-- MinnowBoard MAX specific things -->
<project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" />
<!-- i.MX6 / e.g. wandboard specific things -->
<project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" />
<project name="meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="freescale" revision="jethro" />
<!-- ti vayu / jacinto 6 / DRA7 -->
<project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
<!-- iotivity -->
<project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" />
<!-- meta-rust -->
<project name="meta-rust" path="meta-rust" remote="meta-rust" revision="master" />
</manifest>
|