forked from OP-TEE/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversal.xml
17 lines (14 loc) · 788 Bytes
/
versal.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="common.xml" />
<project path="build" name="OP-TEE/build.git" >
<linkfile src="versal.mk" dest="build/Makefile" />
</project>
<remove-project name="linaro-swg/linux.git" />
<!-- Private maintainer git - Xilinx adoption work is in progress -->
<project path="arm-trusted-firmware" name="ldts/arm-trusted-firmware.git" revision="refs/heads/xlnx-v2.7-versal"/>
<!-- Xilinx gits -->
<project path="u-boot" name="Xilinx/u-boot-xlnx.git" revision="refs/tags/xilinx-v2022.1"/>
<project path="linux" name="Xilinx/linux-xlnx.git" revision="refs/tags/xilinx-v2022.1"/>
<project path="bootgen" name="Xilinx/bootgen.git" revision="refs/tags/xilinx_v2022.1"/>
</manifest>