-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
25 lines (19 loc) · 1.47 KB
/
default.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Groups allow repo to restrict which projects to download and are specified with
the '-g' option of 'init' (see 'repo help init'). Projects in the "notdefault"
group are not automatically downloaded by repo.
-->
<manifest>
<remote name="oe" alias="origin" fetch="https://github.com/openembedded" />
<remote name="yocto" alias="origin" fetch="https://git.yoctoproject.org" />
<remote name="agherzan" alias="origin" fetch="https://github.com/agherzan" />
<remote name="openavr" alias="origin" fetch="https://github.com/openavr" />
<project name="manifest-openavr" path="." remote="openavr" groups="src" revision="main" />
<project name="poky" path="oe/poky" remote="yocto" groups="oe" revision="master" />
<project name="meta-openembedded" path="oe/meta-oe" remote="oe" groups="oe" revision="master" />
<project name="meta-arm" path="oe/meta-arm" remote="yocto" groups="oe" revision="master" />
<project name="meta-ti" path="oe/meta-ti" remote="yocto" groups="oe" revision="master" />
<project name="meta-raspberrypi" path="oe/meta-raspberrypi" remote="agherzan" groups="oe" revision="master" />
<project name="meta-openavr" path="oe/meta-openavr" remote="openavr" groups="oe" revision="main" />
</manifest>