summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-05-07 18:05:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-22 17:23:39 +0100
commit9910776fd2fd4930cd718a0b599dc64bd022629e (patch)
tree8d21054ef1b9936701eff6f36f742ed21d2be168 /documentation
parentb637518909f454a88b946de4eae3720efe3b8647 (diff)
downloadpoky-9910776fd2fd4930cd718a0b599dc64bd022629e.tar.gz
dev-manual: Applied review comments for eliminating packaging req.
Fixes YOCTO #1706 Richard suggested some technical wording changes. I also added the new sub-section into the introductory material as part of the parent section. (From yocto-docs rev: 201ae16541676365bef69be578433222191eccd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9e8ee73fe0..3767bf18b5 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2523,6 +2523,8 @@
2523 </para></listitem> 2523 </para></listitem>
2524 <listitem><para>Reduce the size of the kernel. 2524 <listitem><para>Reduce the size of the kernel.
2525 </para></listitem> 2525 </para></listitem>
2526 <listitem><para>Eliminate packaging requirements.
2527 </para></listitem>
2526 <listitem><para>Look for other ways to minimize size. 2528 <listitem><para>Look for other ways to minimize size.
2527 </para></listitem> 2529 </para></listitem>
2528 <listitem><para>Iterate on the process.</para></listitem> 2530 <listitem><para>Iterate on the process.</para></listitem>
@@ -2808,11 +2810,12 @@
2808 <title>Remove Package Management Requirements</title> 2810 <title>Remove Package Management Requirements</title>
2809 2811
2810 <para> 2812 <para>
2811 Packaging requirements add size to the kernel. 2813 Packaging requirements add size to the image.
2812 One way to reduce the size of the kernel is to remove all the 2814 One way to reduce the size of the kernel is to remove all the
2813 packaging requirements from the image. 2815 packaging requirements from the image.
2814 This reduction includes removing the package manager as well 2816 This reduction includes both removing the package manager
2815 as its dependencies. 2817 and its dependencies as well as removing the package management
2818 data itself.
2816 </para> 2819 </para>
2817 2820
2818 <para> 2821 <para>