From 5156a38f89d5e9af8081af095ac3785ea1a5b171 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 25 Nov 2013 09:01:00 -0800 Subject: dev-manual: Updated how to remove package management requirements This now involves only making sure that "packag-management" is not part of your IMAGE_FEATURES statement for the image. Reported-by: Robert P. J. Day (From yocto-docs rev: 9cb66c40677adc43088d22900fef58166ee8b508) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 28 ++++------------------ 1 file changed, 5 insertions(+), 23 deletions(-) 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. -- cgit v1.2.3-54-g00ecf