diff options
Diffstat (limited to 'documentation/dev-manual')
| -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 | ||
