summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-22 11:33:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-25 16:45:26 +0000
commite347cd769ad42f3ff9a76ca94f79ac957b1ed134 (patch)
tree7379b43346acfd8cc4236c49536c91400a6b2a10
parent25437936c4a8d57e69d21d37e53c48c036b4b5ac (diff)
downloadpoky-e347cd769ad42f3ff9a76ca94f79ac957b1ed134.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Bug reference added courtesy Colin Walters
In the Quick Start there is a note indicating that you should run 'bitbake make-native' followed by 'bitbake poky-image-sato' if you are running Fedora 14 or another distribution that ships with GNU. Colin Walters submitted a patch that offerred an URL for further explanation on a Make Bug. The URL is http://www.mail-archive.com/bug-make@gnu.org/msg06220.html. Rather than submit Colin's patch verbatim I updated the note to include the reference with a little different wording. This extra information submitted by Colin will be very helpful. (From OE-Core rev: d32ccd0ce620942447c7b49c6117c2ea7eff46ff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 4cb50a5c2c..e6a1da9dfb 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -289,8 +289,10 @@
289 </literallayout> 289 </literallayout>
290 <note><para> 290 <note><para>
291 If you are running Fedora 14 or another distribution 291 If you are running Fedora 14 or another distribution
292 that ships with GNU make v3.82 you need to run the following two 292 that ships with GNU, run the following two <filename>BitBake</filename>
293 <command>bitbake</command> commands instead: 293 commands.
294 For more information, see
295 <ulink url='http://www.mail-archive.com/bug-make@gnu.org/msg06220.html'></ulink>.
294 <literallayout class='monospaced'> 296 <literallayout class='monospaced'>
295 $ bitbake make-native 297 $ bitbake make-native
296 $ bitbake poky-image-sato 298 $ bitbake poky-image-sato