summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-19 21:46:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-29 07:50:01 +0100
commitbdb4b02a083179b31c11c3f8e8d1580ba3680410 (patch)
tree89573c57ab7d93b3ace740babf6b22ff0c16f9af /documentation
parentc914668db2b3d6fbf13359c2c87bc3229ebe1a8b (diff)
downloadpoky-bdb4b02a083179b31c11c3f8e8d1580ba3680410.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index f3159fa105..1299323cd1 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -3221,6 +3221,25 @@
3221 remains. 3221 remains.
3222 </para></listitem> 3222 </para></listitem>
3223 <listitem><para> 3223 <listitem><para>
3224 Previously, the following list of packages were removed
3225 if package-management was not in
3226 <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
3227 regardless of any dependencies:
3228 <literallayout class='monospaced'>
3229 update-rc.d
3230 base-passwd
3231 shadow
3232 update-alternatives
3233 run-postinsts
3234 </literallayout>
3235 With the Yocto Project 2.1 release, these packages are only
3236 removed if "read-only-rootfs" is in
3237 <filename>IMAGE_FEATURES</filename>, since they might
3238 still be needed for a read-write image even in the absence
3239 of a package manager (e.g. if users need to be added,
3240 modified, or removed at runtime).
3241 </para></listitem>
3242 <listitem><para>
3224 The 3243 The
3225 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component'><filename>devtool modify</filename></ulink> 3244 <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component'><filename>devtool modify</filename></ulink>
3226 command now defaults to extracting the source since that 3245 command now defaults to extracting the source since that