From b84dc32e1de11135a57c4a8953b54befd2d4fe1b Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 27 Jul 2021 16:27:50 +0800 Subject: [PATCH] shim_git: fix the do_fetch warning Fixes: WARNING: shim-12+gitAUTOINC+5202f80c32-r0 do_fetch: Failed to fetch URL git://github.com/rhboot/shim.git, attempting MIRRORS if available Signed-off-by: Mingli Yu --- meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb index 1efd286..489f1c3 100644 --- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb @@ -20,7 +20,7 @@ DEPENDS += "\ PV = "12+git${SRCPV}" SRC_URI = "\ - git://github.com/rhboot/shim.git \ + git://github.com/rhboot/shim.git;branch=main \ file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ file://0006-Prevent-from-removing-intermediate-.efi.patch \