diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-02-08 11:05:48 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:25:44 +0000 |
| commit | 717c56caff3fa47d346fb0c35d1faf5011131702 (patch) | |
| tree | a69b59ea907d7b61d76a3c18c744dc510d77140f /documentation/ref-manual/usingpoky.xml | |
| parent | dc7221b2fcb29ed9799037ca331f03c12ba0e5b8 (diff) | |
| download | poky-717c56caff3fa47d346fb0c35d1faf5011131702.tar.gz | |
ref-manual: Created "Development Host System Issues" section
Fixes YOCTO #2790
Created a new section in the "Debugging Build Failures"
section to deal with host issues that cause a build to
fail.
(From yocto-docs rev: 9efc00146764086646b0c558d12168ab9813d683)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 149490969a..0b0f02005c 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -222,6 +222,37 @@ | |||
| 222 | </para> | 222 | </para> |
| 223 | </section> | 223 | </section> |
| 224 | 224 | ||
| 225 | <section id='development-host-system-issues'> | ||
| 226 | <title>Development Host System Issues</title> | ||
| 227 | |||
| 228 | <para> | ||
| 229 | Sometimes issues on the host development system can cause your | ||
| 230 | build to fail. | ||
| 231 | Following are known, host-specific problems. | ||
| 232 | Be sure to always consult the | ||
| 233 | <ulink url='&YOCTO_HOME_URL;/download/yocto/yocto-project-&DISTRO;-release-notes-poky-&POKYVERSION;'>Release Notes</ulink> | ||
| 234 | for a look at all release-related issues. | ||
| 235 | <itemizedlist> | ||
| 236 | <listitem><para><emphasis><filename>eglibc-initial</filename> fails to build</emphasis>: | ||
| 237 | If your development host system has the unpatched | ||
| 238 | <filename>GNU Make 3.82</filename>, | ||
| 239 | the <filename>do_install</filename> task | ||
| 240 | fails for <filename>eglibc-initial</filename> during the | ||
| 241 | build.</para> | ||
| 242 | <para>Typically, every distrobution that ships | ||
| 243 | <filename>GNU Make 3.82</filename> as | ||
| 244 | the default already has the patched version. | ||
| 245 | However, some distributions, such as Debian, have | ||
| 246 | <filename>GNU Make 3.82</filename> as an option, which | ||
| 247 | is unpatched. | ||
| 248 | You will see this error on these types of distributions. | ||
| 249 | Switch to <filename>GNU Make 3.81</filename> or patch | ||
| 250 | your <filename>make</filename> to solve the problem. | ||
| 251 | </para></listitem> | ||
| 252 | </itemizedlist> | ||
| 253 | </para> | ||
| 254 | </section> | ||
| 255 | |||
| 225 | <section id='usingpoky-debugging-buildfile'> | 256 | <section id='usingpoky-debugging-buildfile'> |
| 226 | <title>Building with No Dependencies</title> | 257 | <title>Building with No Dependencies</title> |
| 227 | <para> | 258 | <para> |
