From 33c74acdeea34cf0ccb13646247a3b8d333860d9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Oct 2017 14:38:37 -0700 Subject: ref-manual: Converted 4 external links to internal links. (From yocto-docs rev: d1674f4c4d8a8fb90c407bb6779c7572c8210b3c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-devtool-reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/ref-devtool-reference.xml') diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml index a577d1a457..f8342390ce 100644 --- a/documentation/ref-manual/ref-devtool-reference.xml +++ b/documentation/ref-manual/ref-devtool-reference.xml @@ -324,7 +324,7 @@ Use the devtool modify command to begin modifying the source of an existing recipe. This command is very similar to the - add + add command except that it does not physically create the recipe in the workspace layer because the recipe already exists in an another layer. @@ -382,7 +382,7 @@ to the source files. For example, if you know you are going to work on some code, you could first use the - devtool modify + devtool modify command to extract the code and set up the workspace. After which, you could modify, compile, and test the code. @@ -604,7 +604,7 @@ remove deployed build output from the target machine. For the devtool undeploy-target command to work, you must have previously used the - devtool deploy-target + devtool deploy-target command. $ devtool undeploy-target recipe target @@ -664,7 +664,7 @@ $ devtool status Following is sample output after using - devtool add + devtool add to create and add the mtr_0.86.bb recipe to the workspace directory: -- cgit v1.2.3-54-g00ecf