summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-08-29 16:42:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-02 05:52:15 -0700
commitf6b2e90fdae49e79c246eda82ff59bfcb0d9357b (patch)
treeac7ccf667c53065b18f1a00a9c8dcef67bd80282 /scripts/lib
parent9c94bfc29efc73502190842301d9c36afcfdbf1c (diff)
downloadast2050-yocto-poky-f6b2e90fdae49e79c246eda82ff59bfcb0d9357b.zip
ast2050-yocto-poky-f6b2e90fdae49e79c246eda82ff59bfcb0d9357b.tar.gz
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/bsp/help.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py
index 2d16d2e..3a1f52c 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -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
OpenPOWER on IntegriCloud