From 050e021d7287e560c7d563cbecc96670b5fdf8a4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 18 Feb 2016 07:50:54 -0800 Subject: [PATCH] dev-manual: Applied review changes to the devtool section. (From yocto-docs rev: 756cffbc732010f376c6c2362ba33a9061be121c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 12 ++++++++---- 1 file 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: - $ 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".