From ee69f73dbf1934db7a45088eb3ad1d8b110cbb92 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 1 Mar 2019 13:10:26 -0600 Subject: payloads/tianocore: remove single branch checkout parameter using '--single-branch' when cloning the tianocore repo prevents the use of other branches/commits outside of the checked-out coreboot_fb branch, so remove it. Test: build with TIANOCORE_REVISION selected and revision set to origin/master, verify checkout succeeds Change-Id: If8c93aa87957ba2ff9ab7a58e84d2a25b48ec346 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/31686 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- payloads/external/tianocore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external') diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 06e8b68f1d..2c7439ca7b 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -48,7 +48,7 @@ all: clean build $(project_dir): echo " Cloning $(project_name) from Git" - git clone --single-branch --branch $(project_git_branch) $(project_git_repo) $(project_dir); \ + git clone --branch $(project_git_branch) $(project_git_repo) $(project_dir); \ cd $(project_dir); \ git remote add upstream $(upstream_git_repo) -- cgit v1.2.3