From 46a05ed934e7b3bbb0c2093d72bdbe7e513ea8a5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Apr 2013 16:23:02 -0700 Subject: [PATCH] ref-manual: Review comments from Paul Eggleton into the Migration section. Minor adjustments such as creating alphabetized lists, fixing a typo, eliminating a repeat, separating out the recipes that were moved into a new section, etc. (From yocto-docs rev: 34f73b62b4acdc6136b22916811cd9156b6422f5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 216 ++++++++++++------------- 1 file changed, 107 insertions(+), 109 deletions(-) diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 7ebc10a76d..83636a375b 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -361,125 +361,67 @@ +
+ Recipes Moved + + + The following recipes were moved from their previous locations + because they are no longer used by anything in + the OpenEmbedded-Core: + + clutter-box2d: + Now resides in the meta-oe layer. + + evolution-data-server: + Now resides in the meta-gnome layer. + + gthumb: + Now resides in the meta-gnome layer. + + gtkhtml2: + Now resides in the meta-oe layer. + + gupnp: + Now resides in the meta-multimedia layer. + + gypsy: + Now resides in the meta-oe layer. + + libcanberra: + Now resides in the meta-gnome layer. + + libgdata: + Now resides in the meta-gnome layer. + + libmusicbrainz: + Now resides in the meta-multimedia layer. + + metacity: + Now resides in the meta-gnome layer. + + polkit: + Now resides in the meta-oe layer. + + zeroconf: + Now resides in the meta-networking layer. + + + +
+
Removals and Renames The following list shows what has been removed or renamed: - mesa-dri: - Renamed to mesa. - - Gtk+ DirectFB: - Removed support because upstream Gtk+ no longer supports it - as of version 2.18. - - linux-yocto 3.0 kernel: - Removed with linux-yocto 3.8 kernel being added. - - mesa-xlib: - Removed because it was no longer useful. - - polkit: - Removed from its previous location and now resides in the - meta-oe layer. - - libmusicbrainz: - Removed from its previous location and now resides in the - meta-multimedia layer. - - zeroconf: - Removed from its previous location and now resides in the - meta-networking layer. - - web: - Removed because it is not maintained. Superseded by - web-webkit. - - gtkhtml2: - Removed from its previous location and now resides in the - meta-oe layer. - - gtkhtml2: - Removed from its previous location and now resides in the - meta-oe layer. - - clutter-box2d: - Removed from its previous location and now resides in the - meta-oe layer. - - orinoco-conf: - Removed because it has become obsolete. - - omatchbox-stroke: - Removed because it was never more than a proof-of-concept. - - update-modules: - Removed because it is no longer used. - The kernel module postinstall and - postrm scripts can now do the same - task without the use of this script. - - zypper / libzypp / sat-solver: - Removed and been functionally replaced with Smart - (python-smartpm) when RPM packaging - is used and package management is enabled on the target. - - libcanberra: - Removed from its previous location and now resides in the - meta-gnome layer. - - metacity: - Removed from its previous location and now resides in the - meta-gnome layer. - - gupnp: - Removed from its previous location and now resides in the - meta-multimedia layer. - - libgdata: - Removed from its previous location and now resides in the - meta-gnome layer. - - gthumb: - Removed from its previous location and now resides in the - meta-gnome layer. - - mutter: - Removed because nothing ever uses it and the recipe is - very old. - - gypsy: - Removed from its previous location and now resides in the - meta-oe layer. - - matchbox-wm-2 / matchbox-theme-sato-2: - Removed because they are not maintained. - However, matchbox-wm and - matchbox-theme-sato are still - provided. - - lsbsetup: - Removed with functionality now provided by - lsbtest. - - evolution-data-server: - Removed from its previous location and now resides in the - meta-gnome layer. - - xf86bigfontproto: - Removed because upstream it has been disabled by default - since 2007. - Nothing uses xf86bigfontproto. - evieext: Removed because it has been removed from xserver since 2008. - xf86rushproto: - Removed because its dependency in - xserver was spurious and it was - removed in 2005. + Gtk+ DirectFB: + Removed support because upstream Gtk+ no longer supports it + as of version 2.18. libxfontcache / xfontcacheproto: Removed because they were removed from the Xorg server in 2008. @@ -491,6 +433,62 @@ libxtrap / xtrapproto: Removed because their functionality was broken upstream. + linux-yocto 3.0 kernel: + Removed with linux-yocto 3.8 kernel being added. + The linux-yocto 3.2 and linux-yocto 3.4 kernels remain + as part of the release. + + lsbsetup: + Removed with functionality now provided by + lsbtest. + + matchbox-stroke: + Removed because it was never more than a proof-of-concept. + + matchbox-wm-2 / matchbox-theme-sato-2: + Removed because they are not maintained. + However, matchbox-wm and + matchbox-theme-sato are still + provided. + + mesa-dri: + Renamed to mesa. + + mesa-xlib: + Removed because it was no longer useful. + + mutter: + Removed because nothing ever uses it and the recipe is + very old. + + orinoco-conf: + Removed because it has become obsolete. + + update-modules: + Removed because it is no longer used. + The kernel module postinstall and + postrm scripts can now do the same + task without the use of this script. + + web: + Removed because it is not maintained. Superseded by + web-webkit. + + xf86bigfontproto: + Removed because upstream it has been disabled by default + since 2007. + Nothing uses xf86bigfontproto. + + xf86rushproto: + Removed because its dependency in + xserver was spurious and it was + removed in 2005. + + zypper / libzypp / sat-solver: + Removed and been functionally replaced with Smart + (python-smartpm) when RPM packaging + is used and package management is enabled on the target. +