Skip to content

Commit bd9b3fe

Browse files
installation: add buildroot-embedded-linux.md (#1357)
Code: https://gitlab.com/buildroot.org/buildroot/-/tree/master/package/fluent-bit Supported version: https://release-monitoring.org/project/267335 ``` buildroot$ ./utils/test-pkg -p fluent-bit -a arm-aarch64 [ 1/42]: OK bootlin-aarch64-glibc [ 2/42]: OK bootlin-arcle-hs38-uclibc [ 3/42]: OK bootlin-armv5-uclibc [ 4/42]: OK bootlin-armv7-glibc [ 5/42]: OK bootlin-armv7m-uclibc [ 6/42]: SKIPPED bootlin-armv7-musl [ 7/42]: OK bootlin-m68k-5208-uclibc [ 8/42]: SKIPPED bootlin-m68k-68040-uclibc [ 9/42]: OK bootlin-microblazeel-uclibc [10/42]: OK bootlin-mipsel32r6-glibc [11/42]: OK bootlin-mipsel-uclibc [12/42]: OK bootlin-nios2-glibc [13/42]: OK bootlin-openrisc-uclibc [14/42]: OK bootlin-powerpc64le-power8-glibc [15/42]: OK bootlin-powerpc-e500mc-uclibc [16/42]: OK bootlin-riscv32-glibc [17/42]: OK bootlin-riscv64-glibc [18/42]: OK bootlin-riscv64-musl [19/42]: OK bootlin-s390x-z13-glibc [20/42]: OK bootlin-sh4-uclibc [21/42]: OK bootlin-sparc64-glibc [22/42]: OK bootlin-sparc-uclibc [23/42]: SKIPPED bootlin-x86-64-glibc [24/42]: OK bootlin-x86-64-musl [25/42]: OK bootlin-x86-64-uclibc [26/42]: OK bootlin-xtensa-uclibc [27/42]: OK br-arm-basic [28/42]: OK br-arm-full-nothread [29/42]: SKIPPED br-arm-full-static [30/42]: SKIPPED br-i386-pentium4-full [31/42]: OK br-i386-pentium-mmx-musl [32/42]: OK br-mips64-n64-full [33/42]: OK br-mips64r6-el-hf-glibc [34/42]: OK br-powerpc-603e-basic-cpp [35/42]: OK br-powerpc64-power7-glibc [36/42]: OK linaro-aarch64-be [37/42]: OK linaro-aarch64 [38/42]: OK linaro-arm [39/42]: OK sourcery-mips64 [40/42]: OK sourcery-mips [41/42]: OK sourcery-nios2 [42/42]: OK 42 builds, 5 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed ``` Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
1 parent 327fc26 commit bd9b3fe

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* [macOS](installation/macos.md)
4545
* [Windows](installation/windows.md)
4646
* [Yocto / Embedded Linux](installation/yocto-embedded-linux.md)
47+
* [Buildroot / Embedded Linux](installation/buildroot-embedded-linux.md)
4748

4849
## Administration
4950

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Buildroot / Embedded Linux
2+
3+
## Installing
4+
5+
To install, just select fluent-bit in your defconfig.
6+
See the Config.in file for all configuration options.
7+
8+
```defconfig
9+
BR2_PACKAGE_FLUENT_BIT=y
10+
```
11+
12+
## Running
13+
14+
The default config file is written to:
15+
16+
```
17+
/etc/fluent-bit/fluent-bit.conf
18+
```
19+
20+
Fluent-bit is automatically started by the S99fluent-bit script.
21+
22+
## Support
23+
24+
All configurations with a toolchain that supports threads and dynamic library linking are supported.

installation/getting-started-with-fluent-bit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: The following serves as a guide on how to install/deploy/upgrade Fl
2222
| Amazon Linux | [Amazon Linux 2](linux/amazon-linux.md#install-on-amazon-linux-2), [Amazon Linux 2022](linux/amazon-linux.md#amazon-linux-2022) |
2323
| Raspbian / Raspberry Pi | [Raspbian 10](linux/raspbian-raspberry-pi.md#raspbian-10-buster), [Raspbian 11](linux/raspbian-raspberry-pi.md#raspbian-11-bullseye) |
2424
| Yocto / Embedded Linux | [Yocto / Embedded Linux](yocto-embedded-linux.md#fluent-bit-and-other-architectures) |
25+
| Buildroot / Embedded Linux | [Buildroot / Embedded Linux](buildroot-embedded-linux.md) |
2526

2627
## Install on Windows (Packages)
2728

0 commit comments

Comments
 (0)