From 22909d0a47ba13e2b810007aa901fe8fd7b39b2c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 30 Sep 2013 11:01:40 -0700 Subject: [PATCH] ref-manual: Applied review edits to migration section. (From yocto-docs rev: f4c6423a48c5d27bd853abad9b28a6cc563d4054) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 82 +++++++++++++------------- 1 file changed, 41 insertions(+), 41 deletions(-) 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