diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-03 15:27:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:15 +0100 |
commit | 293b53674c1c97a29a8beaffc82130e90c0d3c2b (patch) | |
tree | ceb465c56599a684e7041803100a94f4646dab92 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | b15a65b8ea60032cf113196420a16183d0a0585a (diff) | |
download | poky-293b53674c1c97a29a8beaffc82130e90c0d3c2b.tar.gz |
documentation: Moved devtool workflow to sdk manual
Fixes [YOCTO #11630]
The section on the devtool workflow in the dev-manual was 99%
identical to what was in the sdk-manual. I have moved the
workflow procedure from the old "Model" chapter of the dev-manual
to be merged with what was in the sdk-manual. In truth, the
only things added were a note about devtool not being exclusive
to SDK development.
The result of moving (deleting) this section was that the "model"
chapter of the dev-manual went away. The devtool stuff, Quilt,
devshell, and python shell are all out now and there is no
chapter left. So, mega-manual had to be adjusted to not pull that
chapter in when building the dev-manual. I had to delete three
figures that were used in the flow. The figures were already
replicated in the sdk-manual. The figures were deleted from the
figures folder of both the dev-manual and the mega-manual.
I had to make sure all references to the old devtool stuf in the
YP doc set were adjusted.
(From yocto-docs rev: 5dbd643d31ab502df53a22229e457a03da7772b7)
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.xml | 17 |
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 |