diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-16 10:59:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:29 +0000 |
commit | 0d52f18d39ee46290a266fabf0d01ad1dffd7bac (patch) | |
tree | a1ebfbf384583e6ff91c0c31f697c79a0df4273b /documentation/overview-manual | |
parent | 09e9f81c34f1edf432ea217c1c12e99ff0ef4f44 (diff) | |
download | poky-0d52f18d39ee46290a266fabf0d01ad1dffd7bac.tar.gz |
dev-manual, ref-manual: Consolidated debug info into dev-manual
Fixes [YOCTO #12370]
Moved the debug information from the ref-manual to the dev-manual
where other debug information exists. We now have a single area
(section) that deals with various debugging techniques and tips.
(From yocto-docs rev: 95394197fc04981bf7571e581ff8a0fd9c76223f)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-concepts.xml | 4 | ||||
-rw-r--r-- | documentation/overview-manual/overview-development-environment.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-concepts.xml b/documentation/overview-manual/overview-concepts.xml index 6f9a366d5d..59741d2e35 100644 --- a/documentation/overview-manual/overview-concepts.xml +++ b/documentation/overview-manual/overview-concepts.xml | |||
@@ -1033,8 +1033,8 @@ | |||
1033 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink>. | 1033 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink>. |
1034 | For information on how to view and interpret information in | 1034 | For information on how to view and interpret information in |
1035 | <filename>siginfo</filename> files, see the | 1035 | <filename>siginfo</filename> files, see the |
1036 | "<ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-viewing-task-variable-dependencies'>Viewing Task Variable Dependencies</ulink>" | 1036 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-viewing-task-variable-dependencies'>Viewing Task Variable Dependencies</ulink>" |
1037 | section in the Yocto Project Reference Manual. | 1037 | section in the Yocto Project Development Tasks Manual. |
1038 | </para> | 1038 | </para> |
1039 | </section> | 1039 | </section> |
1040 | 1040 | ||
diff --git a/documentation/overview-manual/overview-development-environment.xml b/documentation/overview-manual/overview-development-environment.xml index e0d470b179..7d177cecca 100644 --- a/documentation/overview-manual/overview-development-environment.xml +++ b/documentation/overview-manual/overview-development-environment.xml | |||
@@ -2541,8 +2541,8 @@ | |||
2541 | <para> | 2541 | <para> |
2542 | For details on how to view information about a task's | 2542 | For details on how to view information about a task's |
2543 | signature, see the | 2543 | signature, see the |
2544 | "<ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-viewing-task-variable-dependencies'>Viewing Task Variable Dependencies</ulink>" | 2544 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-viewing-task-variable-dependencies'>Viewing Task Variable Dependencies</ulink>" |
2545 | section in the Yocto Project Reference Manual. | 2545 | section in the Yocto Project Development Tasks Manual. |
2546 | </para> | 2546 | </para> |
2547 | </section> | 2547 | </section> |
2548 | 2548 | ||