diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 40c570f8ca..a124f2cd99 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -16,7 +16,7 @@
This section provides migration information for moving to the
- Yocto Project 1.3 Release.
+ Yocto Project 1.3 Release from the prior release.
@@ -32,10 +32,10 @@
SSTATE_MIRRORS
- The shared state cache (sstate-cache) as pointed to by
- SSTATE_DIR by default
- now has two-character subdirectories to prevent there being an issue with too
- many files in the same directory.
+ The shared state cache (sstate-cache), as pointed to by
+ SSTATE_DIR, by default
+ now has two-character subdirectories to prevent issues rising
+ from too many files in the same directory.
Also, native sstate-cache packages will go into a subdirectory named using
the distro ID string.
If you copy the newly structured sstate-cache to a mirror location
@@ -55,15 +55,15 @@
bblayers.conf
- The meta-yocto layer has been split into
- two parts: meta-yocto and
- meta-yocto-bsp, corresponding to the
- Poky reference distro configuration and the reference
- hardware Board Support Packages (BSPs), respectively.
+ The meta-yocto layer consits of two parts
+ that correspond to the Poky reference distribution and the
+ reference hardware Board Support Packages (BSPs), respectively:
+ meta-yocto and
+ meta-yocto-bsp.
When running BitBake or Hob for the first time after upgrading,
your conf/bblayers.conf file will be
updated to handle this change and you will be asked to
- re-run/restart for the changes to take effect.
+ re-run or restart for the changes to take effect.
@@ -171,7 +171,7 @@
should now include "splash" instead to enable the boot-up
splash screen.
Retaining "apps-console-core" will still include the splash
- screen generates a warning.
+ screen but generates a warning.
The "apps-x11-core" and "apps-x11-games"
IMAGE_FEATURES features have been removed.
@@ -183,7 +183,8 @@
The following recipes have been removed.
For most of them, it is unlikely that you would have any
- references to them in your own metadata.
+ references to them in your own
+ Metadata.
However, you should check your metadata against this list to be sure:
libx11-trim:
@@ -220,11 +221,12 @@
had become obsolete or broken.
Additionally, these recipes were not parsed in the default configuration.
Many of these recipes are already provided in an updated and
- maintained form within OpenEmbedded community layers such as
+ maintained form within the OpenEmbedded community layers such as
meta-oe and meta-gnome.
For the remainder, you can now find them in the
meta-extras repository, which is in the
- Yocto Project source repositories.
+ Yocto Project
+ Source Repositories.