Skip to content

Commit

Permalink
installation: add buildroot-embedded-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDevoogdt committed Apr 20, 2024
1 parent 4c620f2 commit 920c328
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
* [macOS](installation/macos.md)
* [Windows](installation/windows.md)
* [Yocto / Embedded Linux](installation/yocto-embedded-linux.md)
* [Buildroot / Embedded Linux](installation/buildroot-embedded-linux.md)

## Administration

Expand Down
24 changes: 24 additions & 0 deletions installation/buildroot-embedded-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Buildroot / Embedded Linux

## Installing

To install, just select fluent-bit in your defconfig.
See the Config.in file for all configuration options.

```defconfig
BR2_PACKAGE_FLUENT_BIT=y
```

## Running

The default config file is written to:

```
/etc/fluent-bit/fluent-bit.conf
```

Fluent-bit is automatically started by the S99fluent-bit script.

## Support

All configurations that have a toolchain with threads and dynamic library linking.
1 change: 1 addition & 0 deletions installation/getting-started-with-fluent-bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: The following serves as a guide on how to install/deploy/upgrade Fl
| Amazon Linux | [Amazon Linux 2](linux/amazon-linux.md#install-on-amazon-linux-2), [Amazon Linux 2022](linux/amazon-linux.md#amazon-linux-2022) |
| Raspbian / Raspberry Pi | [Raspbian 10](linux/raspbian-raspberry-pi.md#raspbian-10-buster), [Raspbian 11](linux/raspbian-raspberry-pi.md#raspbian-11-bullseye) |
| Yocto / Embedded Linux | [Yocto / Embedded Linux](yocto-embedded-linux.md#fluent-bit-and-other-architectures) |
| Buildroot / Embedded Linux | [Buildroot / Embedded Linux](buildroot-embedded-linux.md) |

## Install on Windows (Packages)

Expand Down

0 comments on commit 920c328

Please sign in to comment.