ref-manual: Converted 4 external links to internal links.

(From yocto-docs rev: d1674f4c4d8a8fb90c407bb6779c7572c8210b3c)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-10-16 14:38:37 -07:00
committed by Richard Purdie
parent d9309b2c59
commit 33c74acdee

View File

@@ -324,7 +324,7 @@
Use the <filename>devtool modify</filename> command to begin Use the <filename>devtool modify</filename> command to begin
modifying the source of an existing recipe. modifying the source of an existing recipe.
This command is very similar to the This command is very similar to the
<ulink url='&YOCTO_DOCS_DEV_URL;#devtool-adding-a-new-recipe-to-the-workspace'><filename>add</filename></ulink> <link linkend='devtool-adding-a-new-recipe-to-the-workspace'><filename>add</filename></link>
command except that it does not physically create the command except that it does not physically create the
recipe in the workspace layer because the recipe already recipe in the workspace layer because the recipe already
exists in an another layer. exists in an another layer.
@@ -382,7 +382,7 @@
to the source files. to the source files.
For example, if you know you are going to work on some For example, if you know you are going to work on some
code, you could first use the code, you could first use the
<ulink url='&YOCTO_DOCS_DEV_URL;#devtool-modifying-a-recipe'><filename>devtool modify</filename></ulink> <link linkend='devtool-modifying-a-recipe'><filename>devtool modify</filename></link>
command to extract the code and set up the workspace. command to extract the code and set up the workspace.
After which, you could modify, compile, and test the code. After which, you could modify, compile, and test the code.
</para> </para>
@@ -604,7 +604,7 @@
remove deployed build output from the target machine. remove deployed build output from the target machine.
For the <filename>devtool undeploy-target</filename> command to For the <filename>devtool undeploy-target</filename> command to
work, you must have previously used the work, you must have previously used the
<ulink url='&YOCTO_DOCS_DEV_URL;#devtool-deploying-your-software-on-the-target-machine'><filename>devtool deploy-target</filename></ulink> <link linkend='devtool-deploying-your-software-on-the-target-machine'><filename>devtool deploy-target</filename></link>
command. command.
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ devtool undeploy-target <replaceable>recipe</replaceable>&nbsp;<replaceable>target</replaceable> $ devtool undeploy-target <replaceable>recipe</replaceable>&nbsp;<replaceable>target</replaceable>
@@ -664,7 +664,7 @@
$ devtool status $ devtool status
</literallayout> </literallayout>
Following is sample output after using Following is sample output after using
<ulink url='&YOCTO_DOCS_DEV_URL;#devtool-adding-a-new-recipe-to-the-workspace'><filename>devtool add</filename></ulink> <link linkend='devtool-adding-a-new-recipe-to-the-workspace'><filename>devtool add</filename></link>
to create and add the <filename>mtr_0.86.bb</filename> recipe to create and add the <filename>mtr_0.86.bb</filename> recipe
to the <filename>workspace</filename> directory: to the <filename>workspace</filename> directory:
<literallayout class='monospaced'> <literallayout class='monospaced'>