blob: 951f6b2fbfe110ad97203298b4eff409a404351c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="agl"
fetch="https://gerrit.automotivelinux.org/gerrit/"
review="https://gerrit.automotivelinux.org/gerrit/"
pushurl="ssh://gerrit.automotivelinux.org:29418"
/>
<remote name="yocto" fetch="git://git.yoctoproject.org/" />
<remote name="openembedded" fetch="git://git.openembedded.org/" />
<!-- meta-updater --> <!-- freescale bsp --> <!-- 01.org -->
<remote name="github" fetch="https://github.com/" />
<!-- meta-qt5 -->
<remote name="qt.io" fetch="git://code.qt.io/" />
<default remote="agl" sync-j="4" revision="master"/>
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" />
<project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" />
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<project name="AGL/meta-agl-devel" path="meta-agl-devel" />
<project name="AGL/meta-agl-extra" path="meta-agl-extra" />
<!-- Renesas Gen3 specific things -->
<project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3" />
<project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="thud-v3.15.0"/>
<!-- Updater layers. -->
<project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="thud"/>
<project name="advancedtelematic/meta-updater-qemux86-64" path="meta-updater-qemux86-64" remote="github" revision="thud"/>
<!-- Yocto/OpenEmbedded things. -->
<project name="poky" path="poky" remote="yocto" revision="thud" />
<project name="meta-gplv2" path="meta-gplv2" remote="yocto" revision="thud" />
<project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="thud" />
<project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="thud"/>
<!-- Qt things -->
<!-- Qt 5.8 -->
<project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="thud"/>
<!-- MinnowBoard MAX specific things -->
<project name="meta-intel" path="meta-intel" remote="yocto" revision="thud"/>
<!-- i.MX6 / e.g. wandboard specific things -->
<!--
<project name="Freescale/meta-freescale" path="meta-freescale" remote="github" revision="06178400afbd641a6709473fd21d893dcd3cfbfa" revision="pyro"/>
<project name="Freescale/meta-freescale-3rdparty" path="meta-freescale-3rdparty" remote="github" revision="35badbde05d4f10d4faeefc30bc126b5bd228e2e" revision="pyro"/>
<project name="Freescale/meta-freescale-distro" path="meta-freescale-distro" remote="github" revision="cd5c7a2539f40004f74126e9fdf08254fd9a6390" revision="pyro"/>
-->
<!-- consolidate on meta-freescale from git.yoctoproject.org -->
<project name="meta-freescale" path="meta-freescale" remote="yocto" revision="thud"/>
<!-- Boundary devices bsp layer -->
<!-- <project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="master"/> -->
<!-- ti vayu / jacinto 6 / DRA7 -->
<project name="meta-ti" path="meta-ti" remote="yocto" revision="thud"/>
<!-- rpi 2, 3 and 3 B+ -->
<project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="thud"/>
<!-- DragonBoard 410c specific things -->
<project name="meta-qcom" path="meta-qcom" remote="yocto" revision="thud"/>
<!-- Altera SOCFPGA platform -->
<!-- https://github.com/kraj/meta-altera -->
<project name="kraj/meta-altera" path="meta-altera" remote="github" revision="thud"/>
<!-- Security layer -->
<project name="meta-security" path="meta-security" remote="yocto" revision="thud"/>
<!-- SmartDeviceLink layer -->
<project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="thud"/>
<!-- meta-spdxscanner - support for fossology -->
<project name="dl9pf/meta-spdxscanner" path="meta-spdxscanner" remote="github" revision="master"/>
</manifest>
|