aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-18 07:50:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:13 +0000
commit050e021d7287e560c7d563cbecc96670b5fdf8a4 (patch)
treec561292b509e1bdf53931601ecf13af0493787f3 /documentation/dev-manual
parent09ecf38658f69fb9e7ca289aab563d0d1c91a0c2 (diff)
downloadopenembedded-core-contrib-050e021d7287e560c7d563cbecc96670b5fdf8a4.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 1b9a75b61e..d71021da36 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -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>