diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-18 07:50:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:13 +0000 |
commit | 050e021d7287e560c7d563cbecc96670b5fdf8a4 (patch) | |
tree | c561292b509e1bdf53931601ecf13af0493787f3 /documentation/dev-manual/dev-manual-model.xml | |
parent | 09ecf38658f69fb9e7ca289aab563d0d1c91a0c2 (diff) | |
download | poky-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/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 12 |
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 @@ | |||
1848 | will locate the extracted code outside of the | 1848 | will locate the extracted code outside of the |
1849 | workspace: | 1849 | workspace: |
1850 | <literallayout class='monospaced'> | 1850 | <literallayout class='monospaced'> |
1851 | $ devtool add <replaceable>srctree fetchuri</replaceable> | 1851 | $ devtool add <replaceable>recipe srctree fetchuri</replaceable> |
1852 | </literallayout> | 1852 | </literallayout> |
1853 | In summary, the source code is pulled from | 1853 | In summary, the source code is pulled from |
1854 | <replaceable>fetchuri</replaceable> and extracted | 1854 | <replaceable>fetchuri</replaceable> and extracted |
@@ -2479,10 +2479,14 @@ | |||
2479 | You can use the following command to checkout the source | 2479 | You can use the following command to checkout the source |
2480 | files: | 2480 | files: |
2481 | <literallayout class='monospaced'> | 2481 | <literallayout class='monospaced'> |
2482 | $ devtool modify -x <replaceable>recipe</replaceable> <replaceable>path-to-source</replaceable> | 2482 | $ devtool modify <replaceable>recipe</replaceable> |
2483 | </literallayout> | 2483 | </literallayout> |
2484 | Using the above command form, the default development branch | 2484 | Using the above command form, <filename>devtool</filename> uses |
2485 | would be "devtool". | 2485 | the existing recipe's |
2486 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | ||
2487 | statement to locate the upstream source, extracts the source | ||
2488 | into the default sources location in the workspace. | ||
2489 | The default development branch used is "devtool". | ||
2486 | </para> | 2490 | </para> |
2487 | </section> | 2491 | </section> |
2488 | 2492 | ||