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)
downloadpoky-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 2d16d2e0ec..3a1f52c9fb 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -122,9 +122,9 @@ yocto_bsp_create_usage = """
122 122
123 See 'yocto bsp help create' for more detailed instructions. 123 See 'yocto bsp help create' for more detailed instructions.
124 124
125 NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the 125 NOTE: For x86-based BSPs that select the EMGD xserver, the generated
126 presence of the meta-intel layer. Ensure the meta-intel layer is 126 BSP assumes the presence of the meta-intel layer. Ensure the
127 present and added to bblayers.conf. 127 meta-intel layer is present and added to bblayers.conf.
128 128
129 See 'yocto bsp help create' for more detailed instructions. 129 See 'yocto bsp help create' for more detailed instructions.
130""" 130"""
@@ -183,9 +183,9 @@ DESCRIPTION
183 /path/to/poky/meta-mybsp \\ 183 /path/to/poky/meta-mybsp \\
184 " 184 "
185 185
186 NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes 186 NOTE: For x86-based BSPs that select the EMGD xserver, the
187 the presence of the meta-intel layer. Ensure the meta-intel layer 187 generated BSP assumes the presence of the meta-intel layer. Ensure
188 is present and added to bblayers.conf. 188 the meta-intel layer is present and added to bblayers.conf.
189 189
190 For example, assuming your poky repo is at /path/to/poky, your new 190 For example, assuming your poky repo is at /path/to/poky, your new
191 BSP layer is at /path/to/poky/meta-mybsp, and your build directory 191 BSP layer is at /path/to/poky/meta-mybsp, and your build directory