diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.3.rst | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/documentation/migration-guides/migration-2.3.rst b/documentation/migration-guides/migration-2.3.rst index 6126af857d..38117d41b4 100644 --- a/documentation/migration-guides/migration-2.3.rst +++ b/documentation/migration-guides/migration-2.3.rst | |||
@@ -52,7 +52,7 @@ Consider the following: | |||
52 | post-installation script that is installed by a function added to | 52 | post-installation script that is installed by a function added to |
53 | :term:`SYSROOT_PREPROCESS_FUNCS`. | 53 | :term:`SYSROOT_PREPROCESS_FUNCS`. |
54 | 54 | ||
55 | For an example, see the :ref:`pixbufcache <ref-classes-pixbufcache>` class in ``meta/classes/`` in | 55 | For an example, see the :ref:`ref-classes-pixbufcache` class in ``meta/classes/`` in |
56 | the :ref:`overview-manual/development-environment:yocto project source repositories`. | 56 | the :ref:`overview-manual/development-environment:yocto project source repositories`. |
57 | 57 | ||
58 | .. note:: | 58 | .. note:: |
@@ -402,7 +402,7 @@ The following QA checks have changed: | |||
402 | warning, you need to address missing runtime dependencies. | 402 | warning, you need to address missing runtime dependencies. |
403 | 403 | ||
404 | For additional information, see the | 404 | For additional information, see the |
405 | :ref:`insane <ref-classes-insane>` class and the | 405 | :ref:`ref-classes-insane` class and the |
406 | ":ref:`ref-manual/qa-checks:errors and warnings`" section. | 406 | ":ref:`ref-manual/qa-checks:errors and warnings`" section. |
407 | 407 | ||
408 | .. _migration-2.3-miscellaneous-changes: | 408 | .. _migration-2.3-miscellaneous-changes: |
@@ -446,7 +446,7 @@ The following miscellaneous changes have occurred: | |||
446 | RSA keys only, and with recent versions of OpenSSH, which deprecates | 446 | RSA keys only, and with recent versions of OpenSSH, which deprecates |
447 | DSA host keys. | 447 | DSA host keys. |
448 | 448 | ||
449 | - The :ref:`buildhistory <ref-classes-buildhistory>` class now | 449 | - The :ref:`ref-classes-buildhistory` class now |
450 | correctly uses tabs as separators between all columns in | 450 | correctly uses tabs as separators between all columns in |
451 | ``installed-package-sizes.txt`` in order to aid import into other | 451 | ``installed-package-sizes.txt`` in order to aid import into other |
452 | tools. | 452 | tools. |
@@ -484,26 +484,24 @@ The following miscellaneous changes have occurred: | |||
484 | 484 | ||
485 | If you need to preserve these ``.la`` files (e.g. in a custom | 485 | If you need to preserve these ``.la`` files (e.g. in a custom |
486 | distribution), you must change :term:`INHERIT_DISTRO` such that | 486 | distribution), you must change :term:`INHERIT_DISTRO` such that |
487 | ":ref:`remove-libtool <ref-classes-remove-libtool>`" is not included | 487 | ":ref:`ref-classes-remove-libtool`" is not included |
488 | in the value. | 488 | in the value. |
489 | 489 | ||
490 | - Extensible SDKs built for GCC 5+ now refuse to install on a | 490 | - Extensible SDKs built for GCC 5+ now refuse to install on a |
491 | distribution where the host GCC version is 4.8 or 4.9. This change | 491 | distribution where the host GCC version is 4.8 or 4.9. This change |
492 | resulted from the fact that the installation is known to fail due to | 492 | resulted from the fact that the installation is known to fail due to |
493 | the way the ``uninative`` shared state (sstate) package is built. See | 493 | the way the ``uninative`` shared state (sstate) package is built. See |
494 | the :ref:`uninative <ref-classes-uninative>` class for additional | 494 | the :ref:`ref-classes-uninative` class for additional information. |
495 | information. | ||
496 | 495 | ||
497 | - All :ref:`native <ref-classes-native>` and | 496 | - All :ref:`ref-classes-native` and :ref:`ref-classes-nativesdk` recipes now |
498 | :ref:`nativesdk <ref-classes-nativesdk>` recipes now use a separate | 497 | use a separate :term:`DISTRO_FEATURES` value instead of sharing the value |
499 | :term:`DISTRO_FEATURES` value instead of sharing the value used by | 498 | used by recipes for the target, in order to avoid unnecessary rebuilds. |
500 | recipes for the target, in order to avoid unnecessary rebuilds. | ||
501 | 499 | ||
502 | The :term:`DISTRO_FEATURES` for :ref:`native <ref-classes-native>` recipes | 500 | The :term:`DISTRO_FEATURES` for :ref:`ref-classes-native` recipes |
503 | is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of | 501 | is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of |
504 | :term:`DISTRO_FEATURES` and :term:`DISTRO_FEATURES_FILTER_NATIVE`. | 502 | :term:`DISTRO_FEATURES` and :term:`DISTRO_FEATURES_FILTER_NATIVE`. |
505 | 503 | ||
506 | For :ref:`nativesdk <ref-classes-nativesdk>` recipes, the corresponding | 504 | For :ref:`ref-classes-nativesdk` recipes, the corresponding |
507 | variables are :term:`DISTRO_FEATURES_NATIVESDK` and | 505 | variables are :term:`DISTRO_FEATURES_NATIVESDK` and |
508 | :term:`DISTRO_FEATURES_FILTER_NATIVESDK`. | 506 | :term:`DISTRO_FEATURES_FILTER_NATIVESDK`. |
509 | 507 | ||