All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Erik Larsson <who+buildroot@cnackers.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/3] package/tpm2-tools: add option for enabling FAPI tools
Date: Sat, 23 Jul 2022 14:50:06 +0200	[thread overview]
Message-ID: <20220723145006.2533b748@windsurf> (raw)
In-Reply-To: <20220101223900.2970405-3-who+buildroot@cnackers.org>

Hello Erik,

On Sat,  1 Jan 2022 23:39:00 +0100
Erik Larsson <who+buildroot@cnackers.org> wrote:

> Signed-off-by: Erik Larsson <who+buildroot@cnackers.org>
> ---
>  package/tpm2-tools/Config.in     | 11 +++++++++++
>  package/tpm2-tools/tpm2-tools.mk |  6 ++++++
>  2 files changed, 17 insertions(+)
> 
> diff --git a/package/tpm2-tools/Config.in b/package/tpm2-tools/Config.in
> index 1a6698570a..cb3eb2b0a5 100644
> --- a/package/tpm2-tools/Config.in
> +++ b/package/tpm2-tools/Config.in
> @@ -21,6 +21,17 @@ config BR2_PACKAGE_TPM2_TOOLS
>  
>  	  https://github.com/tpm2-software/tpm2-tools
>  
> +if BR2_PACKAGE_TPM2_TOOLS
> +
> +config BR2_PACKAGE_TPM2_TOOLS_FAPI
> +	bool "tpm2-tools fapi support"
> +	select BR2_PACKAGE_TPM2_TSS_FAPI

This was missing a:

        depends on BR2_TOOLCHAIN_HAS_SYNC_4

which we inherit because we select BR2_PACKAGE_TPM2_TSS_FAPI.

Also I changed the prompt to "fapi tools", as repeating "tpm2-tools" is
not useful, and the option is more about "fapi tools" than "fapi
support" I believe.

With these small changes, applied to master. Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-07-23 12:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 22:38 [Buildroot] [PATCH 1/3] package/tpm2-tss: remove unused dependency Erik Larsson
2022-01-01 22:38 ` [Buildroot] [PATCH 2/3] package/tpm2-tools: bump version to 5.2 Erik Larsson
2022-01-02  4:04   ` Baruch Siach via buildroot
2022-01-02 21:25   ` Erik Larsson
2022-01-04 17:51     ` Arnout Vandecappelle
2022-01-01 22:39 ` [Buildroot] [PATCH 3/3] package/tpm2-tools: add option for enabling FAPI tools Erik Larsson
2022-01-04 17:52   ` Arnout Vandecappelle
2022-01-05  0:12     ` Erik Larsson
2022-01-04 17:54   ` Arnout Vandecappelle
2022-07-23 12:50     ` Thomas Petazzoni via buildroot
2022-07-23 12:50   ` Thomas Petazzoni via buildroot [this message]
2022-01-04 17:51 ` [Buildroot] [PATCH 1/3] package/tpm2-tss: remove unused dependency Arnout Vandecappelle
2022-01-26 20:03 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220723145006.2533b748@windsurf \
    --to=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=who+buildroot@cnackers.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.