* [Buildroot] [PATCH] package/fwts: enable for arm
@ 2022-09-30 14:13 Vincent Stehlé
2022-10-01 16:16 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Stehlé @ 2022-09-30 14:13 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé
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
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/fwts: enable for arm
2022-09-30 14:13 [Buildroot] [PATCH] package/fwts: enable for arm Vincent Stehlé
@ 2022-10-01 16:16 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-10-01 16:16 UTC (permalink / raw)
To: Vincent Stehlé; +Cc: buildroot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-01 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 14:13 [Buildroot] [PATCH] package/fwts: enable for arm Vincent Stehlé
2022-10-01 16:16 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox