aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-04-20 09:42:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:33 +0100
commitb8d0927941d74d520f0a3a0f5739be79baf3a1ec (patch)
tree873e3f2c5de2cf24874c2f1ed2fa8ae1b1201d2b /documentation/dev-manual/dev-manual-common-tasks.xml
parent7634512ecf88484903d362ec74da239798d65d8d (diff)
downloadopenembedded-core-contrib-b8d0927941d74d520f0a3a0f5739be79baf3a1ec.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c856775303..0ea494052e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3788,12 +3788,6 @@
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
have already created an image using the
@@ -3806,6 +3800,12 @@
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.
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>