forked from gyroidos/gyroidos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyocto-arm32-toradex-colibri.xml
56 lines (42 loc) · 1.92 KB
/
yocto-arm32-toradex-colibri.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- REMOTES -->
<remote name="trustme"
fetch="https://github.com/trustm3/"/>
<remote name="yocto"
fetch="https://git.yoctoproject.org/git/"/>
<remote name="oe"
fetch="git://git.openembedded.org/"/>
<remote name="freescale"
fetch="https://github.com/Freescale"/>
<remote name="github"
fetch="https://github.com/"/>
<remote name="toradex"
fetch="https://git.toradex.com"/>
<!-- DEFAULTS -->
<default revision="dunfell"
remote="yocto"
sync-j="4" />
<project path="poky" name="poky" />
<!-- MANIFEST Repo -->
<project path="trustme/manifest" name="trustme_main" remote="trustme" />
<project path="trustme/build" name="trustme_build" remote="trustme" >
<copyfile src="yocto/init_ws_ids.sh" dest="init_ws.sh" />
</project>
<project path="trustme/cml" name="device_fraunhofer_common_cml" remote="trustme" />
<!-- TRUSTME -->
<project path="meta-trustx" name="meta-trustx" remote="trustme" />
<project path="meta-trustx-nxp" name="meta-trustx-nxp" remote="trustme" />
<project path="meta-openembedded" name="meta-openembedded" remote="oe" />
<project path="meta-virtualization" name="meta-virtualization" />
<project path="meta-intel" name="meta-intel" />
<project path="meta-selinux" name="meta-selinux" />
<project path="meta-java" name="meta-java" />
<!-- Freescale -->
<project path="meta-freescale" name="meta-freescale" remote="yocto" />
<project path="meta-freescale-3rdparty" name="meta-freescale-3rdparty" remote="freescale" />
<project path="meta-freescale-distro" name="meta-freescale-distro" remote="freescale" />
<!-- Toradex -->
<project path="meta-toradex-bsp-common" name="meta-toradex-bsp-common.git" remote="toradex" revision="dunfell-5.x.y" />
<project path="meta-toradex-nxp" name="meta-toradex-nxp.git" remote="toradex" revision="dunfell-5.x.y" />
</manifest>