1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2015-10-23 07:49:12 -07:00
committed by Richard Purdie
parent b73da6b457
commit f19b52c90c
+16 -8
View File
@@ -2324,12 +2324,21 @@
</para> </para>
<section id='migration-2.0-gcc-5'> <section id='migration-2.0-gcc-5'>
<title>Gcc 5</title> <title>GCC 5</title>
<para> <para>
The default compiler is now GCC 5.2. The default compiler is now GCC 5.2.
This change has resulted in fixes for compile errors in a number This change has required fixes for compilation errors in a number
of other recipes. of other recipes.
</para>
<para>
Alternatively, you can switch back to GCC 4.9 or 4.8 by
setting <filename>GCCVERSION</filename> in your configuration,
as follows:
<literallayout class='monospaced'>
GCCVERSION = "4.9%"
</literallayout>
For further details, please see For further details, please see
<ulink url='https://gcc.gnu.org/gcc-5/changes.html'></ulink>. <ulink url='https://gcc.gnu.org/gcc-5/changes.html'></ulink>.
</para> </para>
@@ -2340,8 +2349,8 @@
<para> <para>
Gstreamer 0.10 has been removed in favor of Gstreamer 1.x. Gstreamer 0.10 has been removed in favor of Gstreamer 1.x.
As part of the change, Gstreamer 0.10 recipes As part of the change, recipes for Gstreamer 0.10 and related
that still need Gstreamer 0.10 are now located software are now located
in <filename>meta-multimedia</filename>. in <filename>meta-multimedia</filename>.
This change results in Qt4 having Phonon and Gstreamer This change results in Qt4 having Phonon and Gstreamer
support in QtWebkit disabled by default. support in QtWebkit disabled by default.
@@ -2371,9 +2380,8 @@
<filename>adwaita-icon-theme</filename>. <filename>adwaita-icon-theme</filename>.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Gstreamer 0.10 Recipes: Recipes that are part of Gstreamer 0.10 Recipes: Recipes for Gstreamer 0.10 have
Gstreamer 0.10 have been removed in favor of the been removed in favor of the recipes for Gstreamer 1.x.
recipes in Gstreamer 1.x.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>insserv</filename>: The recipe is obsolete and <filename>insserv</filename>: The recipe is obsolete and
@@ -2381,7 +2389,7 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>libunique</filename>: The recipe is no longer <filename>libunique</filename>: The recipe is no longer
used and has been move to <filename>meta-oe</filename>. used and has been moved to <filename>meta-oe</filename>.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>midori</filename>: The recipe's functionally <filename>midori</filename>: The recipe's functionally