diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 81a47ff4a1..ae11860320 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2983,29 +2983,11 @@ To eliminate all the packaging requirements for an image, - follow these steps: - - Put the following line in your main - recipe for the image to remove package management - data files: - - ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; - - For example, the recipe for the - core-image-minimal image contains - this line. - You can also add the line to the - local.conf configuration file. - - Be sure that "package-management" is not - part of your - IMAGE_FEATURES - statement for the image. - When you remove this feature, you are removing the - package manager as well as its dependencies - from the root filesystem. - - + be sure that "package-management" is not part of your + IMAGE_FEATURES + statement for the image. + When you remove this feature, you are removing the package + manager as well as its dependencies from the root filesystem.