-
Notifications
You must be signed in to change notification settings - Fork 1
/
yocto-celadon.xml
27 lines (23 loc) · 1.28 KB
/
yocto-celadon.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="4" revision="master"/>
<remote fetch="https://github.com/liuming50" name="acrn"/>
<remote fetch="https://github.com/sergioprado" name="bitbake-completion"/>
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<remote fetch="https://github.com/advancedtelematic" name="ats"/>
<project remote="yocto" name="poky" path="sources/poky"/>
<project remote="yocto" name="meta-intel" path="sources/meta-intel"/>
<project remote="yocto" name="meta-zephyr" path="sources/meta-zephyr"/>
<project remote="ats" name="meta-updater" path="sources/meta-updater"/>
<project remote="oe" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="bitbake-completion" name="bitbake-bash-completion" path="sources/bitbake-bash-completion"/>
<project remote="acrn" name="meta-acrn" path="sources/meta-acrn">
<linkfile dest="acrn-init-build-env" src="acrn-init-build-env"/>
<linkfile dest="acrn-init-celadon-host-tools" src="acrn-init-celadon-host-tools"/>
<linkfile dest="README.md" src="README.md"/>
</project>
<project remote="acrn" name="docker-builder" path="docker">
<linkfile dest="setup" src="setup"/>
</project>
</manifest>