summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMartin Vuille <jpmv27@yahoo.com>2016-12-29 10:54:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 17:23:10 +0000
commit0a94b71878894f2495570452c8eb51de4f7ce1db (patch)
tree0ae707a02a2b77976b3274bc0c172e33cb70648a /documentation
parent1e51b7173aab728386b8ea1c78f17a53d065b36d (diff)
downloadpoky-0a94b71878894f2495570452c8eb51de4f7ce1db.tar.gz
dev-manual: Fixed "recipetool create" example
Fixes [YOCTO #10763] The final example in the section describing how to create the base recipe using receipetool create was wrong. I updated it to use the -d option in addition to the -o opetion. I also changed the description to match appropriately. (From yocto-docs rev: 749970f4394af3855751c776689b7002232f2d13) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f3f2a4b026..49d8f5c10c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1379,11 +1379,11 @@
1379 </literallayout> 1379 </literallayout>
1380 Use this syntax to generate a recipe based on <replaceable>source</replaceable>. 1380 Use this syntax to generate a recipe based on <replaceable>source</replaceable>.
1381 The options direct <filename>recipetool</filename> to 1381 The options direct <filename>recipetool</filename> to
1382 run in "quiet mode" and to generate debugging information. 1382 generate debugging information.
1383 Once generated, the recipe resides in the existing source 1383 Once generated, the recipe resides in the existing source
1384 code layer: 1384 code layer:
1385 <literallayout class='monospaced'> 1385 <literallayout class='monospaced'>
1386 recipetool create -o <replaceable>OUTFILE</replaceable> <replaceable>source</replaceable> 1386 recipetool create -d -o <replaceable>OUTFILE</replaceable> <replaceable>source</replaceable>
1387 </literallayout> 1387 </literallayout>
1388 </para> 1388 </para>
1389 </section> 1389 </section>