This repository was archived by the owner on Apr 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.xml
More file actions
60 lines (48 loc) · 2.56 KB
/
default.xml
File metadata and controls
60 lines (48 loc) · 2.56 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="yocto"
fetch="git://git.yoctoproject.org"/>
<default revision="refs/heads/master"
remote="yocto"
sync-j="4"/>
<remote name="oe"
fetch="git://git.openembedded.org"/>
<remote name="github"
fetch="git://github.com"/>
<remote name="linaro"
fetch="git://git.linaro.org/openembedded"/>
<!-- Distro Layer -->
<project name="OpenEneaLinux/meta-oel" remote="github" path="meta-oel"/>
<!-- Core components -->
<project name="poky" remote="yocto" path="poky"/>
<project name="meta-openembedded" remote="oe" path="meta-openembedded"/>
<project name="meta-selinux" remote="yocto" path="meta-selinux"/>
<!-- Application components -->
<project name="meta-virtualization" remote="yocto" path="meta-virtualization"/>
<project name="meta-realtime" remote="yocto" path="meta-realtime"/>
<!-- FIXME: Removed meta-lsi due parse time systemd dependency -->
<!-- <project name="meta-ivi" remote="yocto" path="meta-ivi"/> -->
<project name="meta-cloud-services" remote="yocto" path="meta-cloud-services"/>
<project name="meta-dlna" remote="yocto" path="meta-dlna"/>
<!-- FIXME: Removed meta-eca due to hostname setting -->
<!-- <project name="meta-eca" remote="yocto" path="meta-eca"/> -->
<project name="meta-security" remote="yocto" path="meta-security"/>
<project name="meta-java" remote="yocto" path="meta-java"/>
<project name="meta-qt5/meta-qt5" remote="github" path="meta-qt5"/>
<project name="OSSystems/meta-browser" remote="github" path="meta-browser"/>
<project name="joaohf/meta-erlang" remote="github" path="meta-erlang"/>
<!-- BSP components -->
<project name="meta-ti" remote="yocto" path="meta-ti"/>
<project name="meta-fsl-ppc" remote="yocto" path="meta-fsl-ppc"/>
<project name="meta-fsl-arm" remote="yocto" path="meta-fsl-arm"/>
<project name="meta-intel" remote="yocto" path="meta-intel"/>
<project name="meta-xilinx" remote="yocto" path="meta-xilinx"/>
<project name="beagleboard/meta-beagleboard" remote="github" path="meta-beagleboard"/>
<!-- FIXME: Removed meta-lsi due to parse errors -->
<!-- <project name="meta-lsi" remote="yocto" path="meta-lsi"/> -->
<project name="meta-minnow" remote="yocto" path="meta-minnow"/>
<project name="meta-baryon" remote="yocto" path="meta-baryon"/>
<project name="meta-darwin" remote="yocto" path="meta-darwin"/>
<project name="meta-raspberrypi" remote="yocto" path="meta-raspberrypi"/>
<project name="meta-linaro" remote="linaro" path="meta-linaro"/>
</manifest>