Skip to content

Commit

Permalink
zynqmp.xml: add clone-depth="1"
Browse files Browse the repository at this point in the history
Add clone-depth="1" to all the ZynqMP projects to make the initial repo
sync faster. In my experience, with this the sync time goes down from 10
minutes to about 1 minute.

Signed-off-by: Jerome Forissier <[email protected]>
  • Loading branch information
jforissier committed Jan 24, 2024
1 parent e5a6c86 commit e57743a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zynqmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<remove-project name="linaro-swg/linux.git" />

<!-- Xilinx gits -->
<project path="arm-trusted-firmware" name="Xilinx/arm-trusted-firmware" />
<project path="u-boot-xlnx" name="Xilinx/u-boot-xlnx" revision="refs/tags/xilinx-v2021.1"/>
<project path="linux-xlnx" name="Xilinx/linux-xlnx" revision="refs/tags/xilinx-v2021.1"/>
<project path="bootgen" name="Xilinx/bootgen" revision="refs/tags/xilinx_v2021.1"/>
<project path="arm-trusted-firmware" name="Xilinx/arm-trusted-firmware" clone-depth="1" />
<project path="u-boot-xlnx" name="Xilinx/u-boot-xlnx" revision="refs/tags/xilinx-v2021.1" clone-depth="1" />
<project path="linux-xlnx" name="Xilinx/linux-xlnx" revision="refs/tags/xilinx-v2021.1" clone-depth="1" />
<project path="bootgen" name="Xilinx/bootgen" revision="refs/tags/xilinx_v2021.1" clone-depth="1" />
</manifest>

0 comments on commit e57743a

Please sign in to comment.