Mirror stable branch manifests in master
[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          pushurl="ssh://gerrit.automotivelinux.org:29418"
8   />
9
10   <remote name="yocto"
11           fetch="git://git.yoctoproject.org/" />
12   <remote name="openembedded"
13           fetch="git://git.openembedded.org/" />
14
15   <!-- meta-rust --> <!-- freescale bsp -->
16   <!-- meta-qt5  -->
17   <remote name="github" fetch="https://github.com/" />
18
19   <!-- 01.org (Intel) -->
20   <remote name="01org" fetch="https://github.com/01org/" />
21
22   <remote fetch="git://git.freescale.com/imx" name="fsl-release" />
23
24   <default revision="master"
25            remote="agl"
26            sync-j="4" />
27
28   <!-- AGL things. -->
29   <project name="AGL/meta-agl" path="meta-agl" />
30   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
31   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
32   <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
33
34   <!-- Yocto/OpenEmbedded things. -->
35   <project name="poky" path="poky" remote="yocto" revision="morty" />
36   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="morty" />
37
38   <!-- Qt things --> <!-- meta-qt5 has qt5.7.x in branch morty -->
39   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="morty" />
40
41   <!-- Porter specific things. -->
42   <project name="AGL/meta-renesas" path="meta-renesas" />
43
44   <!-- Renesas Gen3 specific things -->
45   <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="v2.12.0" />
46
47   <!-- MinnowBoard MAX specific things -->
48   <project name="meta-intel" path="meta-intel" remote="yocto" revision="morty" />
49
50   <!-- i.MX6 / e.g. wandboard specific things -->
51   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="krogoth" />  <!-- no morty branch, krogoth branch active -->
52   <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="morty" />
53   <!-- <project name="meta-fsl-bsp-release" path="meta-fsl-bsp-release" remote="fsl-release" revision="jethro_4.1.15-1.0.0_ga" /> To be enabled for sabre. Off due to clone time -->
54
55   <!-- Boundary devices bsp layer -->
56   <project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="morty" />
57
58   <!-- ti vayu / jacinto 6 / DRA7 -->
59   <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
60
61   <!-- iotivity -->
62   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.2.0" />
63
64   <!-- meta-rust -->
65   <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="a506df4ba4b186e311117d5bdc6a54844583a4fd" />
66
67   <!-- rpi 2 and 3 -->
68   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="morty" />
69
70   <!-- DragonBoard 410c specific things -->
71   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="morty" />
72
73   <!-- Image Security Analysis FrameWork (isafw) -->
74   <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="master" />
75
76   <!-- IoT Security layer -->
77   <project name="meta-intel-iot-security" path="meta-intel-iot-security" remote="01org" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" />
78
79 </manifest>