mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
64293699f6
commit
ab3147e995
@@ -3220,6 +3220,25 @@
|
|||||||
The well-tested and maintained support for RPM version 5
|
The well-tested and maintained support for RPM version 5
|
||||||
remains.
|
remains.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
Previously, the following list of packages were removed
|
||||||
|
if package-management was not in
|
||||||
|
<link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
|
||||||
|
regardless of any dependencies:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
update-rc.d
|
||||||
|
base-passwd
|
||||||
|
shadow
|
||||||
|
update-alternatives
|
||||||
|
run-postinsts
|
||||||
|
</literallayout>
|
||||||
|
With the Yocto Project 2.1 release, these packages are only
|
||||||
|
removed if "read-only-rootfs" is in
|
||||||
|
<filename>IMAGE_FEATURES</filename>, 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).
|
||||||
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
The
|
The
|
||||||
<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component'><filename>devtool modify</filename></ulink>
|
<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-devtool-use-devtool-modify-to-modify-the-source-of-an-existing-component'><filename>devtool modify</filename></ulink>
|
||||||
|
|||||||
Reference in New Issue
Block a user