yocto-bsp: update the help regarding the meta-intel layer

With move of ia32-base to oe-core, the only case remaining where
meta-intel needs to be added to bblayers.conf for a new BSP is the
case of an x86 BSP that selects EMGD.

Update the documentation to note that fact.

(From meta-yocto rev: b63c199c716d68147def036eb06481245e595802)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2012-08-29 16:42:16 -05:00 committed by Richard Purdie
parent 9c94bfc29e
commit f6b2e90fda
1 changed files with 6 additions and 6 deletions

View File

@ -122,9 +122,9 @@ yocto_bsp_create_usage = """
See 'yocto bsp help create' for more detailed instructions.
NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the
presence of the meta-intel layer. Ensure the meta-intel layer is
present and added to bblayers.conf.
NOTE: For x86-based BSPs that select the EMGD xserver, the generated
BSP assumes the presence of the meta-intel layer. Ensure the
meta-intel layer is present and added to bblayers.conf.
See 'yocto bsp help create' for more detailed instructions.
"""
@ -183,9 +183,9 @@ DESCRIPTION
/path/to/poky/meta-mybsp \\
"
NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes
the presence of the meta-intel layer. Ensure the meta-intel layer
is present and added to bblayers.conf.
NOTE: For x86-based BSPs that select the EMGD xserver, the
generated BSP assumes the presence of the meta-intel layer. Ensure
the meta-intel layer is present and added to bblayers.conf.
For example, assuming your poky repo is at /path/to/poky, your new
BSP layer is at /path/to/poky/meta-mybsp, and your build directory