|
1 |
| -# Yocto / Embedded Linux |
| 1 | +# Yocto embedded Linux |
2 | 2 |
|
3 |
| -[Fluent Bit](https://fluentbit.io) source code provides Bitbake recipes to configure, build and package the software for a Yocto based image. Note that specific steps of usage of these recipes in your Yocto environment \(Poky\) is out of the scope of this documentation. |
| 3 | +[Fluent Bit](https://fluentbit.io) source code provides BitBake recipes to configure, |
| 4 | +build, and package the software for a Yocto-based image. Specific steps in the |
| 5 | +usage of these recipes in your Yocto environment (Poky) is out of the scope of this |
| 6 | +documentation. |
4 | 7 |
|
5 |
| -We distribute two main recipes, one for testing/dev purposes and other with the latest stable release. |
| 8 | +Fluent Bit distributes two main recipes, one for testing/dev purposes and |
| 9 | +one with the latest stable release. |
6 | 10 |
|
7 | 11 | | Version | Recipe | Description |
|
8 | 12 | | :--- | :--- | :--- |
|
9 |
| -| devel | [fluent-bit\_git.bb](https://github.com/fluent/fluent-bit/blob/master/fluent-bit_git.bb) | Build Fluent Bit from GIT master. This recipe aims to be used for development and testing purposes only. | |
10 |
| -| v1.8.11 | [fluent-bit\_1.8.11.bb](https://github.com/fluent/fluent-bit/blob/v1.8.11/fluent-bit_1.8.11.bb) | Build latest stable version of Fluent Bit. | |
| 13 | +| `devel` | [fluent-bit\_git.bb](https://github.com/fluent/fluent-bit/blob/master/fluent-bit_git.bb) | Build Fluent Bit from Git master. Use for development and testing purposes only. | |
| 14 | +| `v1.8.11` | [fluent-bit\_1.8.11.bb](https://github.com/fluent/fluent-bit/blob/v1.8.11/fluent-bit_1.8.11.bb) | Build latest stable version of Fluent Bit. | |
11 | 15 |
|
12 |
| -It's strongly recommended to always use the stable release of Fluent Bit recipe and not the one from GIT master for production deployments. |
| 16 | +It's strongly recommended to always use the stable release of the Fluent Bit recipe |
| 17 | +and not the one from Git master for production deployments. |
13 | 18 |
|
14 | 19 | ## Fluent Bit and other architectures
|
15 | 20 |
|
16 |
| -Fluent Bit >= v1.1.x fully supports x86\_64, x86, arm32v7 and arm64v8. |
| 21 | +Fluent Bit >= v1.1.x fully supports `x86_64`, `x86`, `arm32v7`, and `arm64v8`. |
0 commit comments