diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
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. |