dev-manual: Updated "Requirements" section for creating partitioned images

Wic is not using parted and other runtime dependencies from host
system anymore.  It uses native tools instead.  Removed host parted
from the list of requirements.  Added instructions to build native
tools.

(From yocto-docs rev: ab22aff62bd9ffde3dfefe9fcabadc6e5aae7e31)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh 2015-04-20 09:42:24 -07:00 committed by Richard Purdie
parent 7634512ecf
commit b8d0927941
1 changed files with 6 additions and 6 deletions

View File

@ -3787,12 +3787,6 @@
<filename>cp</filename>, must be installed on your
development host system.
</para></listitem>
<listitem><para>
The
<ulink url='http://www.gnu.org/software/parted/'>GNU Parted</ulink>
package must be installed on your development host
system.
</para></listitem>
<listitem><para>
You need to have the build artifacts already
available, which typically means that you must
@ -3805,6 +3799,12 @@
<filename>wic</filename> requires the artifacts
in the form generated by the build system.
</para></listitem>
<listitem><para>
You must build several native tools:
<literallayout class='monospaced'>
$ bitbake parted-native dosfstools-native mtools-native
</literallayout>
</para></listitem>
<listitem><para>
You must have sourced one of the build environment
setup scripts (i.e.