Update rcar gen3 to BSP 2.23
[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 --> <!-- 01.org -->
16   <remote name="github" fetch="https://github.com/" />
17
18   <!-- meta-qt5  -->
19   <remote name="qt.io" fetch="git://code.qt.io/" />
20
21   <default revision="master"
22            remote="agl"
23            sync-j="4" />
24
25   <!-- AGL things. -->
26   <project name="AGL/meta-agl" path="meta-agl" />
27   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
28   <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
29   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
30
31   <!-- Updater layers. -->
32   <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="pyro"/>
33
34   <!-- Yocto/OpenEmbedded things. -->
35   <project name="poky" path="poky" remote="yocto" revision="pyro" />
36   <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="pyro" />
37   <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="pyro" />
38
39   <!-- Qt things -->
40   <!-- Qt 5.8 -->
41   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="pyro" />
42   <!-- switch from opensource project meta-qt5 to vendor-maintained repo -->
43   <!-- QT uses vendor branch 5.8 -->
44   <!--<project name="yocto/meta-qt5" path="meta-qt5" remote="qt.io" revision="5.8" />-->
45
46   <!-- Porter specific things. -->
47   <project name="AGL/meta-renesas" path="meta-renesas" />
48
49   <!-- Renesas Gen3 specific things -->
50   <project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3" revision="pyro_bsp_2.23" />
51
52   <!-- MinnowBoard MAX specific things -->
53   <project name="meta-intel" path="meta-intel" remote="yocto" revision="pyro" />
54
55   <!-- i.MX6 / e.g. wandboard specific things -->
56   <project name="Freescale/meta-freescale" path="meta-freescale" remote="github" revision="pyro" />
57   <project name="Freescale/meta-freescale-3rdparty" path="meta-freescale-3rdparty" remote="github" revision="pyro" />
58   <project name="Freescale/meta-freescale-distro" path="meta-freescale-distro" remote="github" revision="pyro" />
59
60   <!-- Boundary devices bsp layer -->
61   <project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="pyro" />
62
63   <!-- ti vayu / jacinto 6 / DRA7 -->
64   <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" />
65
66   <!-- iotivity -->
67   <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.2.1" />
68
69   <!-- meta-rust -->
70   <project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="pyro" />
71
72   <!-- rpi 2 and 3 -->
73   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="pyro" />
74
75   <!-- DragonBoard 410c specific things -->
76   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="pyro" />
77
78   <!-- Altera SOCFPGA platform --> <!-- pinned to version from master until branch for morty exists -->
79   <!-- https://github.com/kraj/meta-altera -->
80   <project name="kraj/meta-altera" path="meta-altera" remote="github" revision="4364dbfcb600da82ecdfc4797f112d187e40f1c3" />
81
82   <!-- Image Security Analysis FrameWork (isafw) -->
83   <!-- use morty branch for CC and DD - conflicting changes in master-->
84   <project name="01org/meta-security-isafw" path="meta-security-isafw" remote="github" revision="morty" />
85
86   <!-- IoT Security layer -->
87   <!-- fixed version since 3936bc3 removed cynara -->
88   <project name="01org/meta-intel-iot-security" path="meta-intel-iot-security" remote="github" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" />
89
90   <!-- SmartDeviceLink layer -->
91   <project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="d9451f4d2dd1a3927b0ce5e55a4f0dc9a3daee27" />
92 </manifest>