summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 08:50:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:53 +0100
commit3cf92927973ccb3afd66ff36e6b710f91e8009c4 (patch)
tree738d094fdda0aa07515e9b0c78cc802d99c0eee6 /documentation/ref-manual/migration.xml
parentafd862afccef9ad76e54ded5925148c65cadfe10 (diff)
downloadpoky-3cf92927973ccb3afd66ff36e6b710f91e8009c4.tar.gz
ref-manual: Minor edits to the "Migration" chapter.
(From yocto-docs rev: f313ce2dd38c116fcca0aa6e3394334007d4cf04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml32
1 files changed, 17 insertions, 15 deletions
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 @@
16 16
17 <para> 17 <para>
18 This section provides migration information for moving to the 18 This section provides migration information for moving to the
19 Yocto Project 1.3 Release. 19 Yocto Project 1.3 Release from the prior release.
20 </para> 20 </para>
21 21
22 <section id='1.3-local-configuration'> 22 <section id='1.3-local-configuration'>
@@ -32,10 +32,10 @@
32 <title>SSTATE_MIRRORS</title> 32 <title>SSTATE_MIRRORS</title>
33 33
34 <para> 34 <para>
35 The shared state cache (sstate-cache) as pointed to by 35 The shared state cache (sstate-cache), as pointed to by
36 <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link> by default 36 <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, by default
37 now has two-character subdirectories to prevent there being an issue with too 37 now has two-character subdirectories to prevent issues rising
38 many files in the same directory. 38 from too many files in the same directory.
39 Also, native sstate-cache packages will go into a subdirectory named using 39 Also, native sstate-cache packages will go into a subdirectory named using
40 the distro ID string. 40 the distro ID string.
41 If you copy the newly structured sstate-cache to a mirror location 41 If you copy the newly structured sstate-cache to a mirror location
@@ -55,15 +55,15 @@
55 <title>bblayers.conf</title> 55 <title>bblayers.conf</title>
56 56
57 <para> 57 <para>
58 The <filename>meta-yocto</filename> layer has been split into 58 The <filename>meta-yocto</filename> layer consits of two parts
59 two parts: <filename>meta-yocto</filename> and 59 that correspond to the Poky reference distribution and the
60 <filename>meta-yocto-bsp</filename>, corresponding to the 60 reference hardware Board Support Packages (BSPs), respectively:
61 Poky reference distro configuration and the reference 61 <filename>meta-yocto</filename> and
62 hardware Board Support Packages (BSPs), respectively. 62 <filename>meta-yocto-bsp</filename>.
63 When running BitBake or Hob for the first time after upgrading, 63 When running BitBake or Hob for the first time after upgrading,
64 your <filename>conf/bblayers.conf</filename> file will be 64 your <filename>conf/bblayers.conf</filename> file will be
65 updated to handle this change and you will be asked to 65 updated to handle this change and you will be asked to
66 re-run/restart for the changes to take effect. 66 re-run or restart for the changes to take effect.
67 </para> 67 </para>
68 </section> 68 </section>
69 </section> 69 </section>
@@ -171,7 +171,7 @@
171 should now include "splash" instead to enable the boot-up 171 should now include "splash" instead to enable the boot-up
172 splash screen. 172 splash screen.
173 Retaining "apps-console-core" will still include the splash 173 Retaining "apps-console-core" will still include the splash
174 screen generates a warning. 174 screen but generates a warning.
175 The "apps-x11-core" and "apps-x11-games" 175 The "apps-x11-core" and "apps-x11-games"
176 <filename>IMAGE_FEATURES</filename> features have been removed. 176 <filename>IMAGE_FEATURES</filename> features have been removed.
177 </para> 177 </para>
@@ -183,7 +183,8 @@
183 <para> 183 <para>
184 The following recipes have been removed. 184 The following recipes have been removed.
185 For most of them, it is unlikely that you would have any 185 For most of them, it is unlikely that you would have any
186 references to them in your own metadata. 186 references to them in your own
187 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>.
187 However, you should check your metadata against this list to be sure: 188 However, you should check your metadata against this list to be sure:
188 <itemizedlist> 189 <itemizedlist>
189 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>: 190 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>:
@@ -220,11 +221,12 @@
220 had become obsolete or broken. 221 had become obsolete or broken.
221 Additionally, these recipes were not parsed in the default configuration. 222 Additionally, these recipes were not parsed in the default configuration.
222 Many of these recipes are already provided in an updated and 223 Many of these recipes are already provided in an updated and
223 maintained form within OpenEmbedded community layers such as 224 maintained form within the OpenEmbedded community layers such as
224 <filename>meta-oe</filename> and <filename>meta-gnome</filename>. 225 <filename>meta-oe</filename> and <filename>meta-gnome</filename>.
225 For the remainder, you can now find them in the 226 For the remainder, you can now find them in the
226 <filename>meta-extras</filename> repository, which is in the 227 <filename>meta-extras</filename> repository, which is in the
227 Yocto Project source repositories. 228 Yocto Project
229 <ulink url='&YOCTO_DOCS_DEV_URL;#source-repositories'>Source Repositories</ulink>.
228 </para> 230 </para>
229 </section> 231 </section>
230 </section> 232 </section>