summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 15:22:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 15:23:12 +0100
commit1092cdfb8d1640b2eb54753d81fdd81320c56c85 (patch)
treea2d55adc69909d9a82a6ed737bf8a4ef7735d2cc /bitbake
parent29b3fe80eeec4dcde5d836ddd2a715593aa1a41f (diff)
downloadpoky-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')
-rw-r--r--bitbake/README2
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:
39Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. 39Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions.
40You can run this with "bitbake-selftest". In particular the fetcher is well covered since 40You can run this with "bitbake-selftest". In particular the fetcher is well covered since
41it has so many corner cases. The datastore has many tests too. Testing with the testsuite is 41it has so many corner cases. The datastore has many tests too. Testing with the testsuite is
42recommended becore submitting patches, particularly to the fetcher and datastore. We also 42recommended before submitting patches, particularly to the fetcher and datastore. We also
43appreciate new test cases and may require them for more obscure issues. 43appreciate new test cases and may require them for more obscure issues.