1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm/edk2: update to edk2-stable202405

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-06-04 14:09:46 -04:00
parent 3cf4301fb9
commit 1bcc820850
4 changed files with 9 additions and 9 deletions

View File

@@ -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 = "edc6681206c1a8791981a2f911d2fb8b3d2f5768"
SRCREV = "3e722403cd16388a0e4044e705a2b34c841d76ca"
UPSTREAM_CHECK_GITTAGREGEX = "^edk2-stable(?P<pver>\d+)$"

View File

@@ -1,7 +0,0 @@
SRCREV_edk2 ?= "edc6681206c1a8791981a2f911d2fb8b3d2f5768"
SRCREV_edk2-platforms ?= "07842635c80b64c4a979a652104ea1141ba5007a"
# FIXME - clang is having issues with antlr
TOOLCHAIN:aarch64 = "gcc"
require recipes-bsp/uefi/edk2-firmware.inc

View File

@@ -0,0 +1,7 @@
SRCREV_edk2 ?= "3e722403cd16388a0e4044e705a2b34c841d76ca"
SRCREV_edk2-platforms ?= "59c686673992d7549c2b054773d5d1b5e739a88b"
# FIXME - clang is having issues with antlr
TOOLCHAIN:aarch64 = "gcc"
require recipes-bsp/uefi/edk2-firmware.inc

View File

@@ -1,4 +1,4 @@
require recipes-bsp/uefi/edk2-firmware_202402.bb
require recipes-bsp/uefi/edk2-firmware_202405.bb
PROVIDES:remove = "virtual/bootloader"
LICENSE += "& Apache-2.0"