yocto-project-qs: Edits to "What You Need and How to Get It"

I added the general requirement of 50 Gbytes of free disk space
to the host requirements.  The information was somewhat buried
later on in the manual.

(From yocto-docs rev: aeb8a9988626404fcee60758fe7ae808b31af145)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-05 10:11:12 +03:00 committed by Richard Purdie
parent 926a8ee45b
commit b5034919a3
1 changed files with 14 additions and 15 deletions

View File

@ -168,21 +168,20 @@
</para>
<itemizedlist>
<listitem>
<para>A host system running a supported Linux distribution
(i.e. recent releases of Fedora, openSUSE, CentOS, Debian,
and Ubuntu).
If the host system supports multiple cores and threads, you can configure the
Yocto Project build system to decrease the time needed to build images
significantly.
</para>
</listitem>
<listitem>
<para>The right packages.</para>
</listitem>
<listitem>
<para>A release of the Yocto Project.</para>
</listitem>
<listitem><para>
A host system with a minimum of 50 Gbytes of free disk space that
is running a supported Linux distribution (i.e. recent releases
of Fedora, openSUSE, CentOS, Debian, or Ubuntu).
If the host system supports multiple cores and threads, you can
configure the Yocto Project build system to significantly
decrease the time needed to build images.
</para></listitem>
<listitem><para>
The right packages.
</para></listitem>
<listitem><para>
A release of the Yocto Project.
</para></listitem>
</itemizedlist>
<section id='the-linux-distro'>