diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-09 18:05:51 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-03-13 03:59:26 -1000 |
commit | 74ed43b221c8459613112714cb1e137712a661b5 (patch) | |
tree | e4982f010c84df9dbacfd5af26e05815c536b929 | |
parent | d9bb5baff049e3616e3cdb81e67173072a1e125b (diff) | |
download | poky-74ed43b221c8459613112714cb1e137712a661b5.tar.gz |
ref-manual: release-process: grammar fix
(From yocto-docs rev: e5d03de84a327332d20e74a8634bccfe0bf9405a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/ref-manual/release-process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index c861feaa9d..9c4144fd2c 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -175,7 +175,7 @@ consists of the following pieces: | |||
175 | piece of software. The test allows the packages to be run within a | 175 | piece of software. The test allows the packages to be run within a |
176 | target image. | 176 | target image. |
177 | 177 | ||
178 | - ``oe-selftest``: Tests combination BitBake invocations. These tests | 178 | - ``oe-selftest``: Tests combinations of BitBake invocations. These tests |
179 | operate outside the OpenEmbedded build system itself. The | 179 | operate outside the OpenEmbedded build system itself. The |
180 | ``oe-selftest`` can run all tests by default or can run selected | 180 | ``oe-selftest`` can run all tests by default or can run selected |
181 | tests or test suites. | 181 | tests or test suites. |