Skip to content

Commit 25bb5ee

Browse files
authored
Merge pull request #1547 from fluent/lynettemiles/sc-105714/update-installation-yocto-embedded-linux
Update Yocto page for style and grammar consistency
2 parents 582a909 + a9e2ee3 commit 25bb5ee

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

installation/yocto-embedded-linux.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# Yocto / Embedded Linux
1+
# Yocto embedded Linux
22

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.
47

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.
610

711
| Version | Recipe | Description |
812
| :--- | :--- | :--- |
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. |
1115

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.
1318

1419
## Fluent Bit and other architectures
1520

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`.

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ autoscaler
99
autoscaling
1010
backoff
1111
backpressure
12+
BitBake
1213
Blackhole
1314
blocklist
1415
Buildkite
@@ -183,6 +184,7 @@ Vivo
183184
VMs
184185
Wavefront
185186
Worldmap
187+
Yocto
186188
Zipkin
187189
Zsh
188190
Zstandard

0 commit comments

Comments
 (0)