summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-21 13:33:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-25 17:55:37 +0100
commite0ed9253c14a04d22d8d0f029ec5f1d0fcde7222 (patch)
treec3ce1b81e387a507477d28090532841ec1c62a82 /documentation/ref-manual/migration.xml
parentd89a35f0a05db7bfc287f7c1de0bef7915713896 (diff)
downloadpoky-e0ed9253c14a04d22d8d0f029ec5f1d0fcde7222.tar.gz
ref-manual: Applied minor corrections to 2.2 migration section.
Moved a couple notes around and changed some wordings... nothing major. (From yocto-docs rev: 75be6c30ca646ee81b955fae7a3e0183ead9ca08) 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.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 64f6da876b..3e7e6b0844 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -3392,10 +3392,6 @@
3392 3392
3393 <para> 3393 <para>
3394 The following changes for Python occurred: 3394 The following changes for Python occurred:
3395 <note>
3396 Python 2 and recipes that use it can still be built for the
3397 target as with previous versions.
3398 </note>
3399 </para> 3395 </para>
3400 3396
3401 <section id='migration-2.2-bitbake-now-requires-python-3.4'> 3397 <section id='migration-2.2-bitbake-now-requires-python-3.4'>
@@ -3443,6 +3439,10 @@
3443 Unfortunately, systems using RPM as a package manager and 3439 Unfortunately, systems using RPM as a package manager and
3444 providing online package-manager support through SMART still 3440 providing online package-manager support through SMART still
3445 require Python 2. 3441 require Python 2.
3442 <note>
3443 Python 2 and recipes that use it can still be built for the
3444 target as with previous versions.
3445 </note>
3446 </para> 3446 </para>
3447 </section> 3447 </section>
3448 3448
@@ -3489,6 +3489,7 @@
3489 <para> 3489 <para>
3490 <filename>runqemu</filename> has been ported to Python and has 3490 <filename>runqemu</filename> has been ported to Python and has
3491 changed behavior in some cases. 3491 changed behavior in some cases.
3492 Previous usage patterns continued to be supported.
3492 </para> 3493 </para>
3493 3494
3494 <para> 3495 <para>
@@ -3508,9 +3509,6 @@
3508 Using a configuration file is particularly convenient when trying 3509 Using a configuration file is particularly convenient when trying
3509 to use QEMU with machines other than the 3510 to use QEMU with machines other than the
3510 <filename>qemu*</filename> machines in OE-Core. 3511 <filename>qemu*</filename> machines in OE-Core.
3511 <note>
3512 Previous usage patterns are continued to be supported.
3513 </note>
3514 The <filename>qemuboot.conf</filename> file is generated by the 3512 The <filename>qemuboot.conf</filename> file is generated by the
3515 <filename>qemuboot</filename> 3513 <filename>qemuboot</filename>
3516 class when the root filesystem is being build (i.e. 3514 class when the root filesystem is being build (i.e.
@@ -3612,8 +3610,8 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
3612 binary" QA issues when building such recipes. 3610 binary" QA issues when building such recipes.
3613 You need to fix these recipes so that they use the expected 3611 You need to fix these recipes so that they use the expected
3614 <filename>LDFLAGS</filename>. 3612 <filename>LDFLAGS</filename>.
3615 Depending on how the software is built, the build system might 3613 Depending on how the software is built, the build system used by
3616 need to be patched. 3614 the software (e.g. a Makefile) might need to be patched.
3617 However, sometimes making this fix is as simple as adding the 3615 However, sometimes making this fix is as simple as adding the
3618 following to the recipe: 3616 following to the recipe:
3619 <literallayout class='monospaced'> 3617 <literallayout class='monospaced'>