[5/5] tools: build dumpfwumdata with tools-only_defconfig

Message ID 20251228151824.25667-6-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • Add dumpfwumdata tool for FWU metadata image
Related show

Commit Message

Dario Binacchi Dec. 28, 2025, 3:17 p.m. UTC
Always build dumpfwumdata when using tools-only_defconfig.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

---

 configs/tools-only_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek Jan. 5, 2026, 3:42 p.m. UTC | #1
ne 28. 12. 2025 v 16:19 odesílatel Dario Binacchi
<dario.binacchi@amarulasolutions.com> napsal:
>
> Always build dumpfwumdata when using tools-only_defconfig.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
>
> ---
>
>  configs/tools-only_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
> index bdc646e29b32..bbcb64879fac 100644
> --- a/configs/tools-only_defconfig
> +++ b/configs/tools-only_defconfig
> @@ -41,3 +41,4 @@ CONFIG_VIRTIO_SANDBOX=n
>  CONFIG_GENERATE_ACPI_TABLE=n
>  CONFIG_TOOLS_MKEFICAPSULE=y
>  CONFIG_TOOLS_MKFWUMDATA=y
> +CONFIG_TOOLS_DUMPFWUMDATA=y

Order is different. This should be above CONFIG_TOOLS_MKFWUMDATA.

M

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index bdc646e29b32..bbcb64879fac 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -41,3 +41,4 @@  CONFIG_VIRTIO_SANDBOX=n
 CONFIG_GENERATE_ACPI_TABLE=n
 CONFIG_TOOLS_MKEFICAPSULE=y
 CONFIG_TOOLS_MKFWUMDATA=y
+CONFIG_TOOLS_DUMPFWUMDATA=y