Support repo upload for meta-agl/meta-agl-demo
[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="ssh://gerrit.automotivelinux.org:29418/" />
7   <remote name="poky"
8           fetch="git://git.yoctoproject.org/" />
9   <remote name="openembedded"
10           fetch="git://git.openembedded.org/" />
11   <remote name="qt5"
12           fetch="https://github.com/meta-qt5/" />
13
14   <default revision="master"
15            remote="agl"
16            sync-j="4" />
17
18   <!-- AGL things. -->
19   <project name="AGL/meta-agl" path="meta-agl" />
20   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
21
22   <!-- Yocto/OpenEmbedded things. -->
23   <project name="poky" path="poky" remote="poky" revision="df87cb27efeaea1455f20692f9f1397c6fcab254" />
24   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" />
25
26   <!-- Qt things -->
27   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" />
28
29   <!-- Porter specific things. -->
30   <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
31
32 </manifest>