commit | f0700acd1ae55f937413e960927cf3f5ce56a0de | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Apr 09 10:23:29 2024 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Tue Apr 09 11:40:54 2024 +0100 |
tree | b50f82d897bd50d817226d7a1d7541380f60a054 | |
parent | 8760971f84a736dd670d463feb811b397925db61 [diff] |
Util: Make sure to init/update submodules on checkout The git_checkout() utility function must make sure that any submodule available in the source tree gets properly updated and initialized recursively by calling: git submodule update --init --recursive when the option "SYNC_ALL_SUBMODULES" is passed as last parameter Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: I83f5a64a2244e11925b0bec7e9f6396835584d06