1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

arm-bsp/edk2-firmware: remove redundant SRC_URI

Now that the base recipe uses gitsm: the SRC_URI can be removed from here.

Change-Id: Ic070a8a84c49a9c731690ad660501fb61b092750
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-10-20 17:00:47 +01:00
committed by Jon Mason
parent 2f592aa7ea
commit df856a631b
@@ -1,8 +1,3 @@
SRC_URI = "\
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 \
"
# TAGS and commit ID
SRCREV_edk2 = "50528537b2fb0ebdf32c719a0525635c93b905c2"
SRCREV_edk2-platforms = "b972f17b329a85e6aa4d69f240d459839ba8b47c"
@@ -15,4 +10,4 @@ EDK2_ARCH = "AARCH64"
COMPATIBLE_MACHINE = "sgi575"
PV ?= "202005+git${SRCPV}"
PV = "202005+git${SRCPV}"