commit | 00beed39073b564a87156e87ec9e10197989dc5e | [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 12:10:17 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: I917e5c580e8a1891b190584bd1ae6a282d061884