From 2f592aa7eafda0b697f358ead1532aca1230beca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Oct 2020 17:00:46 +0100 Subject: [PATCH] arm/edk2-firmare: use gitsm fetcher The EDK2 repository contains a number of submodules and some builds need them, so use the gitsm fetcher to ensure they're always fetched. Change-Id: I63cf20900b3fa636f409926222c715b7f6a7bb89 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/uefi/edk2-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/uefi/edk2-firmware_git.bb b/meta-arm/recipes-bsp/uefi/edk2-firmware_git.bb index 74924b44..4012f0ed 100644 --- a/meta-arm/recipes-bsp/uefi/edk2-firmware_git.bb +++ b/meta-arm/recipes-bsp/uefi/edk2-firmware_git.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://edk2/License.txt;md5=2b415520383f7964e96700ae12b4570a LIC_FILES_CHKSUM += "file://edk2/edk2-platforms/License.txt;md5=2b415520383f7964e96700ae12b4570a" SRC_URI ?= "\ - git://github.com/tianocore/edk2.git;name=edk2;destsuffix=${S}/edk2;nobranch=1 \ + gitsm://github.com/tianocore/edk2.git;name=edk2;destsuffix=${S}/edk2;nobranch=1 \ git://github.com/tianocore/edk2-platforms.git;name=edk2-platforms;destsuffix=${S}/edk2/edk2-platforms;nobranch=1 \ " SRCREV_edk2 ?= "6ff7c838d09224dd4e4c9b5b93152d8db1b19740"