diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-22 11:33:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-25 16:39:11 +0000 |
commit | d32ccd0ce620942447c7b49c6117c2ea7eff46ff (patch) | |
tree | 07efb51f5c614f1975ce388623ed39fbc2acfbe2 | |
parent | 58d443a2ff300ff290486b2153f8a90a8ca2a89b (diff) | |
download | openembedded-core-d32ccd0ce620942447c7b49c6117c2ea7eff46ff.tar.gz openembedded-core-d32ccd0ce620942447c7b49c6117c2ea7eff46ff.tar.bz2 openembedded-core-d32ccd0ce620942447c7b49c6117c2ea7eff46ff.zip |
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
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 @@ </literallayout> <note><para> If you are running Fedora 14 or another distribution - that ships with GNU make v3.82 you need to run the following two - <command>bitbake</command> commands instead: + that ships with GNU, run the following two <filename>BitBake</filename> + commands. + For more information, see + <ulink url='http://www.mail-archive.com/bug-make@gnu.org/msg06220.html'></ulink>. <literallayout class='monospaced'> $ bitbake make-native $ bitbake poky-image-sato |