summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 14:50:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 12:13:46 +0000
commiteeffa647d58b4c310058e8ea5e7c41431f9859a7 (patch)
treea399b5cb371462ab71cea125b0515561312ae6b1 /documentation
parent2beb19b764abae057e6a53ebe285b2226fd57a16 (diff)
downloadpoky-eeffa647d58b4c310058e8ea5e7c41431f9859a7.tar.gz
dev-manual: Added the --overhead-factor wic option description.
(From yocto-docs rev: 67d90401faa4992638ed6903fb74388193ff6aec) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e417c256a7..2335209084 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4628,6 +4628,14 @@
4628 by the <filename>--size</filename> option. 4628 by the <filename>--size</filename> option.
4629 The default value is 10 Mbytes. 4629 The default value is 10 Mbytes.
4630 </para></listitem> 4630 </para></listitem>
4631 <listitem><para><emphasis><filename>--overhead-factor</filename>:</emphasis>
4632 This option is a <filename>wic</filename>-specific
4633 option that multiplies the size of the partition by
4634 the option's value.
4635 You must supply a value greater than or equal to
4636 "1".
4637 The default value is "1.3".
4638 </para></listitem>
4631 </itemizedlist> 4639 </itemizedlist>
4632 </para> 4640 </para>
4633 </section> 4641 </section>