diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 4c7af582fa..bb6203998b 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -650,7 +650,7 @@ BitBake's global method pool has been removed. - This method not particularly useful and led to clashes + This method is not particularly useful and led to clashes between recipes containing functions that had the same name. @@ -666,7 +666,7 @@ ${PF} are no longer added to PROVIDES - by default. + by default in bitbake.conf. These version-specific PROVIDES items were seldom used. Attempting to use them could result in two versions being @@ -925,45 +925,6 @@ -
- Removed and Renamed Recipes - - - - The linux-yocto 3.2 kernel has been - removed. - - libtool-nativesdk has been renamed to - nativesdk-libtool. - - tinylogin has been removed. - It has been replaced by a suid portion of Busybox. - See the - "BusyBox" section - for more information. - - external-python-tarball has been renamed - to buildtools-tarball. - - - web-webkit has been removed. - It has been functionally replaced by - midori. - - imake has been removed. - It is no longer needed by any other recipe. - - - transfig-native has been removed. - It is no longer needed by any other recipe. - - - anjuta-remote-run has been removed. - Anjuta IDE integration has not been officially supported for - several releases. - -
-
Build History @@ -1022,6 +983,45 @@
+
+ Removed and Renamed Recipes + + + + The linux-yocto 3.2 kernel has been + removed. + + libtool-nativesdk has been renamed to + nativesdk-libtool. + + tinylogin has been removed. + It has been replaced by a suid portion of Busybox. + See the + "BusyBox" section + for more information. + + external-python-tarball has been renamed + to buildtools-tarball. + + + web-webkit has been removed. + It has been functionally replaced by + midori. + + imake has been removed. + It is no longer needed by any other recipe. + + + transfig-native has been removed. + It is no longer needed by any other recipe. + + + anjuta-remote-run has been removed. + Anjuta IDE integration has not been officially supported for + several releases. + +
+
Other Changes