Add manifest file for albacore_1.0
[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="refs/tags/albacore_1.0"
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="6d34267e0a13e10ab91b60590b27a2b5ba3b7da6" />
26   <!-- from dizzy branch -->
27   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="7f1df52e9409edcc4d4cd5f34694f8740f56e1bf" />
28   <!-- from dizzy branch -->
29
30   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
31   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="d5536e34ec985c82b621448ab4325e5cbba38560"/>
32   <!-- from jethro branch -->
33
34   <!-- Porter specific things. -->
35   <project name="AGL/meta-renesas" path="meta-renesas"/>
36
37 </manifest>