-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1547 from fluent/lynettemiles/sc-105714/update-in…
…stallation-yocto-embedded-linux Update Yocto page for style and grammar consistency
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Yocto / Embedded Linux | ||
# Yocto embedded Linux | ||
|
||
[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. | ||
[Fluent Bit](https://fluentbit.io) source code provides BitBake recipes to configure, | ||
build, and package the software for a Yocto-based image. Specific steps in the | ||
usage of these recipes in your Yocto environment (Poky) is out of the scope of this | ||
documentation. | ||
|
||
We distribute two main recipes, one for testing/dev purposes and other with the latest stable release. | ||
Fluent Bit distributes two main recipes, one for testing/dev purposes and | ||
one with the latest stable release. | ||
|
||
| Version | Recipe | Description | | ||
| :--- | :--- | :--- | | ||
| 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. | | ||
| 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. | | ||
| `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. | | ||
| `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. | | ||
|
||
It's strongly recommended to always use the stable release of Fluent Bit recipe and not the one from GIT master for production deployments. | ||
It's strongly recommended to always use the stable release of the Fluent Bit recipe | ||
and not the one from Git master for production deployments. | ||
|
||
## Fluent Bit and other architectures | ||
|
||
Fluent Bit >= v1.1.x fully supports x86\_64, x86, arm32v7 and arm64v8. | ||
Fluent Bit >= v1.1.x fully supports `x86_64`, `x86`, `arm32v7`, and `arm64v8`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters