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 @@ The following changes for Python occurred: - - Python 2 and recipes that use it can still be built for the - target as with previous versions. -
@@ -3443,6 +3439,10 @@ Unfortunately, systems using RPM as a package manager and providing online package-manager support through SMART still require Python 2. + + Python 2 and recipes that use it can still be built for the + target as with previous versions. +
@@ -3489,6 +3489,7 @@ runqemu has been ported to Python and has changed behavior in some cases. + Previous usage patterns continued to be supported. @@ -3508,9 +3509,6 @@ Using a configuration file is particularly convenient when trying to use QEMU with machines other than the qemu* machines in OE-Core. - - Previous usage patterns are continued to be supported. - The qemuboot.conf file is generated by the qemuboot 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. binary" QA issues when building such recipes. You need to fix these recipes so that they use the expected LDFLAGS. - Depending on how the software is built, the build system might - need to be patched. + Depending on how the software is built, the build system used by + the software (e.g. a Makefile) might need to be patched. However, sometimes making this fix is as simple as adding the following to the recipe: