diff mbox series

[4/4] package/fluent-bit: drop xtensa from wasm-micro-runtime

Message ID 20230327141058.3669326-4-thomas.devoogdt@barco.com
State Superseded, archived
Headers show
Series [1/4] package/fluent-bit: bump to version 2.0.10 | expand

Commit Message

Thomas Devoogdt March 27, 2023, 2:10 p.m. UTC
According lib/wasm-micro-runtime-WAMR-1.1.1/README.md#supported-architectures-and-platforms,
it should be supported, but I saw multiple build errors,
so drop it until someone is able to properly build it.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
---
 package/fluent-bit/Config.in | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/package/fluent-bit/Config.in b/package/fluent-bit/Config.in
index 91fdf02134..2fc74a6446 100644
--- a/package/fluent-bit/Config.in
+++ b/package/fluent-bit/Config.in
@@ -38,7 +38,6 @@  config BR2_PACKAGE_FLUENT_BIT_WASM_ARCH_SUPPORTS
 	default y if BR2_aarch64 || BR2_aarch64_be
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_RISCV_64
-	default y if BR2_xtensa
 
 config BR2_PACKAGE_FLUENT_BIT_WASM
 	bool "wasm runtime support"