meta-oic: Update to latest release 1.1.1 (fix)
[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
14   <!-- meta-rust --> <!-- freescale bsp --> <!-- meta-amb -->
15   <!-- meta-qt5  -->
16   <remote name="github" fetch="https://github.com/" />
17
18   <!-- 01.org (Intel) -->
19   <remote name="01org" fetch="https://github.com/01org/" />
20
21   <remote fetch="git://git.freescale.com/imx" name="fsl-release" />
22
23   <default revision="master"
24            remote="agl"
25            sync-j="4" />
26
27   <!-- AGL things. -->
28   <project name="AGL/meta-agl" path="meta-agl" />
29   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
30   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
31   <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
32
33   <!-- Yocto/OpenEmbedded things. -->
34   <project name="poky" path="poky" remote="yocto" revision="krogoth" />
35   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="krogoth" />
36
37   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
38   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="d715f2c1d340fa38f8a9860acc73de5e14a38b75" upstream="krogoth" />
39
40   <!-- Porter specific things. -->
41   <project name="AGL/meta-renesas" path="meta-renesas" />
42
43   <!-- MinnowBoard MAX specific things -->
44   <project name="meta-intel" path="meta-intel" remote="yocto" revision="krogoth" />
45
46   <!-- i.MX6 / e.g. wandboard specific things -->
47   <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="krogoth" />
48   <project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="krogoth" />
49   <!-- <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 -->
50
51   <!-- ti vayu / jacinto 6 / DRA7 -->
52   <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
53
54   <!-- iotivity -->
55   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.1.1" />
56
57   <!-- meta-amb -->
58   <project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="master" />
59
60   <!-- meta-rust -->
61   <project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="krogoth" />
62
63   <!-- rpi 2 and 3 -->
64   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" />
65
66   <!-- DragonBoard 410c specific things -->
67   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="krogoth" />
68
69   <!-- Image Security Analysis FrameWork (isafw) -->
70   <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="master" />
71
72   <!-- IoT Security layer -->
73   <project name="meta-intel-iot-security" path="meta-intel-iot-security" remote="01org" revision="c5906a1553513ef192a58231700357c5f14f4ae4" />
74
75 </manifest>