summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-10-23 07:49:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-27 07:28:22 +0000
commitf19b52c90c91241a5dc2e5ec6d4dc437a1b4cc8e (patch)
treefee3bc3dc1cbe136325b1be377ec570010ede3fd /documentation/ref-manual/migration.xml
parentb73da6b4578986ce28d25248d72d74ac953767bb (diff)
downloadpoky-f19b52c90c91241a5dc2e5ec6d4dc437a1b4cc8e.tar.gz
ref-manual: Updates to the 1.8 to 2.0 Migration section.
Applied review comments from Paul Eggleton. (From yocto-docs rev: 5b41ef810fdae04a722253676edd9d5803cb50f4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.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.xml24
1 files changed, 16 insertions, 8 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index e8e258aa6f..aad04faad3 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -2324,12 +2324,21 @@
2324 </para> 2324 </para>
2325 2325
2326 <section id='migration-2.0-gcc-5'> 2326 <section id='migration-2.0-gcc-5'>
2327 <title>Gcc 5</title> 2327 <title>GCC 5</title>
2328 2328
2329 <para> 2329 <para>
2330 The default compiler is now GCC 5.2. 2330 The default compiler is now GCC 5.2.
2331 This change has resulted in fixes for compile errors in a number 2331 This change has required fixes for compilation errors in a number
2332 of other recipes. 2332 of other recipes.
2333 </para>
2334
2335 <para>
2336 Alternatively, you can switch back to GCC 4.9 or 4.8 by
2337 setting <filename>GCCVERSION</filename> in your configuration,
2338 as follows:
2339 <literallayout class='monospaced'>
2340 GCCVERSION = "4.9%"
2341 </literallayout>
2333 For further details, please see 2342 For further details, please see
2334 <ulink url='https://gcc.gnu.org/gcc-5/changes.html'></ulink>. 2343 <ulink url='https://gcc.gnu.org/gcc-5/changes.html'></ulink>.
2335 </para> 2344 </para>
@@ -2340,8 +2349,8 @@
2340 2349
2341 <para> 2350 <para>
2342 Gstreamer 0.10 has been removed in favor of Gstreamer 1.x. 2351 Gstreamer 0.10 has been removed in favor of Gstreamer 1.x.
2343 As part of the change, Gstreamer 0.10 recipes 2352 As part of the change, recipes for Gstreamer 0.10 and related
2344 that still need Gstreamer 0.10 are now located 2353 software are now located
2345 in <filename>meta-multimedia</filename>. 2354 in <filename>meta-multimedia</filename>.
2346 This change results in Qt4 having Phonon and Gstreamer 2355 This change results in Qt4 having Phonon and Gstreamer
2347 support in QtWebkit disabled by default. 2356 support in QtWebkit disabled by default.
@@ -2371,9 +2380,8 @@
2371 <filename>adwaita-icon-theme</filename>. 2380 <filename>adwaita-icon-theme</filename>.
2372 </para></listitem> 2381 </para></listitem>
2373 <listitem><para> 2382 <listitem><para>
2374 Gstreamer 0.10 Recipes: Recipes that are part of 2383 Gstreamer 0.10 Recipes: Recipes for Gstreamer 0.10 have
2375 Gstreamer 0.10 have been removed in favor of the 2384 been removed in favor of the recipes for Gstreamer 1.x.
2376 recipes in Gstreamer 1.x.
2377 </para></listitem> 2385 </para></listitem>
2378 <listitem><para> 2386 <listitem><para>
2379 <filename>insserv</filename>: The recipe is obsolete and 2387 <filename>insserv</filename>: The recipe is obsolete and
@@ -2381,7 +2389,7 @@
2381 </para></listitem> 2389 </para></listitem>
2382 <listitem><para> 2390 <listitem><para>
2383 <filename>libunique</filename>: The recipe is no longer 2391 <filename>libunique</filename>: The recipe is no longer
2384 used and has been move to <filename>meta-oe</filename>. 2392 used and has been moved to <filename>meta-oe</filename>.
2385 </para></listitem> 2393 </para></listitem>
2386 <listitem><para> 2394 <listitem><para>
2387 <filename>midori</filename>: The recipe's functionally 2395 <filename>midori</filename>: The recipe's functionally