Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

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