[PATCH v8 4/9] sandbox: Build the mkeficapsule tool for the sandbox variants
Tom Rini
trini at konsulko.com
Thu Aug 10 17:52:32 CEST 2023
On Thu, Aug 10, 2023 at 07:53:33PM +0530, Sughosh Ganu wrote:
> Build the mkeficapsule tool for all the sandbox variants. This tool
> will be used subsequently for testing capsule generation in binman.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
> ---
> Changes since V7: None
>
> tools/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/Kconfig b/tools/Kconfig
> index 6e23f44d55..353a855243 100644
> --- a/tools/Kconfig
> +++ b/tools/Kconfig
> @@ -91,10 +91,10 @@ config TOOLS_SHA512
> Enable SHA512 support in the tools builds
>
> config TOOLS_MKEFICAPSULE
> - bool "Build efimkcapsule command"
> - default y if EFI_CAPSULE_ON_DISK
> + bool "Build mkeficapsule tool"
> + default y if EFI_CAPSULE_ON_DISK || SANDBOX
> help
> - This command allows users to create a UEFI capsule file and,
> + This tool allows users to create a UEFI capsule file and,
> optionally sign that file. If you want to enable UEFI capsule
> update feature on your target, you certainly need this.
Sorry, what is this fixing exactly?
--
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/20230810/a190674f/attachment.sig>
More information about the U-Boot
mailing list