foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 62 forks source link

submodules: shallow submodules #159

Closed wangnuannuan closed 2 years ago

wangnuannuan commented 3 years ago
  1. add shallow = true to .gitmodules, then "git submodule update" can optionally clone the submodule repositories shallowly.
  2. add --depth 1 option when fetch mbedtls repo. If fail, then fetch the default branch