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