diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 15:22:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 15:23:12 +0100 |
commit | 1092cdfb8d1640b2eb54753d81fdd81320c56c85 (patch) | |
tree | a2d55adc69909d9a82a6ed737bf8a4ef7735d2cc /bitbake/README | |
parent | 29b3fe80eeec4dcde5d836ddd2a715593aa1a41f (diff) | |
download | poky-1092cdfb8d1640b2eb54753d81fdd81320c56c85.tar.gz |
bitbake: README: Fix typo
Thanks Peter for spotting.
(Bitbake rev: 8c7a54ea7fdc721278380895d01868b96b330b90)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/README')
-rw-r--r-- | bitbake/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/README b/bitbake/README index 5527e9fbbf..2d5cd254e5 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -39,5 +39,5 @@ Testing: | |||
39 | Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. | 39 | Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. |
40 | You can run this with "bitbake-selftest". In particular the fetcher is well covered since | 40 | You can run this with "bitbake-selftest". In particular the fetcher is well covered since |
41 | it has so many corner cases. The datastore has many tests too. Testing with the testsuite is | 41 | it has so many corner cases. The datastore has many tests too. Testing with the testsuite is |
42 | recommended becore submitting patches, particularly to the fetcher and datastore. We also | 42 | recommended before submitting patches, particularly to the fetcher and datastore. We also |
43 | appreciate new test cases and may require them for more obscure issues. | 43 | appreciate new test cases and may require them for more obscure issues. |