diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-06 10:26:32 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-13 06:21:26 -1000 |
commit | 1c54f85cf94919a56cb2a106d8931f2e3dea160c (patch) | |
tree | 13b1a6487d4018eb5777e0e5580134c7eea9896c /documentation/dev-manual/debugging.rst | |
parent | ca4a09f897f71d9d4a414ad8549a583a25f87b6a (diff) | |
download | poky-1c54f85cf94919a56cb2a106d8931f2e3dea160c.tar.gz |
manuals: add new contributor guide
(From yocto-docs rev: 77f20d1594db42818aac9a7a92865def8fb7ec36)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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..fea2cb30a1 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-changes`" 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/report-defect`" section. |
1240 | ":ref:`dev-manual/changes:submitting a defect against the yocto project`" | ||
1241 | section. | ||
1242 | 1239 | ||
1243 | .. note:: | 1240 | .. note:: |
1244 | 1241 | ||