diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-11-06 23:29:40 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:28 +0000 |
commit | fe98b960225d61e194a975c44fb724c90930208f (patch) | |
tree | ec081e7979a0090e467959d7617f054e978a28ef /documentation | |
parent | 042610fe4a6f07a8b2641925c8947260393bb254 (diff) | |
download | poky-fe98b960225d61e194a975c44fb724c90930208f.tar.gz |
migration-4.3: remove some unnecessary items
Remove some items from the 4.3 migration guide:
* The PERLVERSION and PERLARCH items are already mentioned under the
removed variables section
* The jsDelivr item is interesting, but it isn't a backwards
compatibility issue that the user would need to take action to
resolve, and we already cover it in the release notes.
(From yocto-docs rev: c72d190cd8ccc471a0b93b90b272c95cd57ef3dc)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-4.3.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/documentation/migration-guides/migration-4.3.rst b/documentation/migration-guides/migration-4.3.rst index 9f8fe34ca3..d2c3d2ad98 100644 --- a/documentation/migration-guides/migration-4.3.rst +++ b/documentation/migration-guides/migration-4.3.rst | |||
@@ -101,15 +101,6 @@ Recipe changes | |||
101 | - Runtime testing of ptest now fails if no test results are returned by | 101 | - Runtime testing of ptest now fails if no test results are returned by |
102 | any given ptest. | 102 | any given ptest. |
103 | 103 | ||
104 | .. _migration-4.3-class-changes: | ||
105 | |||
106 | Class changes | ||
107 | ~~~~~~~~~~~~~ | ||
108 | |||
109 | - The ``perl-version`` class no longer provides the ``PERLVERSION`` and ``PERLARCH`` variables | ||
110 | as there were no users in any core layer. The functions for this functionality | ||
111 | are still available. | ||
112 | |||
113 | .. _migration-4.3-deprecated-variables: | 104 | .. _migration-4.3-deprecated-variables: |
114 | 105 | ||
115 | Deprecated variables | 106 | Deprecated variables |
@@ -173,13 +164,6 @@ QEMU changes | |||
173 | Miscellaneous changes | 164 | Miscellaneous changes |
174 | ~~~~~~~~~~~~~~~~~~~~~ | 165 | ~~~~~~~~~~~~~~~~~~~~~ |
175 | 166 | ||
176 | - `jsDelivr <https://www.jsdelivr.com/`>__ now offers a new Content Delivery | ||
177 | Network (CDN) to Yocto Project users, which is completely free of charge | ||
178 | for Open Source projects. In particular, it can be used to efficiently | ||
179 | access prebuilt binary artifacts (see :term:`SSTATE_MIRRORS`) from many | ||
180 | different locations in the world. This is available to all supported Poky | ||
181 | releases. | ||
182 | |||
183 | - The ``-crosssdk`` suffix and any :term:`MLPREFIX` were removed from | 167 | - The ``-crosssdk`` suffix and any :term:`MLPREFIX` were removed from |
184 | ``virtual/XXX`` provider/dependencies where a ``PREFIX`` was used as well, | 168 | ``virtual/XXX`` provider/dependencies where a ``PREFIX`` was used as well, |
185 | as we don't need both and it made automated dependency rewriting | 169 | as we don't need both and it made automated dependency rewriting |