[PATCH] qemu: common: Fix build with update capsule

Tom Rini trini at konsulko.com
Mon Nov 29 17:28:16 CET 2021


On Wed, Nov 24, 2021 at 03:54:20PM +0100, Vincent Stehlé wrote:

> The common emulation Makefile has a dependency on a non-existent
> qemu_capsule.o when building with support for capsule update enabled
> (CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y).
> The code which was in qemu_capsule.c has been completely moved to
> lib/efi_loader/efi_capsule.c by commit 7a6fb28c8e4b ("efi_loader: capsule:
> add back efi_get_public_key_data()").
> Remove the false dependency.
> 
> This fixes the following build error:
> 
>   make[1]: *** No rule to make target 'board/emulation/common/qemu_capsule.o', needed by 'board/emulation/common/built-in.o'.  Stop.
> 
> Fixes: commit 47a25e81d35c ("Revert "efi_capsule: Move signature from DTB to .rodata"")
> Signed-off-by: Vincent Stehlé <vincent.stehle at arm.com>
> Cc: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20211129/22d79118/attachment.sig>


More information about the U-Boot mailing list