Update repo manifests to use only https sources
[AGL/AGL-repo.git] / default-floating.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <manifest>
3
4   <!-- remote servers to query -->
5   <remote name="agl"
6          fetch="https://gerrit.automotivelinux.org/gerrit/"
7          review="https://gerrit.automotivelinux.org/gerrit/"
8          pushurl="ssh://gerrit.automotivelinux.org:29418"
9   />
10   <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
11   <remote name="github" fetch="https://github.com/" />
12
13   <!-- defaults -->
14   <default remote="agl" sync-j="4" revision="master"/>
15
16
17   <!-- CORE -->
18
19   <!-- use agl revisions/branches here -->
20
21   <!-- AGL things. -->
22   <project name="AGL/meta-agl" path="meta-agl" />
23   <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" />
24   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
25   <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
26   <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
27   <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" />
28
29
30   <!-- FLOATING has no fixed revision for external repos ! -->
31
32   <!-- YOCTO & OE -->
33
34   <!-- Yocto/OpenEmbedded things. -->
35   <project name="poky" path="poky" remote="yocto" revision="thud" />
36   <project name="meta-gplv2" path="meta-gplv2" remote="yocto" revision="thud" />
37   <project name="openembedded/meta-openembedded" path="meta-openembedded" remote="github" revision="thud" />
38
39
40   <!-- UPSTREAM COMPONENTS -->
41
42   <!-- meta-virtualization -->
43   <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="thud"/>
44
45   <!-- Qt things -->
46   <project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="thud"/>
47
48   <!-- Updater layers. -->
49   <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="thud"/>
50   <project name="advancedtelematic/meta-updater-qemux86-64" path="meta-updater-qemux86-64" remote="github" revision="thud"/>
51
52   <!-- Security layer -->
53   <project name="meta-security" path="meta-security" remote="yocto" revision="thud"/>
54
55   <!-- SmartDeviceLink layer -->
56   <project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="thud"/>
57
58   <!-- meta-spdxscanner - support for fossology -->
59   <project name="dl9pf/meta-spdxscanner" path="meta-spdxscanner" remote="github" revision="master"/>
60
61
62   <!-- BSPs -->
63
64   <!-- Renesas Gen3 specific things -->
65   <project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3" />
66   <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="thud-v3.15.0"/>
67
68   <!-- MinnowBoard MAX specific things -->
69   <project name="meta-intel" path="meta-intel" remote="yocto" revision="thud"/>
70
71   <!-- consolidate on meta-freescale from git.yoctoproject.org -->
72   <project name="meta-freescale" path="meta-freescale" remote="yocto" revision="thud"/>
73
74   <!-- Boundary devices bsp layer -->
75   <project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="master"/>
76
77   <!-- ti vayu / jacinto 6 / DRA7 -->
78   <project name="meta-ti" path="meta-ti" remote="yocto" revision="thud"/>
79
80   <!-- rpi 2, 3 and 3 B+ -->
81   <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="thud"/>
82
83   <!-- DragonBoard 410c specific things -->
84   <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="thud"/>
85
86   <!-- Altera SOCFPGA platform -->
87   <!-- https://github.com/kraj/meta-altera -->
88   <project name="kraj/meta-altera" path="meta-altera" remote="github" revision="thud"/>
89
90   <!-- Sancloud BSP layers -->
91   <project name="SanCloudLtd/meta-sancloud" path="meta-sancloud" remote="github" revision="thud"/>
92   <project name="EmbeddedAndroid/meta-rtlwifi" path="meta-rtlwifi" remote="github" revision="master"/>
93
94   <!-- meta-synopsys - support for ARC HSDK board -->
95   <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="meta-synopsys" remote="github" revision="thud-agl"/>
96
97 </manifest>