-
Notifications
You must be signed in to change notification settings - Fork 4
/
ameba-3.1_r2.xml
45 lines (33 loc) · 1.93 KB
/
ameba-3.1_r2.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="yp" fetch="https://git.yoctoproject.org"/>
<remote name="oe" fetch="https://github.com/openembedded"/>
<remote name="mbt" fetch="https://github.com/Mbed-TLS"/>
<remote name="ameba-aiot" fetch="https://github.com/Ameba-AIoT"/>
<default remote="ameba-aiot" revision="refs/tags/ameba-3.1_r2" sync-j="4"/>
<!-- yocto -->
<project path="sources/yocto/poky" name="poky" revision="9940cd4d8d7b424ec209a446519dd97c3840dcd4" remote="yp" upstream="kirkstone"/>
<project path="sources/yocto/meta-openembedded" name="meta-openembedded" revision="4da92ed9be41734f6ced46b981958e2e868cbff2" remote="oe" upstream="kirkstone"/>
<project path="sources/yocto/meta-realtek" name="meta-realtek">
<copyfile src="tools/envsetup.sh" dest="envsetup.sh" />
</project>
<!-- linux -->
<project path="sources/kernel/linux-5.4" name="linux-ameba"/>
<!-- uboot -->
<project path="sources/boot/uboot" name="u-boot-ameba"/>
<!-- optee -->
<project path="sources/boot/optee/build" name="optee_build-ameba"/>
<project path="sources/boot/optee/optee_os" name="optee_os-ameba"/>
<project path="sources/boot/optee/optee_client" name="optee_client-ameba" revision="refs/tags/3.13.0"/>
<!-- arm-trusted-firmware -->
<project path="sources/boot/arm-trusted-firmware" name="atf-ameba"/>
<project path="sources/boot/arm-trusted-firmware/mbedtls" name="mbedtls" revision="refs/tags/mbedtls-2.16.2" remote="mbt"/>
<!-- platform engineering tools, sample code -->
<project path="sources/development" name="ameba-linux-development"/>
<!-- tests -->
<project path="sources/tests" name="ameba-linux-tests"/>
<!-- firmware -->
<project path="sources/firmware" name="ameba-linux-firmware"/>
<!-- tools -->
<project path="tools/ameba" name="ameba-linux-tools"/>
</manifest>