diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3767bf18b5..95ae0076dd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -2811,11 +2811,11 @@ | |||
| 2811 | 2811 | ||
| 2812 | <para> | 2812 | <para> |
| 2813 | Packaging requirements add size to the image. | 2813 | Packaging requirements add size to the image. |
| 2814 | One way to reduce the size of the kernel is to remove all the | 2814 | One way to reduce the size of the image is to remove all the |
| 2815 | packaging requirements from the image. | 2815 | packaging requirements from the image. |
| 2816 | This reduction includes both removing the package manager | 2816 | This reduction includes both removing the package manager |
| 2817 | and its dependencies as well as removing the package management | 2817 | and its unique dependencies as well as removing the package |
| 2818 | data itself. | 2818 | management data itself. |
| 2819 | </para> | 2819 | </para> |
| 2820 | 2820 | ||
| 2821 | <para> | 2821 | <para> |
| @@ -2823,7 +2823,8 @@ | |||
| 2823 | follow these steps: | 2823 | follow these steps: |
| 2824 | <orderedlist> | 2824 | <orderedlist> |
| 2825 | <listitem><para>Put the following line in your main | 2825 | <listitem><para>Put the following line in your main |
| 2826 | recipe for the image to remove packaging files: | 2826 | recipe for the image to remove package management |
| 2827 | data files: | ||
| 2827 | <literallayout class='monospaced'> | 2828 | <literallayout class='monospaced'> |
| 2828 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; | 2829 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; |
| 2829 | </literallayout> | 2830 | </literallayout> |
