diff options
Diffstat (limited to 'documentation/ref-manual/migration.rst')
-rw-r--r-- | documentation/ref-manual/migration.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/migration.rst b/documentation/ref-manual/migration.rst index 1d4d53647f..31959b2845 100644 --- a/documentation/ref-manual/migration.rst +++ b/documentation/ref-manual/migration.rst | |||
@@ -731,7 +731,7 @@ Automated Image Testing | |||
731 | ----------------------- | 731 | ----------------------- |
732 | 732 | ||
733 | A new automated image testing framework has been added through the | 733 | A new automated image testing framework has been added through the |
734 | ```testimage.bbclass`` <#ref-classes-testimage*>`__ class. This | 734 | :ref:`testimage.bbclass <ref-classes-testimage*>` class. This |
735 | framework replaces the older ``imagetest-qemu`` framework. | 735 | framework replaces the older ``imagetest-qemu`` framework. |
736 | 736 | ||
737 | You can learn more about performing automated image tests in the | 737 | You can learn more about performing automated image tests in the |
@@ -1077,7 +1077,7 @@ future releases the :ref:`autotools <ref-classes-autotools>` class | |||
1077 | will enable a separate build directory by default as well. Recipes | 1077 | will enable a separate build directory by default as well. Recipes |
1078 | building Autotools-based software that fails to build with a separate | 1078 | building Autotools-based software that fails to build with a separate |
1079 | build directory should be changed to inherit from the | 1079 | build directory should be changed to inherit from the |
1080 | ```autotools-brokensep`` <#ref-classes-autotools>`__ class instead of | 1080 | :ref:`autotools-brokensep <ref-classes-autotools>` class instead of |
1081 | the ``autotools`` or ``autotools_stage``\ classes. | 1081 | the ``autotools`` or ``autotools_stage``\ classes. |
1082 | 1082 | ||
1083 | .. _migration-1.6-building-qemu-native: | 1083 | .. _migration-1.6-building-qemu-native: |
@@ -1305,7 +1305,7 @@ occurred: | |||
1305 | However, if the software is not capable of being built in this | 1305 | However, if the software is not capable of being built in this |
1306 | manner, you will need to either patch the software so that it can | 1306 | manner, you will need to either patch the software so that it can |
1307 | build separately, or you will need to change the recipe to inherit | 1307 | build separately, or you will need to change the recipe to inherit |
1308 | the ```autotools-brokensep`` <#ref-classes-autotools>`__ class | 1308 | the :ref:`autotools-brokensep <ref-classes-autotools>` class |
1309 | instead of the ``autotools`` or ``autotools_stage`` classes. | 1309 | instead of the ``autotools`` or ``autotools_stage`` classes. |
1310 | 1310 | ||
1311 | - *The ``--foreign`` option is no longer passed to ``automake`` when | 1311 | - *The ``--foreign`` option is no longer passed to ``automake`` when |
@@ -2048,7 +2048,7 @@ time. | |||
2048 | A minor part of this restructuring is that the post-processing | 2048 | A minor part of this restructuring is that the post-processing |
2049 | definitions and functions have been moved from the | 2049 | definitions and functions have been moved from the |
2050 | :ref:`image <ref-classes-image>` class to the | 2050 | :ref:`image <ref-classes-image>` class to the |
2051 | ```rootfs-postcommands`` <#ref-classes-rootfs*>`__ class. Functionally, | 2051 | :ref:`rootfs-postcommands <ref-classes-rootfs*>` class. Functionally, |
2052 | however, they remain unchanged. | 2052 | however, they remain unchanged. |
2053 | 2053 | ||
2054 | .. _migration-2.1-removed-recipes: | 2054 | .. _migration-2.1-removed-recipes: |
@@ -3973,7 +3973,7 @@ For names of recipes removed because of this repository change, see the | |||
3973 | 3973 | ||
3974 | Previously, it was possible for Python recipes that inherited the | 3974 | Previously, it was possible for Python recipes that inherited the |
3975 | :ref:`distutils <ref-classes-distutils>` and | 3975 | :ref:`distutils <ref-classes-distutils>` and |
3976 | ```distutils3`` <#ref-classes-distutils3>`__ classes to fetch code | 3976 | :ref:`distutils3 <ref-classes-distutils3>` classes to fetch code |
3977 | during the :ref:`ref-tasks-configure` task to satisfy | 3977 | during the :ref:`ref-tasks-configure` task to satisfy |
3978 | dependencies mentioned in ``setup.py`` if those dependencies were not | 3978 | dependencies mentioned in ``setup.py`` if those dependencies were not |
3979 | provided in the sysroot (i.e. recipes providing the dependencies were | 3979 | provided in the sysroot (i.e. recipes providing the dependencies were |
@@ -4183,7 +4183,7 @@ This section provides information about automatic testing changes: | |||
4183 | practices now dictate that you use the | 4183 | practices now dictate that you use the |
4184 | :term:`IMAGE_CLASSES` variable rather than the | 4184 | :term:`IMAGE_CLASSES` variable rather than the |
4185 | :term:`INHERIT` variable when you inherit the | 4185 | :term:`INHERIT` variable when you inherit the |
4186 | ```testimage`` <#ref-classes-testimage*>`__ and | 4186 | :ref:`testimage <ref-classes-testimage*>` and |
4187 | :ref:`testsdk <ref-classes-testsdk>` classes used for automatic | 4187 | :ref:`testsdk <ref-classes-testsdk>` classes used for automatic |
4188 | testing. | 4188 | testing. |
4189 | 4189 | ||