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

arm/edk2: update to 202408

Update edk2 to the latest stable release tag, and update edk2-platforms
to the last SHA that seems to work.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-10-14 12:54:47 -04:00
parent 33fa7e75ed
commit 8a03ee5fdf
4 changed files with 9 additions and 9 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 = "3e722403cd16388a0e4044e705a2b34c841d76ca"
SRCREV = "b158dad150bf02879668f72ce306445250838201"
UPSTREAM_CHECK_GITTAGREGEX = "^edk2-stable(?P<pver>\d+)$"
@@ -1,7 +0,0 @@
SRCREV_edk2 ?= "3e722403cd16388a0e4044e705a2b34c841d76ca"
SRCREV_edk2-platforms ?= "59c686673992d7549c2b054773d5d1b5e739a88b"
# FIXME - clang is having issues with antlr
TOOLCHAIN:aarch64 = "gcc"
require recipes-bsp/uefi/edk2-firmware.inc
@@ -0,0 +1,7 @@
SRCREV_edk2 ?= "b158dad150bf02879668f72ce306445250838201"
SRCREV_edk2-platforms ?= "a3c898956a4d48dc5980336fa6ce6eeb23c4f72b"
# 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_202405.bb
require recipes-bsp/uefi/edk2-firmware_202408.bb
PROVIDES:remove = "virtual/bootloader"
LICENSE += "& Apache-2.0"