From: Scott Rifenbark Date: Wed, 20 Apr 2016 04:46:04 +0000 (-0700) Subject: ref-manual: Added new 2.1 migration misc. Change X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab3147e9959b9975d76d8d6956da8b736e672b5a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new 2.1 migration misc. Change Lists packages removed if package-management was not in IMAGE_FEATURES. (From yocto-docs rev: 45768d661b800782e32b76b4fa7efa0f70cb7e47) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index f3159fa1054..1299323cd1c 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -3220,6 +3220,25 @@ The well-tested and maintained support for RPM version 5 remains. + + Previously, the following list of packages were removed + if package-management was not in + IMAGE_FEATURES, + regardless of any dependencies: + + update-rc.d + base-passwd + shadow + update-alternatives + run-postinsts + + With the Yocto Project 2.1 release, these packages are only + removed if "read-only-rootfs" is in + IMAGE_FEATURES, since they might + still be needed for a read-write image even in the absence + of a package manager (e.g. if users need to be added, + modified, or removed at runtime). + The devtool modify