Add i.mx specific layers to manifest
[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="yocto"
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   <remote name="freescale"
17           fetch="https://github.com/Freescale/" />
18
19   <default revision="master"
20            remote="agl"
21            sync-j="4" />
22
23   <!-- AGL things. -->
24   <project name="AGL/meta-agl" path="meta-agl" />
25   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
26
27   <!-- Yocto/OpenEmbedded things. -->
28   <project name="poky" path="poky" remote="yocto" revision="jethro" />
29   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
30
31   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
32   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>
33
34   <!-- Porter specific things. -->
35   <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
36
37   <!-- MinnowBoard MAX specific things -->
38   <project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" />
39
40   <!-- i.MX6 / e.g. wandboard specific things -->
41   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" />
42   <project name="meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="freescale" revision="jethro" />
43
44 </manifest>