From: Martin Vuille Date: Thu, 29 Dec 2016 18:54:43 +0000 (-0800) Subject: dev-manual: Fixed "recipetool create" example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d64b8e076f347a36cd3893becdb90a7443fbb06;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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: 8cc6d5e21532eeaac0e6d9ace3e0b58803a9804e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f3f2a4b0264..49d8f5c10c0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1379,11 +1379,11 @@ Use this syntax to generate a recipe based on source. The options direct recipetool to - run in "quiet mode" and to generate debugging information. + generate debugging information. Once generated, the recipe resides in the existing source code layer: - recipetool create -o OUTFILE source + recipetool create -d -o OUTFILE source