Add default manifest to pull HEAD of AGL Distribution
[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/AGL"
6           review="https://gerrit.automotivelinux.org/gerrit/" />
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="meta-agl" path="meta-agl" />
20   <project name="meta-agl-demo" path="meta-agl-demo" >
21     <!-- Emulator specific things. -->
22     <linkfile dest="conf/emulator/local.conf.sample" src="conf/local.conf.sample" />
23     <linkfile dest="conf/emulator/bblayers.conf.sample" src="conf/bblayers.conf.sample" />
24     <linkfile dest="conf/emulator/conf-notes.txt" src="conf/conf-notes.txt" />
25   </project>
26
27   <!-- Yocto/OpenEmbedded things. -->
28   <project name="poky" path="poky" remote="poky" revision="df87cb27efeaea1455f20692f9f1397c6fcab254" />
29   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" />
30
31   <!-- Qt things -->
32   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" />
33
34   <!-- Porter specific things. -->
35   <project name="meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" >
36     <linkfile dest="conf/porter/local.conf.sample" src="meta-rcar-gen2/conf/local.conf.sample" />
37     <linkfile dest="conf/porter/bblayers.conf.sample" src="meta-rcar-gen2/conf/bblayers.conf.sample" />
38     <linkfile dest="conf/porter/conf-notes.txt" src="meta-rcar-gen2/conf/conf-notes.txt" />
39   </project>
40
41 </manifest>