Skip to content

ti: set clone-depth=1 for binary repos

Migration requested to merge mkorpershoek/shallow-clone into ti-android-12

Our aosp tree has quite some git repos which contain binaries such as kernel modules, kernel images, OpenGL prebuilds.

These binaries can get quite big (23MB for the kernel Image) and their git history is not super useful.

Make shallow clones for these projects, by adding (clone-depth=1)

Note: this is similar to what is done on Google kernels, see cuttlefish in [1]

[1] https://android.googlesource.com/platform/manifest/+/29572db35f5de917895639d1a0f5e46abd926a5f/default.xml

Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Merge request reports