-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkirkstone.xml
33 lines (25 loc) · 1.21 KB
/
kirkstone.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com" />
<remote name="yocto" fetch="https://git.yoctoproject.org" />
<default remote="yocto" revision="kirkstone"/>
<!-- Core layers -->
<!-- we could also use bitbake and openembedded-core from openembedded/
but it is simpler to use poky -->
<project path="poky" name="poky" />
<project path="meta-openembedded" name="openembedded/meta-openembedded" remote="github" />
<!-- Clang -->
<project path="meta-clang" name="kraj/meta-clang" remote="github" />
<!-- SELinux -->
<project path="meta-selinux" name="meta-selinux" />
<!-- Security -->
<project path="meta-security" name="meta-security" />
<!-- Browser -->
<project path="meta-browser" name="OSSystems/meta-browser" remote="github" revision="master" />
<!-- Vendor layers -->
<project path="meta-intel" name="meta-intel" />
<project path="meta-qcom" name="meta-qcom" />
<project path="meta-arm" name="meta-arm" />
<!-- ChromeOS layers -->
<project path="meta-chromeos" name="konsulko/meta-chromeos" remote="github" />
</manifest>