default.xml: Use branch Jethro for meta-rust
[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="master"
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-demo" path="meta-agl-demo" />
28
29   <!-- Yocto/OpenEmbedded things. -->
30   <project name="poky" path="poky" remote="yocto" revision="jethro" />
31   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
32
33   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
34   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="jethro"/>
35
36   <!-- Porter specific things. -->
37   <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
38
39   <!-- MinnowBoard MAX specific things -->
40   <project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" />
41
42   <!-- i.MX6 / e.g. wandboard specific things -->
43   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" />
44   <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="jethro" />
45
46   <!-- ti vayu / jacinto 6 / DRA7 -->
47   <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
48
49   <!-- iotivity -->
50   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" />
51
52   <!-- meta-amb -->
53   <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" />
54
55   <!-- meta-rust -->
56   <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="jethro" />
57
58   <!-- rpi 2 and 3 -->
59   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" />
60
61   <!-- DragonBoard 410c specific things -->
62   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="jethro" />
63
64   <!-- Image Security Analysis FrameWork (isafw) -->
65   <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="jethro" />
66
67 </manifest>