Skip to content

installation: add buildroot-embedded-linux.md #1357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 with a toolchain that supports threads and dynamic library linking are supported.
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