From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Vincent Stehlé" <vincent.stehle@arm.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/fwts: enable for arm
Date: Sat, 1 Oct 2022 18:16:37 +0200 [thread overview]
Message-ID: <20221001161637.GC30794@scaer> (raw)
In-Reply-To: <20220930141350.15305-1-vincent.stehle@arm.com>
Vincent, All,
On 2022-09-30 16:13 +0200, Vincent Stehlé spake thusly:
> The FWTS application and its associated kernel modules do build on arm;
> enable it.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
> Cc: Erico Nunes <nunes.erico@gmail.com>
> ---
> package/fwts/Config.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/fwts/Config.in b/package/fwts/Config.in
> index ac9a2e39098..6be1acac4ed 100644
> --- a/package/fwts/Config.in
> +++ b/package/fwts/Config.in
> @@ -1,6 +1,6 @@
> config BR2_PACKAGE_FWTS
> bool "fwts"
> - depends on BR2_i386 || BR2_x86_64 || BR2_aarch64
> + depends on BR2_i386 || BR2_x86_64 || BR2_aarch64 || BR2_arm
I've introduce BR2_PACKAGE_FWTS_ARCH_SUPPORTS, like we do in other
packages when the list of supported architectures grows a bit too much,
like here.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS # libbsd
> depends on BR2_USE_MMU # libglib2
> depends on BR2_USE_WCHAR # libglib2, libbsd
> @@ -33,7 +33,7 @@ comment "efi_runtime module needs a Linux kernel to be built"
> endif
>
> comment "fwts needs a glibc toolchain w/ wchar, threads, dynamic library"
> - depends on BR2_i386 || BR2_x86_64 || BR2_aarch64
> + depends on BR2_i386 || BR2_x86_64 || BR2_aarch64 || BR2_arm
> depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS # libbsd
> depends on BR2_USE_MMU
> depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-10-01 16:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-30 14:13 [Buildroot] [PATCH] package/fwts: enable for arm Vincent Stehlé
2022-10-01 16:16 ` Yann E. MORIN [this message]
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=20221001161637.GC30794@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=vincent.stehle@arm.com \
/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.