blob: 98fd4a7a859da8822954117f6b6c7120e4e150f5 (
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
84
85
86
87
88
89
90
91
|
<?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 --> <!-- 01.org -->
<remote name="github" fetch="https://github.com/" />
<!-- meta-qt5 -->
<remote name="qt.io" fetch="git://code.qt.io/" />
<default revision="master"
remote="agl"
sync-j="4" />
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" revision="refs/changes/57/10457/12"/>
<project name="AGL/meta-agl-demo" path="meta-agl-demo" revision="refs/changes/55/10455/5" />
<project name="AGL/meta-agl-devel" path="meta-agl-devel" />
<project name="AGL/meta-agl-extra" path="meta-agl-extra" />
<!-- Updater layers. -->
<project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="67601afe1536636f9b11d188cd963ea25cec00c3" upstream="pyro"/>
<!-- Yocto/OpenEmbedded things. -->
<project name="poky" path="poky" remote="yocto" revision="4a39979c8d1e560fa54240e99734a651dfbaa63a" upstream="pyro"/>
<project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="5e82995148a2844c6f483ae5ddd1438d87ea9fb7" upstream="pyro"/>
<project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="dd49614c70364a11dc50798f32f1b2ffa3d0409e" upstream="pyro"/>
<!-- Qt things -->
<!-- Qt 5.8 -->
<project name="meta-qt5/meta-qt5" path="meta-qt5" remote="github" revision="31761f625d2151e9d94d0d83067f90a5da6508e1" upstream="pyro"/>
<!-- Porter specific things. -->
<project name="AGL/meta-renesas" path="meta-renesas" revision="refs/changes/87/10587/1" />
<!-- Renesas Gen3 specific things -->
<project name="AGL/meta-renesas-rcar-gen3" path="meta-renesas-rcar-gen3" revision="refs/changes/25/10525/5" />
<!-- MinnowBoard MAX specific things -->
<project name="meta-intel" path="meta-intel" remote="yocto" revision="16aea09d224f3ed2021623d17c3e807f4b8ff18d" />
<!-- i.MX6 / e.g. wandboard specific things -->
<project name="Freescale/meta-freescale" path="meta-freescale" remote="github" revision="acc2df2a62f0c1403e2c539ebaf8830239b84b7b" upstream="pyro" />
<project name="Freescale/meta-freescale-3rdparty" path="meta-freescale-3rdparty" remote="github" revision="a73a14247afbbcf840bab7b76f953004fe109253" upstream="pyro" />
<!-- this should not be pulled-down ~~ jsmoeller -->
<!-- <project name="Freescale/meta-freescale-distro" path="meta-freescale-distro" remote="github" revision="pyro" /> -->
<!-- Boundary devices bsp layer -->
<project name="boundarydevices/meta-boundary" path="meta-boundary" remote="github" revision="f2ca013687adf5ab00796c5f2b75d4aac2657b2e" upstream="pyro"/>
<!-- ti vayu / jacinto 6 / DRA7 -->
<project name="meta-ti" path="meta-ti" remote="yocto" revision="28bd2c60042a3816c2f2dea4df29d28214e361ea" upstream="master" />
<!-- iotivity -->
<project name="meta-oic" path="meta-oic" remote="yocto" revision="1.2.0" />
<!-- meta-rust -->
<project name="meta-rust/meta-rust" path="meta-rust" remote="github" revision="f6d973c5cacb9b52f32118caa879dcc7922d3c98" upstream="pyro"/>
<!-- rpi 2 and 3 -->
<project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="8ba2d6fc80b31c87d25c87c863e2a77752b07c3c" upstream="pyro"/>
<!-- DragonBoard 410c specific things -->
<project name="meta-qcom" path="meta-qcom" remote="yocto" revision="aa09d55d9a34e22e41759392a4f9cd93f6cf8e1c" upstream="pyro"/>
<!-- Altera SOCFPGA platform --> <!-- pinned to version from master until branch for morty exists -->
<!-- https://github.com/kraj/meta-altera -->
<project name="kraj/meta-altera" path="meta-altera" remote="github" revision="9d22d2dab4fd219a9d9651cbfce1bab3c3a7fb6a" />
<!-- Image Security Analysis FrameWork (isafw) -->
<!-- use morty branch for CC and DD - conflicting changes in master-->
<project name="01org/meta-security-isafw" path="meta-security-isafw" remote="github" revision="489abdc65cefb566d696c8b218aa0b9b99a350ae" upstream="master"/>
<!-- IoT Security layer -->
<!-- fixed version since 3936bc3 removed cynara -->
<!-- needs to stay locked until cynara and security-manager are in new repo -->
<project name="01org/meta-intel-iot-security" path="meta-intel-iot-security" remote="github" revision="20bbb97f6d5400b126ae96ef446c3e60c7e16285" upstream="master"/>
<!-- SmartDeviceLink layer -->
<project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="7a47610ba678f4ac4183ddc370281a66ff88989c" upstream="release/4.1.0"/>
</manifest>
|