diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-23 16:12:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:49:37 -0700 |
commit | 88dfc936dc37b316acdbcd1b12d37f93fe65eea7 (patch) | |
tree | 3d18cb512abc0455c2dcec7ed49fb0e2674b2a44 | |
parent | 954444f1d360e9d61b6ad16a64c0550afea7272b (diff) | |
download | poky-88dfc936dc37b316acdbcd1b12d37f93fe65eea7.tar.gz |
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>
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 4abe93f146..b36526e919 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -365,7 +365,8 @@ | |||
365 | <para> | 365 | <para> |
366 | The <filename>-e</filename> option dumps the resulting environment for | 366 | The <filename>-e</filename> option dumps the resulting environment for |
367 | either the configuration (no package specified) or for a | 367 | either the configuration (no package specified) or for a |
368 | specific package when specified with the <filename>-b</filename> option. | 368 | specific package when specified; or <filename>-b recipename</filename> |
369 | to show the environment from parsing a single recipe file only. | ||
369 | </para> | 370 | </para> |
370 | </section> | 371 | </section> |
371 | 372 | ||