summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-26 07:12:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:55 +0000
commit4a1ea28ce9103c4f243669cbb7250d33eb97d676 (patch)
treed6a64bda9108bd263202ae8e8285397443260cc7 /documentation/dev-manual/dev-manual-common-tasks.xml
parentb87690926928061c82f694dd923b15b3b60e40ae (diff)
downloadpoky-4a1ea28ce9103c4f243669cbb7250d33eb97d676.tar.gz
documentation: First draft devtools.
Completed draft of the new devtool material. This commit affects some linking and figures across the YP doc set. * Added the build-workspace-directory.png file to both the dev-manual and the mega-manual. * Updated the Makefile to include the new figure in the TARFILE for dev-manual and mega-manual. * Re-did the section organization to pull the quilt and finding source file out of the "Modifying Source Files" section. (From yocto-docs rev: 4585b9fbb1636ae3c65e2e3ad2d1d6baca636e59) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e5526ef65e..b8669f8daa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4838,7 +4838,7 @@
4838 <literallayout class='monospaced'> 4838 <literallayout class='monospaced'>
4839 ${S}/linux 4839 ${S}/linux
4840 </literallayout> 4840 </literallayout>
4841 See the "<link linkend='finding-the-temporary-source-code'>Finding the Temporary Source Code</link>" 4841 See the "<link linkend='finding-the-temporary-source-code'>Finding Temporary Source Code</link>"
4842 section and the 4842 section and the
4843 <ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink> variable 4843 <ulink url='&YOCTO_DOCS_REF_URL;#var-S'><filename>S</filename></ulink> variable
4844 for more information about where source is kept during a build. 4844 for more information about where source is kept during a build.
@@ -4857,8 +4857,8 @@
4857 4857
4858 <para> 4858 <para>
4859 Two methods exist by which you can create the patch: 4859 Two methods exist by which you can create the patch:
4860 <link linkend='using-a-git-workflow'>Git workflow</link> and 4860 <link linkend='using-devtool-in-your-workflow'><filename>devtool</filename></link> and
4861 <link linkend='using-a-quilt-workflow'>Quilt workflow</link>. 4861 <link linkend='using-a-quilt-workflow'>Quilt</link>.
4862 For kernel patches, the Git workflow is more appropriate. 4862 For kernel patches, the Git workflow is more appropriate.
4863 This section assumes the Git workflow and shows the steps specific to 4863 This section assumes the Git workflow and shows the steps specific to
4864 this example. 4864 this example.
@@ -9104,7 +9104,7 @@
9104 File Makefile.am added to patch patches/parallelmake.patch 9104 File Makefile.am added to patch patches/parallelmake.patch
9105 </literallayout> 9105 </literallayout>
9106 For more information on using Quilt, see the 9106 For more information on using Quilt, see the
9107 "<link linkend='using-a-quilt-workflow'>Using a Quilt Workflow</link>" 9107 "<link linkend='using-a-quilt-workflow'>Using Quilt in Your Workflow</link>"
9108 section. 9108 section.
9109 </para> 9109 </para>
9110 9110