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: - $ devtool add srctree fetchuri + $ devtool add recipe srctree fetchuri In summary, the source code is pulled from fetchuri and extracted @@ -2479,10 +2479,14 @@ You can use the following command to checkout the source files: - $ devtool modify -x recipe path-to-source + $ devtool modify recipe - Using the above command form, the default development branch - would be "devtool". + Using the above command form, devtool uses + the existing recipe's + SRC_URI + statement to locate the upstream source, extracts the source + into the default sources location in the workspace. + The default development branch used is "devtool".