-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.xml
23 lines (16 loc) · 852 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- koan-aaeon-bsp-repo -->
<manifest>
<default sync-j="8" revision="dunfell"/>
<remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
<remote fetch="https://github.com/koansoftware" name="koan"/>
<remote fetch="https://github.com/openembedded" name="oe"/>
<remote fetch="https://github.com/OE4T" name="oe4t"/>
<project remote="yocto" name="poky" path="sources/poky"/>
<project remote="oe" name="meta-openembedded.git" path="sources/meta-openembedded"/>
<project remote="oe4t" name="meta-tegra" revision="dunfell-l4t-r32.4.2" path="sources/meta-tegra"/>
<project remote="koan" name="meta-aaeon-nvidia" path="sources/meta-aaeon-nvidia">
<linkfile dest="README.md" src="README.md"/>
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
</manifest>