mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 02:40:18 +00:00
arm/edk2-firmware: add variables to ease SRC_URI changes
Some platforms may want to switch the edk2 or edk2-platform SRC_URI to for example the landing-teams staging repository. Add variables for the base URLs so this can be done surgically. Change-Id: I32612d164f77f9e63e8498c129b512c353b04eaa Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -11,10 +11,15 @@ LIC_FILES_CHKSUM = "file://License.txt;md5=2b415520383f7964e96700ae12b4570a"
|
||||
# EDK2 Platforms
|
||||
LIC_FILES_CHKSUM += "file://edk2-platforms/License.txt;md5=2b415520383f7964e96700ae12b4570a"
|
||||
|
||||
# These can be overridden as needed
|
||||
EDK2_SRC_URI = "gitsm://github.com/tianocore/edk2.git"
|
||||
EDK2_PLATFORMS_SRC_URI = "git://github.com/tianocore/edk2-platforms.git"
|
||||
|
||||
SRC_URI = "\
|
||||
gitsm://github.com/tianocore/edk2.git;name=edk2;destsuffix=edk2;nobranch=1 \
|
||||
git://github.com/tianocore/edk2-platforms.git;name=edk2-platforms;destsuffix=edk2/edk2-platforms;nobranch=1 \
|
||||
${EDK2_SRC_URI};name=edk2;destsuffix=edk2;nobranch=1 \
|
||||
${EDK2_PLATFORMS_SRC_URI};name=edk2-platforms;destsuffix=edk2/edk2-platforms;nobranch=1 \
|
||||
"
|
||||
|
||||
SRCREV_edk2 ?= "6ff7c838d09224dd4e4c9b5b93152d8db1b19740"
|
||||
SRCREV_edk2-platforms ?= "ed4cc8059ec551032f0d8b8c172e9ec19214a638"
|
||||
SRCREV_FORMAT = "edk2_edk2-platforms"
|
||||
|
||||
Reference in New Issue
Block a user