diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-18 10:07:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 14:32:25 +0000 |
commit | 66e11989c0dc686d5a8eed04cce44bf6b738708f (patch) | |
tree | a858859301fa940446eef372c361bb7b47ba3099 /documentation | |
parent | 5c6f5a8f981561511486fa2a9c284e0a22b2f81f (diff) | |
download | poky-66e11989c0dc686d5a8eed04cce44bf6b738708f.tar.gz |
documentation/README: Refer to top-level README for contributions
This may help anyone looking for patch contribution guidelines in the
documentation directory itself.
(From yocto-docs rev: 276740dd3780b0bdf04996efeed3c237fd26da1f)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/README b/documentation/README index 28d5c4be8e..b0a3cb1dc0 100644 --- a/documentation/README +++ b/documentation/README | |||
@@ -325,3 +325,9 @@ References to the bitbake manual can be done like this: | |||
325 | See the ":ref:`-D <bitbake:bitbake-user-manual/bitbake-user-manual-intro:usage and syntax>`" option | 325 | See the ":ref:`-D <bitbake:bitbake-user-manual/bitbake-user-manual-intro:usage and syntax>`" option |
326 | or | 326 | or |
327 | :term:`bitbake:BB_NUMBER_PARSE_THREADS` | 327 | :term:`bitbake:BB_NUMBER_PARSE_THREADS` |
328 | |||
329 | Submitting documentation changes | ||
330 | ================================ | ||
331 | |||
332 | Please see the top level README file in this repository for details of where | ||
333 | to send patches. | ||