summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-14 11:17:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:43 +0100
commit216ee69227fe97c19d5da4c3d828b7cc5d8a437f (patch)
tree468474516f0450c7c79c5c8d22589a4b5c52739a /documentation/dev-manual/dev-manual-common-tasks.xml
parent12cc5f7ab27ae9ed4e9131e81b91de7606faa278 (diff)
downloadpoky-216ee69227fe97c19d5da4c3d828b7cc5d8a437f.tar.gz
documentation: Moved "Yocto Project Source Repositories" section
Fixes [YOCTO #11630] The "Yocto Project Source Repositories" section is purely conceptual and thus does not belong in the reconstituted dev-manual, which is converting to a "how-to" manual. I have moved this section to the ref-manual under "The Yocto Project Development Environment" section. Moving the section affected several things. Three figures that where in the dev-manual were copied and moved to the figures folder of the ref-manual. This required deleting them from the dev-manual and adding them to the ref-manual. The makefile had to be edited to move those figures into the ref-manual and delete them from the latest version of the dev-manual in order for the tarball of files to be correct when the manuals are made. Links to anchors within the moved section had to be fixed in various manuals. Links to the main section "id" had to be fixed to point to the ref-manual manual. (From yocto-docs rev: c619ae2bbc6be93cb0324ca44e936eefec12b28c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0a9c1800e3..1d5859ddc9 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8335,7 +8335,7 @@
8335 <filename>connman.inc</filename> file in the 8335 <filename>connman.inc</filename> file in the
8336 <filename>meta/recipes-connectivity/connman/</filename> 8336 <filename>meta/recipes-connectivity/connman/</filename>
8337 directory of the <filename>poky</filename> 8337 directory of the <filename>poky</filename>
8338 <link linkend='yocto-project-repositories'>source repository</link>. 8338 <ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>source repository</ulink>.
8339 You can also find examples in 8339 You can also find examples in
8340 <filename>meta/classes/kernel.bbclass</filename>. 8340 <filename>meta/classes/kernel.bbclass</filename>.
8341 </para> 8341 </para>