summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst6
-rw-r--r--documentation/migration-guides/migration-2.2.rst6
-rw-r--r--documentation/migration-guides/migration-2.4.rst8
-rw-r--r--documentation/migration-guides/migration-2.5.rst8
-rw-r--r--documentation/migration-guides/migration-4.0.rst2
5 files changed, 8 insertions, 22 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index d82d33f91f..c8f3cbc165 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -256,7 +256,7 @@ section in the Yocto Project Development Tasks Manual.
256Build History 256Build History
257------------- 257-------------
258 258
259Following are changes to Build History: 259The changes to Build History are:
260 260
261- Installed package sizes: ``installed-package-sizes.txt`` for an image 261- Installed package sizes: ``installed-package-sizes.txt`` for an image
262 now records the size of the files installed by each package instead 262 now records the size of the files installed by each package instead
@@ -279,7 +279,7 @@ section in the Yocto Project Development Tasks Manual.
279``udev`` 279``udev``
280-------- 280--------
281 281
282Following are changes to ``udev``: 282The changes to ``udev`` are:
283 283
284- ``udev`` no longer brings in ``udev-extraconf`` automatically through 284- ``udev`` no longer brings in ``udev-extraconf`` automatically through
285 :term:`RRECOMMENDS`, since this was originally 285 :term:`RRECOMMENDS`, since this was originally
@@ -323,7 +323,7 @@ Removed and Renamed Recipes
323Other Changes 323Other Changes
324------------- 324-------------
325 325
326Following is a list of short entries describing other changes: 326Here is a list of short entries describing other changes:
327 327
328- ``run-postinsts``: Make this generic. 328- ``run-postinsts``: Make this generic.
329 329
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 3932792c78..9d50dc6202 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -73,8 +73,8 @@ Metadata Must Now Use Python 3 Syntax
73The metadata is now required to use Python 3 syntax. For help preparing 73The metadata is now required to use Python 3 syntax. For help preparing
74metadata, see any of the many Python 3 porting guides available. 74metadata, see any of the many Python 3 porting guides available.
75Alternatively, you can reference the conversion commits for BitBake and 75Alternatively, you can reference the conversion commits for BitBake and
76you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are 76you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes.
77particular areas of interest: 77Particular areas of interest are:
78 78
79 - subprocess command-line pipes needing locale decoding 79 - subprocess command-line pipes needing locale decoding
80 80
@@ -182,7 +182,7 @@ root filesystem, provides an image, and uses the ``nographic`` option::
182 182
183 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic 183 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic
184 184
185Following is a list of variables that can be set in configuration files 185Here is a list of variables that can be set in configuration files
186such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: 186such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``::
187 187
188 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") 188 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386")
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst
index abad43acc3..5d5d601988 100644
--- a/documentation/migration-guides/migration-2.4.rst
+++ b/documentation/migration-guides/migration-2.4.rst
@@ -91,8 +91,6 @@ occurred:
91Removed Recipes 91Removed Recipes
92--------------- 92---------------
93 93
94The following recipes have been removed:
95
96- ``acpitests``: This recipe is not maintained. 94- ``acpitests``: This recipe is not maintained.
97 95
98- ``autogen-native``: No longer required by Grub, oe-core, or 96- ``autogen-native``: No longer required by Grub, oe-core, or
@@ -213,8 +211,6 @@ recipes you might have. This will avoid breakage in post 2.4 releases.
213Package QA Changes 211Package QA Changes
214------------------ 212------------------
215 213
216The following package QA changes took place:
217
218- The "unsafe-references-in-scripts" QA check has been removed. 214- The "unsafe-references-in-scripts" QA check has been removed.
219 215
220- If you refer to ``${COREBASE}/LICENSE`` within 216- If you refer to ``${COREBASE}/LICENSE`` within
@@ -229,8 +225,6 @@ The following package QA changes took place:
229``README`` File Changes 225``README`` File Changes
230----------------------- 226-----------------------
231 227
232The following are changes to ``README`` files:
233
234- The main Poky ``README`` file has been moved to the ``meta-poky`` 228- The main Poky ``README`` file has been moved to the ``meta-poky``
235 layer and has been renamed ``README.poky``. A symlink has been 229 layer and has been renamed ``README.poky``. A symlink has been
236 created so that references to the old location work. 230 created so that references to the old location work.
@@ -246,8 +240,6 @@ The following are changes to ``README`` files:
246Miscellaneous Changes 240Miscellaneous Changes
247--------------------- 241---------------------
248 242
249The following are additional changes:
250
251- The ``ROOTFS_PKGMANAGE_BOOTSTRAP`` variable and any references to it 243- The ``ROOTFS_PKGMANAGE_BOOTSTRAP`` variable and any references to it
252 have been removed. You should remove this variable from any custom 244 have been removed. You should remove this variable from any custom
253 recipes. 245 recipes.
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst
index 9f089bb93b..facf5110b7 100644
--- a/documentation/migration-guides/migration-2.5.rst
+++ b/documentation/migration-guides/migration-2.5.rst
@@ -87,8 +87,6 @@ The following recipes have been removed:
87Scripts and Tools Changes 87Scripts and Tools Changes
88------------------------- 88-------------------------
89 89
90The following are changes to scripts and tools:
91
92- ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The 90- ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The
93 ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts 91 ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts
94 previously shipped with poky but not in OpenEmbedded-Core have been 92 previously shipped with poky but not in OpenEmbedded-Core have been
@@ -119,8 +117,6 @@ The following are changes to scripts and tools:
119BitBake Changes 117BitBake Changes
120--------------- 118---------------
121 119
122The following are BitBake changes:
123
124- The ``--runall`` option has changed. There are two different 120- The ``--runall`` option has changed. There are two different
125 behaviors people might want: 121 behaviors people might want:
126 122
@@ -153,7 +149,7 @@ The following are BitBake changes:
153Python and Python 3 Changes 149Python and Python 3 Changes
154--------------------------- 150---------------------------
155 151
156The following are auto-packaging changes to Python and Python 3: 152Here are auto-packaging changes to Python and Python 3:
157 153
158The script-managed ``python-*-manifest.inc`` files that were previously 154The script-managed ``python-*-manifest.inc`` files that were previously
159used to generate Python and Python 3 packages have been replaced with a 155used to generate Python and Python 3 packages have been replaced with a
@@ -187,8 +183,6 @@ change please see :yocto_git:`this commit
187Miscellaneous Changes 183Miscellaneous Changes
188--------------------- 184---------------------
189 185
190The following are additional changes:
191
192- The :ref:`ref-classes-kernel` class supports building packages for multiple kernels. 186- The :ref:`ref-classes-kernel` class supports building packages for multiple kernels.
193 If your kernel recipe or ``.bbappend`` file mentions packaging at 187 If your kernel recipe or ``.bbappend`` file mentions packaging at
194 all, you should replace references to the kernel in package names 188 all, you should replace references to the kernel in package names
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst
index 2aa9145ef8..b5bd57c312 100644
--- a/documentation/migration-guides/migration-4.0.rst
+++ b/documentation/migration-guides/migration-4.0.rst
@@ -142,7 +142,7 @@ Python changes
142 classes should be updated to inherit ``setuptools*`` equivalents instead. 142 classes should be updated to inherit ``setuptools*`` equivalents instead.
143 143
144- The Python package build process is now based on `wheels <https://pythonwheels.com/>`__. 144- The Python package build process is now based on `wheels <https://pythonwheels.com/>`__.
145 Here are the new Python packaging classes that should be used: 145 The new Python packaging classes that should be used are
146 :ref:`ref-classes-python_flit_core`, :ref:`ref-classes-python_setuptools_build_meta` 146 :ref:`ref-classes-python_flit_core`, :ref:`ref-classes-python_setuptools_build_meta`
147 and :ref:`ref-classes-python_poetry_core`. 147 and :ref:`ref-classes-python_poetry_core`.
148 148