summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/debugging.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-02 16:01:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit8a11abf6a9dac76bf9739c44102a49984e3c2977 (patch)
treee9fad45beb65d1330dad49408de14cd164820bd4 /documentation/dev-manual/debugging.rst
parentddf3b3ecd4b1680dc0dedfd4eaebcf3441b14ca7 (diff)
downloadpoky-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.rst7
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.
879As with all solved problems, if they originated upstream, you need to 879As with all solved problems, if they originated upstream, you need to
880submit the fix for the recipe in OE-Core and upstream so that the 880submit the fix for the recipe in OE-Core and upstream so that the
881problem is taken care of at its source. See the 881problem 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.
883section for more information.
884 883
885Debugging With the GNU Project Debugger (GDB) Remotely 884Debugging 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