diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-03 10:54:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-03 10:31:11 +0100 |
commit | b08b5169f31c2b36bfe09f299632308b37d47c7a (patch) | |
tree | b7e81e1061264d8208da3c0a23d104305afe0fda /bitbake | |
parent | e25914a99ee64fb91254de62487e7406b98a1a94 (diff) | |
download | poky-b08b5169f31c2b36bfe09f299632308b37d47c7a.tar.gz |
README: update/fix contribution guidelines
- Ask to CC the docs@lists.yoctoproject.org mailing list
- doc/README: fix the command to generate the manual
(Bitbake rev: 8332664f9141d2c12f70589ebd2eed7eeddd8f77)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/README b/bitbake/README index 56d6876876..38a461f5c9 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -26,6 +26,11 @@ The git command to do that would be: | |||
26 | 26 | ||
27 | git send-email -M -1 --to bitbake-devel@lists.openembedded.org | 27 | git send-email -M -1 --to bitbake-devel@lists.openembedded.org |
28 | 28 | ||
29 | If you're sending a patch related to the BitBake manual, make sure you copy | ||
30 | the Yocto Project documentation mailing list: | ||
31 | |||
32 | git send-email -M -1 --to bitbake-devel@lists.openembedded.org --cc docs@lists.yoctoproject.org | ||
33 | |||
29 | Mailing list: | 34 | Mailing list: |
30 | 35 | ||
31 | https://lists.openembedded.org/g/bitbake-devel | 36 | https://lists.openembedded.org/g/bitbake-devel |