1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp: have sgi575 use EDK2 sources

Move sgi575 off its own unique version of EDK2 and onto using the
version used in the EDK2 recipe.

NOTE: SGI575 not compiling cleanly with EDK2 202011

Change-Id: I7ab9a6673cc91758121b618e6691c25ae67e9a21
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-12-14 18:24:40 -05:00
parent 7cd87c3ee3
commit be19ce6b94
2 changed files with 2 additions and 5 deletions
+2
View File
@@ -23,6 +23,8 @@ PREFERRED_VERSION_linux-yocto ?= "5.7%"
KCONFIG_MODE = "--alldefconfig"
SERIAL_CONSOLES = "115200;ttyAMA0"
PREFERRED_VERSION_edk2-firmware ?= "202008%"
#grub-efi
EFI_PROVIDER ?= "grub-efi"
MACHINE_FEATURES += "efi"
@@ -1,6 +1,3 @@
SRCREV_edk2 = "50528537b2fb0ebdf32c719a0525635c93b905c2"
SRCREV_edk2-platforms = "b972f17b329a85e6aa4d69f240d459839ba8b47c"
# SGI575 specific EDK2 configurations
EDK2_BUILD_RELEASE = "0"
EDK2_PLATFORM = "Sgi575"
@@ -9,5 +6,3 @@ EDK2_BIN_NAME = "BL33_AP_UEFI.fd"
EDK2_ARCH = "AARCH64"
COMPATIBLE_MACHINE = "sgi575"
PV = "202005+git${SRCPV}"