summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 16:43:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:30 +0100
commitaaf4d33e7465722dc3383871e586a08711c478e5 (patch)
treed3f9465d999c3cd9fdeef2ab3303a2db5ee5e5b8 /documentation/dev-manual
parenta902e3f0c10582aec48f601e5e26db70cfb84f53 (diff)
downloadpoky-aaf4d33e7465722dc3383871e586a08711c478e5.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7f1e61a05b..a5e0c3ccb7 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2238,16 +2238,19 @@
2238 Once you set up these build parameters, they do not have to change unless you 2238 Once you set up these build parameters, they do not have to change unless you
2239 change the target architecture of the machine you are building: 2239 change the target architecture of the machine you are building:
2240 <itemizedlist> 2240 <itemizedlist>
2241 <listitem><para><emphasis>Build for the Correct Target Architecture:</emphasis> Your 2241 <listitem><para><emphasis>Build for the correct target architecture:</emphasis> Your
2242 selected <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> 2242 selected <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
2243 definition within the <filename>local.conf</filename> file in the Build Directory 2243 definition within the <filename>local.conf</filename> file in the
2244 <link linkend='build-directory'>Build Directory</link>
2244 specifies the target architecture used when building the Linux kernel. 2245 specifies the target architecture used when building the Linux kernel.
2245 By default, <filename>MACHINE</filename> is set to 2246 By default, <filename>MACHINE</filename> is set to
2246 <filename>qemux86</filename>, which specifies a 32-bit 2247 <filename>qemux86</filename>, which specifies a 32-bit
2247 <trademark class='registered'>Intel</trademark> Architecture 2248 <trademark class='registered'>Intel</trademark> Architecture
2248 target machine suitable for the QEMU emulator.</para></listitem> 2249 target machine suitable for the QEMU emulator.</para></listitem>
2249 <listitem><para><emphasis>Identify Your <filename>meta-mylayer</filename> 2250 <listitem><para><emphasis>Identify your <filename>meta-mylayer</filename>
2250 Layer:</emphasis> The <filename>BBLAYERS</filename> variable in the 2251 layer:</emphasis> The
2252 <ulink url='&YOCTO_DOCS_REF_URL;#var-BBLAYERS'><filename>BBLAYERS</filename></ulink>
2253 variable in the
2251 <filename>bblayers.conf</filename> file found in the 2254 <filename>bblayers.conf</filename> file found in the
2252 <filename>poky/build/conf</filename> directory needs to have the path to your local 2255 <filename>poky/build/conf</filename> directory needs to have the path to your local
2253 <filename>meta-mylayer</filename> layer. 2256 <filename>meta-mylayer</filename> layer.