diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-09 17:20:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-10 14:13:51 +0000 |
commit | 0ac07ddf71fed8121ddc5c18dc453182448b8746 (patch) | |
tree | fc0023958d28c85c52cec726a2cbf0b3830eb6b3 /bitbake | |
parent | 987ab2a446aab235d6e86e97c05f25fb800d7acc (diff) | |
download | poky-0ac07ddf71fed8121ddc5c18dc453182448b8746.tar.gz |
bitbake: doc: README: simpler link to contributor guide
(Bitbake rev: 57d2f54e00374fe7452e123ec3c6e7ac27afb024)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/README b/bitbake/README index 38a461f5c9..e9f4c858ee 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -18,7 +18,7 @@ Bitbake requires Python version 3.8 or newer. | |||
18 | Contributing | 18 | Contributing |
19 | ------------ | 19 | ------------ |
20 | 20 | ||
21 | Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ | 21 | Please refer to our contributor guide here: https://docs.yoctoproject.org/contributor-guide/ |
22 | for full details on how to submit changes. | 22 | for full details on how to submit changes. |
23 | 23 | ||
24 | As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org | 24 | As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org |