summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorBenjamin Doron <benjamin.doron00@gmail.com>2020-07-03 04:39:23 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-07-12 19:29:04 +0000
commite51f030e6295fe6ec47bf16d373c427703a0fa1f (patch)
treeca4d952f08e387a3030f6f3b671247aca8a57789 /payloads
parentd8bc5c127ad13ed0475bbf7465f6ba56a5fa34ee (diff)
downloadcoreboot-e51f030e6295fe6ec47bf16d373c427703a0fa1f.tar.gz
coreboot-e51f030e6295fe6ec47bf16d373c427703a0fa1f.tar.bz2
coreboot-e51f030e6295fe6ec47bf16d373c427703a0fa1f.zip
payloads/tianocore: Don't recurse submodules
Upstream does not require it. From the repository readme: "Note: When cloning submodule repos, '--recursive' option is not recommended. EDK II itself will not use any code/feature from submodules in above submodules. So using '--recursive' adds a dependency on being able to reach servers we do not actually want any code from, as well as needlessly downloading code we will not use." Change-Id: I0c5d6dd6e5070720870fc22b2476c6fe8dc7fd40 Signed-off-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/tianocore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile
index 635c0d6c5864..9945411880e3 100644
--- a/payloads/external/tianocore/Makefile
+++ b/payloads/external/tianocore/Makefile
@@ -69,7 +69,7 @@ update: $(project_dir)
else \
echo " Working directory not clean; will not overwrite"; \
fi; \
- git submodule update --init --recursive
+ git submodule update --init
checktools:
echo "Checking uuid-dev..."