From 2cf98a426be62d83930b548fde7971e3d8417eb8 Mon Sep 17 00:00:00 2001 From: Shahriyar Jalayeri Date: Thu, 7 Nov 2024 14:52:28 +0200 Subject: [PATCH] uefi : fix broken build due to missing edk2 submodule This change updates EDK2 to stable202408.01. This is a minor update with only one additonal commit compared the previous version which fixes missing subhook submodule issue by switching to TianoCore mirror. Signed-off-by: Shahriyar Jalayeri --- pkg/uefi/Dockerfile | 4 ++-- .../0000-Add-Xen-spoofing-in-XenPlatformPei.patch | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename pkg/uefi/edk2-patches/{edk2-stable202408 => edk2-stable202408.01}/0000-Add-Xen-spoofing-in-XenPlatformPei.patch (100%) diff --git a/pkg/uefi/Dockerfile b/pkg/uefi/Dockerfile index 6805b76ce9..50ac2e4d8b 100644 --- a/pkg/uefi/Dockerfile +++ b/pkg/uefi/Dockerfile @@ -29,8 +29,8 @@ COPY rpi /rpi FROM build AS build-amd64-versions -ENV EDK_VERSION edk2-stable202408 -ENV EDK_COMMIT b158dad150bf02879668f72ce306445250838201 +ENV EDK_VERSION edk2-stable202408.01 +ENV EDK_COMMIT 4dfdca63a93497203f197ec98ba20e2327e4afe4 FROM build-${TARGETARCH}-versions AS build-edk2 diff --git a/pkg/uefi/edk2-patches/edk2-stable202408/0000-Add-Xen-spoofing-in-XenPlatformPei.patch b/pkg/uefi/edk2-patches/edk2-stable202408.01/0000-Add-Xen-spoofing-in-XenPlatformPei.patch similarity index 100% rename from pkg/uefi/edk2-patches/edk2-stable202408/0000-Add-Xen-spoofing-in-XenPlatformPei.patch rename to pkg/uefi/edk2-patches/edk2-stable202408.01/0000-Add-Xen-spoofing-in-XenPlatformPei.patch