summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c6efcf6699..f040c402c4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1516,8 +1516,9 @@
1516 <para> 1516 <para>
1517 You can find a complete description of the 1517 You can find a complete description of the
1518 <filename>devtool add</filename> command in the 1518 <filename>devtool add</filename> command in the
1519 "<link linkend='use-devtool-to-integrate-new-code'>Use <filename>devtool add</filename> to Add an Application</link>" 1519 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-a-closer-look-at-devtool-add'>A Closer Look at <filename>devtool</filename> add</ulink>"
1520 section. 1520 section in the Yocto Project Software Development Kit
1521 (SDK) Developer's Guide.
1521 </para> 1522 </para>
1522 </section> 1523 </section>
1523 1524
@@ -4081,10 +4082,11 @@
4081 <note><title>Tip</title> 4082 <note><title>Tip</title>
4082 With regard to preserving changes to source files, if you 4083 With regard to preserving changes to source files, if you
4083 clean a recipe or have <filename>rm_work</filename> enabled, 4084 clean a recipe or have <filename>rm_work</filename> enabled,
4084 the workflow described in the 4085 the
4085 "<link linkend='using-devtool-in-your-workflow'>Using <filename>devtool</filename> in Your Workflow</link>" 4086 <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink>
4086 section is a safer development flow than the flow that 4087 as described in the Yocto Project Software Development Kit
4087 uses Quilt. 4088 (SDK) Developer's Guide is a safer development flow than the
4089 flow that uses Quilt.
4088 </note> 4090 </note>
4089 </para> 4091 </para>
4090 4092
@@ -6966,7 +6968,8 @@
6966 6968
6967 <para> 6969 <para>
6968 Two methods exist by which you can create the patch: 6970 Two methods exist by which you can create the patch:
6969 <link linkend='using-devtool-in-your-workflow'><filename>devtool</filename></link> and 6971 <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename></ulink>
6972 and
6970 <link linkend='using-a-quilt-workflow'>Quilt</link>. 6973 <link linkend='using-a-quilt-workflow'>Quilt</link>.
6971 For kernel patches, the Git workflow is more appropriate. 6974 For kernel patches, the Git workflow is more appropriate.
6972 This section assumes the Git workflow and shows the steps specific to 6975 This section assumes the Git workflow and shows the steps specific to