diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-02 16:01:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 15:54:59 +0100 |
| commit | 8a11abf6a9dac76bf9739c44102a49984e3c2977 (patch) | |
| tree | e9fad45beb65d1330dad49408de14cd164820bd4 /documentation/dev-manual/debugging.rst | |
| parent | ddf3b3ecd4b1680dc0dedfd4eaebcf3441b14ca7 (diff) | |
| download | poky-8a11abf6a9dac76bf9739c44102a49984e3c2977.tar.gz | |
manuals: create a dedicated "Contributor Guide" document
Starting from the original contents of dev-manual/changes.rst
and from text contributed by Richard Purdie.
(From yocto-docs rev: 55587d9dd009cbc92273376e0f7665b2d574d280)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/debugging.rst')
| -rw-r--r-- | documentation/dev-manual/debugging.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/dev-manual/debugging.rst b/documentation/dev-manual/debugging.rst index 3c5609cef5..3a8d5080ce 100644 --- a/documentation/dev-manual/debugging.rst +++ b/documentation/dev-manual/debugging.rst | |||
| @@ -879,8 +879,7 @@ The build should work without issue. | |||
| 879 | As with all solved problems, if they originated upstream, you need to | 879 | As with all solved problems, if they originated upstream, you need to |
| 880 | submit the fix for the recipe in OE-Core and upstream so that the | 880 | submit the fix for the recipe in OE-Core and upstream so that the |
| 881 | problem is taken care of at its source. See the | 881 | problem is taken care of at its source. See the |
| 882 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" | 882 | ":doc:`../contributor-guide/submit-change`" section for more information. |
| 883 | section for more information. | ||
| 884 | 883 | ||
| 885 | Debugging With the GNU Project Debugger (GDB) Remotely | 884 | Debugging With the GNU Project Debugger (GDB) Remotely |
| 886 | ====================================================== | 885 | ====================================================== |
| @@ -1236,9 +1235,7 @@ Here are some other tips that you might find useful: | |||
| 1236 | :yocto_bugs:`Bugzilla <>`. For information on | 1235 | :yocto_bugs:`Bugzilla <>`. For information on |
| 1237 | how to submit a bug against the Yocto Project, see the Yocto Project | 1236 | how to submit a bug against the Yocto Project, see the Yocto Project |
| 1238 | Bugzilla :yocto_wiki:`wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 1237 | Bugzilla :yocto_wiki:`wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
| 1239 | and the | 1238 | and the ":doc:`../contributor-guide/submit-defect`" section. |
| 1240 | ":ref:`dev-manual/changes:submitting a defect against the yocto project`" | ||
| 1241 | section. | ||
| 1242 | 1239 | ||
| 1243 | .. note:: | 1240 | .. note:: |
| 1244 | 1241 | ||
