[edk2-devel] [PATCH] OvmfPkg/OvmfXen: Fix build with QemuKernelLoaderFsDxe

Ard Biesheuvel ardb at kernel.org
Mon Sep 6 14:33:55 UTC 2021


On Mon, 6 Sept 2021 at 16:03, Anthony PERARD <anthony.perard at citrix.com> wrote:
>
> From: Anthony PERARD <anthony.perard at citrix.com>
>
> VerifyBlob() has been added recently to QemuKernelLoaderFsDxe, also
> QemuKernelLoaderFsDxe has also been added recently to OvmfXen but
> without an implementation of VerifyBlob().
>
> Fix this by adding the same runes that has been addde to
> OvmfPkgX64.dsc.
>
> Fixes: 9f3eda177a4b ("OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxe")
> Signed-off-by: Anthony PERARD <anthony.perard at citrix.com>

Oops. Thanks for the fix

Merged as #1953




> ---
>  OvmfPkg/OvmfXen.dsc | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/OvmfXen.dsc b/OvmfPkg/OvmfXen.dsc
> index 1a9c06c164a8..a31519e356b7 100644
> --- a/OvmfPkg/OvmfXen.dsc
> +++ b/OvmfPkg/OvmfXen.dsc
> @@ -587,7 +587,10 @@ [Components]
>        NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
>  !endif
>    }
> -  OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf
> +  OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
> +    <LibraryClasses>
> +      NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
> +  }
>    OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.inf
>    OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf
>    OvmfPkg/XenBusDxe/XenBusDxe.inf
> --
> Anthony PERARD
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80273): https://edk2.groups.io/g/devel/message/80273
Mute This Topic: https://groups.io/mt/85412796/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list