summaryrefslogtreecommitdiffstats
path: root/default.xml
blob: 7d5f9ad4c20695f048fae7c86ad42f6fde8cd865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <remote name="agl"
         fetch="https://gerrit.automotivelinux.org/gerrit/"
        review="https://gerrit.automotivelinux.org/gerrit/"
  />

  <remote name="poky"
          fetch="git://git.yoctoproject.org/" />
  <remote name="openembedded"
          fetch="git://git.openembedded.org/" />
  <remote name="qt5"
          fetch="https://github.com/meta-qt5/" />

  <default revision="albacore"
           remote="agl"
           sync-j="4" />

  <!-- AGL things. -->
  <project name="AGL/meta-agl" path="meta-agl" />
  <project name="AGL/meta-agl-demo" path="meta-agl-demo" />

  <!-- Yocto/OpenEmbedded things. -->
  <project name="poky" path="poky" remote="poky" revision="dizzy" />
  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="dizzy" />

  <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
  <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>

  <!-- Porter specific things. -->
  <project name="AGL/meta-renesas" path="meta-renesas"/>

</manifest>