-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
22 lines (17 loc) · 917 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="4" revision="master"/>
<remote fetch="https://git.yoctoproject.org/git" name="yocto"/>
<remote fetch="https://github.com/openembedded" name="oe"/>
<remote fetch="https://github.com/meta-qt5" name="qt5"/>
<remote fetch="https://github.com/lipro-yocto" name="lpn"/>
<project remote="yocto" name="poky" path="sources/poky"/>
<project remote="yocto" name="meta-mingw" path="sources/meta-mingw"/>
<project remote="oe" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="qt5" name="meta-qt5" path="sources/meta-qt5" />
<project remote="lpn" name="lpn-central-bsp-platform" path="platform/base"/>
<project remote="lpn" name="lpn-central-bsp-base" path="sources/base">
<copyfile dest="README.adoc" src="README.adoc"/>
<copyfile dest="setup-environment" src="setup-environment"/>
</project>
</manifest>