diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-11 19:48:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 15:54:59 +0100 |
commit | 9bf8250a403e046a0cbd4bea7113b03b33b27cc0 (patch) | |
tree | ea8cdebffe5789ec78635b170fad8013518b307d /documentation/dev-manual/debugging.rst | |
parent | 82533714c148955d4d0bd08e82407c44b3a1f8ae (diff) | |
download | poky-9bf8250a403e046a0cbd4bea7113b03b33b27cc0.tar.gz |
contributor guide: update instructions for making and sharing changes
- Shifting the focus to multiple changes instead of just one
- Advising to create a branch for changes
- Removing unnecessary or too verbose explanations
- Adding useful resources and examples
(From yocto-docs rev: e7e47121fd979e034f8f40a043912640a6a25a5e)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/debugging.rst b/documentation/dev-manual/debugging.rst index 890578cc05..fea2cb30a1 100644 --- a/documentation/dev-manual/debugging.rst +++ b/documentation/dev-manual/debugging.rst | |||
@@ -879,7 +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 | ":doc:`../contributor-guide/submit-change`" section for more information. | 882 | ":doc:`../contributor-guide/submit-changes`" section for more information. |
883 | 883 | ||
884 | Debugging With the GNU Project Debugger (GDB) Remotely | 884 | Debugging With the GNU Project Debugger (GDB) Remotely |
885 | ====================================================== | 885 | ====================================================== |