Skip to content

Commit

Permalink
Merge pull request #1547 from fluent/lynettemiles/sc-105714/update-in…
Browse files Browse the repository at this point in the history
…stallation-yocto-embedded-linux

Update Yocto page for style and grammar consistency
  • Loading branch information
esmerel authored Jan 14, 2025
2 parents 582a909 + a9e2ee3 commit 25bb5ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 12 additions & 7 deletions installation/yocto-embedded-linux.md
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`.
2 changes: 2 additions & 0 deletions vale-styles/FluentBit/Spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ autoscaler
autoscaling
backoff
backpressure
BitBake
Blackhole
blocklist
Buildkite
Expand Down Expand Up @@ -183,6 +184,7 @@ Vivo
VMs
Wavefront
Worldmap
Yocto
Zipkin
Zsh
Zstandard
Expand Down

0 comments on commit 25bb5ee

Please sign in to comment.