]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Updated "Requirements" section for creating partitioned images
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 20 Apr 2015 16:42:24 +0000 (09:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:07:33 +0000 (11:07 +0100)
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>
documentation/dev-manual/dev-manual-common-tasks.xml

index c8567753036284f958b819a93cb393c48b7cbd19..0ea494052ede3c21a2ab8e04a73c4f2000790091 100644 (file)
                         <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
                         <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.