dev-manual: Edits to "Set Up for the Build" section.

(From yocto-docs rev: b72ad1b454710665767f4df9f55bf7c37cfa8e46)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-15 16:43:28 -07:00 committed by Richard Purdie
parent c530f8022e
commit 5b3742359a
1 changed files with 7 additions and 4 deletions

View File

@ -2238,16 +2238,19 @@
Once you set up these build parameters, they do not have to change unless you Once you set up these build parameters, they do not have to change unless you
change the target architecture of the machine you are building: change the target architecture of the machine you are building:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>Build for the Correct Target Architecture:</emphasis> Your <listitem><para><emphasis>Build for the correct target architecture:</emphasis> Your
selected <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> selected <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
definition within the <filename>local.conf</filename> file in the Build Directory definition within the <filename>local.conf</filename> file in the
<link linkend='build-directory'>Build Directory</link>
specifies the target architecture used when building the Linux kernel. specifies the target architecture used when building the Linux kernel.
By default, <filename>MACHINE</filename> is set to By default, <filename>MACHINE</filename> is set to
<filename>qemux86</filename>, which specifies a 32-bit <filename>qemux86</filename>, which specifies a 32-bit
<trademark class='registered'>Intel</trademark> Architecture <trademark class='registered'>Intel</trademark> Architecture
target machine suitable for the QEMU emulator.</para></listitem> target machine suitable for the QEMU emulator.</para></listitem>
<listitem><para><emphasis>Identify Your <filename>meta-mylayer</filename> <listitem><para><emphasis>Identify your <filename>meta-mylayer</filename>
Layer:</emphasis> The <filename>BBLAYERS</filename> variable in the layer:</emphasis> The
<ulink url='&YOCTO_DOCS_REF_URL;#var-BBLAYERS'><filename>BBLAYERS</filename></ulink>
variable in the
<filename>bblayers.conf</filename> file found in the <filename>bblayers.conf</filename> file found in the
<filename>poky/build/conf</filename> directory needs to have the path to your local <filename>poky/build/conf</filename> directory needs to have the path to your local
<filename>meta-mylayer</filename> layer. <filename>meta-mylayer</filename> layer.