summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-4.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-4.3.rst')
-rw-r--r--documentation/migration-guides/migration-4.3.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst
index 891f2d08ce..7647246a0d 100644
--- a/documentation/migration-guides/migration-4.3.rst
+++ b/documentation/migration-guides/migration-4.3.rst
@@ -44,8 +44,8 @@ Compiling changes
44~~~~~~~~~~~~~~~~~ 44~~~~~~~~~~~~~~~~~
45 45
46- Code on 32 bit platforms is now compiled with largefile support and 64 46- Code on 32 bit platforms is now compiled with largefile support and 64
47 bit ``time_t``, to avoid the Y2038 time overflow issue. This could break 47 bit ``time_t``, to avoid the Y2038 time overflow issue. This breaks the ABI
48 existing programs in untested layers. 48 and could break existing programs in untested layers.
49 49
50.. _migration-4.3-supported-distributions: 50.. _migration-4.3-supported-distributions:
51 51
@@ -118,6 +118,7 @@ Removed variables
118 118
119The following variables have been removed: 119The following variables have been removed:
120 120
121- ``AUTHOR``
121- ``PERLARCH`` 122- ``PERLARCH``
122- ``PERLVERSION`` 123- ``PERLVERSION``
123 124
@@ -168,6 +169,13 @@ QA check changes
168Miscellaneous changes 169Miscellaneous changes
169~~~~~~~~~~~~~~~~~~~~~ 170~~~~~~~~~~~~~~~~~~~~~
170 171
172- `jsDelivr <https://www.jsdelivr.com/`>__ now offers a new Content Delivery
173 Network (CDN) to Yocto Project users, which is completely free of charge
174 for Open Source projects. In particular, it can be used to efficiently
175 access prebuilt binary artifacts (see :term:`SSTATE_MIRRORS`) from many
176 different locations in the world. This is available to all supported Poky
177 releases.
178
171- The ``-crosssdk`` suffix and any :term:`MLPREFIX` were removed from 179- The ``-crosssdk`` suffix and any :term:`MLPREFIX` were removed from
172 ``virtual/XXX`` provider/dependencies where a ``PREFIX`` was used as well, 180 ``virtual/XXX`` provider/dependencies where a ``PREFIX`` was used as well,
173 as we don't need both and it made automated dependency rewriting 181 as we don't need both and it made automated dependency rewriting