diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-09-26 09:54:24 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 09:51:18 -0700 |
commit | 1f6c798015cc2fc7c200d33c8d4c2f44b053bfa2 (patch) | |
tree | 3f4143c40b98e12cad11af693b3d405ddc412ff6 | |
parent | fd0df2cb78b26d6633625057d835dc0b26fe51a4 (diff) | |
download | poky-1f6c798015cc2fc7c200d33c8d4c2f44b053bfa2.tar.gz |
test-manual/yocto-project-compatible.rst: fix a typo
Fix a typo in yocto-project-compatible.rst.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 95f31030628d0f7681401b1de6fb8e7a362963c1)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a84c234acfedfa714419006c743405e2f9acaedc)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/test-manual/yocto-project-compatible.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/yocto-project-compatible.rst b/documentation/test-manual/yocto-project-compatible.rst index 65d924fad9..7a2e00a99e 100644 --- a/documentation/test-manual/yocto-project-compatible.rst +++ b/documentation/test-manual/yocto-project-compatible.rst | |||
@@ -38,7 +38,7 @@ Benefits | |||
38 | and flexible: it gives users the ultimate power to change pretty much any | 38 | and flexible: it gives users the ultimate power to change pretty much any |
39 | aspect of the system but as with most things, power comes with responsibility. | 39 | aspect of the system but as with most things, power comes with responsibility. |
40 | The Yocto Project would like to see people able to mix and match BSPs with | 40 | The Yocto Project would like to see people able to mix and match BSPs with |
41 | distro configs or software stacks and be able to merge succesfully. | 41 | distro configs or software stacks and be able to merge successfully. |
42 | Over time, the project identified characteristics in layers that allow them | 42 | Over time, the project identified characteristics in layers that allow them |
43 | to operate well together. "anti-patterns" were also found, preventing layers | 43 | to operate well together. "anti-patterns" were also found, preventing layers |
44 | from working well together. | 44 | from working well together. |