Update meta-flutter & workspace-automation
[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="poky"
10           fetch="git://git.yoctoproject.org/" />
11   <remote name="openembedded"
12           fetch="git://git.openembedded.org/" />
13   <remote name="qt5"
14           fetch="https://github.com/meta-qt5/" />
15
16   <default revision="master"
17            remote="agl"
18            sync-j="4" />
19
20   <!-- AGL things. -->
21   <project name="AGL/meta-agl" path="meta-agl" />
22   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
23
24   <!-- Yocto/OpenEmbedded things. -->
25   <project name="poky" path="poky" remote="poky" revision="dizzy" />
26   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="dizzy" />
27
28   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
29   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>
30
31   <!-- Porter specific things. -->
32   <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
33
34 </manifest>