dev-manual: Applied review changes to the devtool section.

(From yocto-docs rev: 756cffbc732010f376c6c2362ba33a9061be121c)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-02-18 07:50:54 -08:00 committed by Richard Purdie
parent 09ecf38658
commit 050e021d72
1 changed files with 8 additions and 4 deletions

View File

@ -1848,7 +1848,7 @@
will locate the extracted code outside of the
workspace:
<literallayout class='monospaced'>
$ devtool add <replaceable>srctree fetchuri</replaceable>
$ devtool add <replaceable>recipe srctree fetchuri</replaceable>
</literallayout>
In summary, the source code is pulled from
<replaceable>fetchuri</replaceable> and extracted
@ -2479,10 +2479,14 @@
You can use the following command to checkout the source
files:
<literallayout class='monospaced'>
$ devtool modify -x <replaceable>recipe</replaceable>&nbsp;<replaceable>path-to-source</replaceable>
$ devtool modify <replaceable>recipe</replaceable>
</literallayout>
Using the above command form, the default development branch
would be "devtool".
Using the above command form, <filename>devtool</filename> uses
the existing recipe's
<ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
statement to locate the upstream source, extracts the source
into the default sources location in the workspace.
The default development branch used is "devtool".
</para>
</section>