documentation: clarify specifying a specific package with -e

The -b option is not required to show the environment used to build a
specific package; usually the best practice is to specify the package
name alone.

(From yocto-docs rev: d59772fd7edd76dbc8018479c072badb591601c3)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2011-08-23 16:12:33 +01:00 committed by Richard Purdie
parent 954444f1d3
commit 88dfc936dc
1 changed files with 2 additions and 1 deletions

View File

@ -365,7 +365,8 @@
<para>
The <filename>-e</filename> option dumps the resulting environment for
either the configuration (no package specified) or for a
specific package when specified with the <filename>-b</filename> option.
specific package when specified; or <filename>-b recipename</filename>
to show the environment from parsing a single recipe file only.
</para>
</section>