-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
33 lines (24 loc) · 1.5 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
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="xilinx" fetch="https://github.com/Xilinx"/>
<remote name="yocto" fetch="git://git.yoctoproject.org"/>
<remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="lesterlo" fetch="https://github.com/lesterlo"/>
<remote name="openAMP" fetch="https://github.com/OpenAMP/"/>
<default sync-j="4"/>
<!-- script con -->
<project remote="lesterlo" revision="main" name="mncos-scripts" path="sources/mncos-scripts">
<copyfile dest="setupSDK" src="setupSDK"/>
</project>
<!-- Poky main yocto layer -->
<project remote="yocto" revision="scarthgap" name="poky" path="sources/poky"/>
<!-- Library layer-->
<project remote="oe" revision="scarthgap" name="meta-openembedded" path="sources/meta-openembedded"/>
<project remote="yocto" revision="scarthgap" name="meta-xilinx" path="sources/meta-xilinx"/>
<project remote="yocto" revision="scarthgap" name="meta-xilinx-tools" path="sources/meta-xilinx-tools"/>
<project remote="openAMP" revision="scarthgap" name="meta-openamp" path="sources/meta-openamp"/>
<!-- Distro Layer -->
<project remote="lesterlo" revision="main" name="meta-mncos" path="sources/meta-mncos"/>
<!-- Machine Layer -->
<project remote="lesterlo" revision="main" name="meta-zuboard" path="sources/meta-zuboard"/>
</manifest>