]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
bootstrap: Do not set up Git submodules by default
authorMarc Schink <dev@zapb.de>
Wed, 26 Jun 2024 13:50:45 +0000 (15:50 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Jan 2025 16:17:00 +0000 (16:17 +0000)
commita510d51a78f14fbb8416037a587ce1bfc6016d24
tree856a373459f5776a08021ee0987c4328339f07e7
parent77c904fd13c08077cafd0845107506db408b5bb1
bootstrap: Do not set up Git submodules by default

Building OpenOCD with jimtcl and libjaylink Git submodules is deprecated
and will be removed in the upcoming releases. The remaining 'git2cl'
submodule is only required during the OpenOCD release process.

Only set up Git submodules when the 'with-submodules' argument is used,
for example during the OpenOCD release process or for the transition
period until all submodules are replaced by external dependencies.

We keep the existing 'nosubmodule' argument in order to not break
automatic testing with Jenkins.

Change-Id: Ia4fd765e3a2d6b2c40b084a1ffdf919d5f4f35bb
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8381
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: R. Diez <rdiez-2006@rd10.de>
bootstrap