6aef220bf7a22f11e522e23609beb985d5fc7519
[AGL/AGL-repo.git] / default.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <manifest>
3
4   <remote name="agl"
5          fetch="https://gerrit.automotivelinux.org/gerrit/"
6         review="https://gerrit.automotivelinux.org/gerrit/"
7   />
8
9   <remote name="yocto"
10           fetch="git://git.yoctoproject.org/" />
11   <remote name="openembedded"
12           fetch="git://git.openembedded.org/" />
13
14   <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb -->
15   <!-- meta-qt5  -->
16   <remote name="github" fetch="https://github.com/" />
17
18   <!-- 01.org (Intel) -->
19   <remote name="01org" fetch="https://github.com/01org/" />
20
21   <default revision="blowfish"
22            remote="agl"
23            sync-j="4" />
24
25   <!-- AGL things. -->
26   <project name="AGL/meta-agl" path="meta-agl" />
27   <project name="AGL/meta-agl-extra" path="meta-agl-devel" />
28   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
29   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
30
31   <!-- Yocto/OpenEmbedded things. -->
32   <project name="poky" path="poky" remote="yocto" revision="jethro" />
33   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
34
35   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
36   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="jethro"/>
37
38   <!-- Porter specific things. -->
39   <project name="AGL/meta-renesas" path="meta-renesas" />
40
41   <!-- MinnowBoard MAX specific things -->
42   <project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" />
43
44   <!-- i.MX6 / e.g. wandboard specific things -->
45   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" />
46   <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="jethro" />
47
48   <!-- ti vayu / jacinto 6 / DRA7 -->
49   <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
50
51   <!-- iotivity -->
52   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" />
53
54   <!-- meta-amb -->
55   <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" />
56
57   <!-- meta-rust -->
58   <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="jethro" />
59
60   <!-- rpi 2 and 3 -->
61   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" />
62
63   <!-- DragonBoard 410c specific things -->
64   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="jethro" />
65
66   <!-- Image Security Analysis FrameWork (isafw) -->
67   <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="jethro" />
68
69   <!-- IoT Security layer -->
70   <project name="meta-intel-iot-security" path="meta-intel-iot-security" remote="01org" revision="c5906a1553513ef192a58231700357c5f14f4ae4" />
71
72 </manifest>