1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm/edk2: update to 202402

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-03-20 10:49:40 -04:00
parent da97414dfb
commit a77c2859d1
4 changed files with 9 additions and 2 deletions
@@ -10,7 +10,7 @@ LICENSE = "BSD-2-Clause-Patent"
SRC_URI = "git://github.com/tianocore/edk2.git;branch=master;protocol=https"
LIC_FILES_CHKSUM = "file://License.txt;md5=2b415520383f7964e96700ae12b4570a"
SRCREV = "8736b8fdca85e02933cdb0a13309de14c9799ece"
SRCREV = "edc6681206c1a8791981a2f911d2fb8b3d2f5768"
S = "${WORKDIR}/git"
@@ -0,0 +1,7 @@
SRCREV_edk2 ?= "edc6681206c1a8791981a2f911d2fb8b3d2f5768"
SRCREV_edk2-platforms ?= "07842635c80b64c4a979a652104ea1141ba5007a"
# FIXME - clang is having issues with antlr
TOOLCHAIN:aarch64 = "gcc"
require recipes-bsp/uefi/edk2-firmware.inc
+1 -1
View File
@@ -1,4 +1,4 @@
require recipes-bsp/uefi/edk2-firmware_202311.bb
require recipes-bsp/uefi/edk2-firmware_202402.bb
PROVIDES:remove = "virtual/bootloader"
LICENSE += "& Apache-2.0"