-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
18 lines (15 loc) · 1.14 KB
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Link to the manifest format reference: https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md -->
<default remote="yocto" revision="honister"/>
<remote name="yocto" fetch="git://git.yoctoproject.org" />
<remote name="oe" fetch="git://git.openembedded.org" />
<remote name="dev" fetch="https://github.com/systemd-learning" />
<project name="poky" path="sources/poky" revision="honister" remote="yocto" clone-depth="1" />
<project name="meta-arm" path="sources/meta-arm" revision="honister" remote="yocto" clone-depth="1" />
<project name="meta-openembedded" path="sources/meta-openembedded" revision="honister" remote="oe" clone-depth="1" />
<project name="meta-security" path="sources/meta-security" revision="honister" remote="yocto" clone-depth="1" />
<project name="experiments-demo" path="sources/demo" revision="main" remote="dev" clone-depth="1" />
<project name="linux-5.10.y" path="sources/linux" revision="5.10.59" remote="dev" clone-depth="1" />
<project name="systemd" path="sources/systemd" revision="main" remote="dev" clone-depth="1" />
</manifest>