blob: ccd1d1807443b78a614e0595bf70c5d974a2dc49 (
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
|
<?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-rust --> <!-- freescale bsp --> <!-- meta-amb -->
<!-- meta-qt5 -->
<remote name="github" fetch="https://github.com/" />
<!-- 01.org (Intel) -->
<remote name="01org" fetch="https://github.com/01org/" />
<default revision="blowfish"
remote="agl"
sync-j="4" />
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" />
<project name="AGL/meta-agl-devel" path="meta-agl-devel" />
<project name="AGL/meta-agl-extra" path="meta-agl-extra" />
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<!-- Yocto/OpenEmbedded things. -->
<project name="poky" path="poky" remote="yocto" revision="jethro"/>
<project name="meta-openembedded" remote="openembedded" revision="jethro"/>
<!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
<project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="jethro"/>
<!-- Porter specific things. -->
<project name="AGL/meta-renesas" path="meta-renesas" />
<!-- MinnowBoard MAX specific things -->
<project name="meta-intel" remote="yocto" revision="jethro"/>
<!-- i.MX6 / e.g. wandboard specific things -->
<project name="meta-fsl-arm" remote="yocto" revision="jethro"/>
<project name="Freescale/meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="github" revision="jethro"/>
<!-- ti vayu / jacinto 6 / DRA7 -->
<project name="meta-ti" remote="yocto" revision="543dac569bb64a3b75e549fb17a5ef65d590dc1b" upstream="master"/>
<!-- iotivity -->
<!-- unused -->
<!-- <project name="meta-oic" remote="yocto" revision="69146eaf8bc05c74c377e731b7e16d82854a4659" upstream="1.0.1"/> -->
<!-- meta-amb -->
<project name="tripzero/meta-amb" path="meta-amb" remote="github" revision="ef3495bb8d6543709f6d1f7b657cb894d32c1757" upstream="master"/>
<!-- meta-rust -->
<project name="konsulko/meta-rust" path="meta-rust" remote="github" revision="395cde581938d862abb6a9219c0118c81cf01da2" upstream="jethro"/>
<!-- rpi 2 and 3 -->
<project name="meta-raspberrypi" remote="yocto" revision="2745399f75d7564fcc586d0365ff73be47849d0e" upstream="master"/>
<!-- DragonBoard 410c specific things -->
<project name="meta-qcom" remote="yocto" revision="jethro"/>
<!-- Image Security Analysis FrameWork (isafw) -->
<project name="meta-security-isafw" remote="01org" revision="jethro"/>
<!-- IoT Security layer -->
<project name="meta-intel-iot-security" remote="01org" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" upstream="master"/>
</manifest>
|