diff options
Diffstat (limited to 'documentation/migration-guides')
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. | |||
| 256 | Build History | 256 | Build History |
| 257 | ------------- | 257 | ------------- |
| 258 | 258 | ||
| 259 | Following are changes to Build History: | 259 | The 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 | ||
| 282 | Following are changes to ``udev``: | 282 | The 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 | |||
| 323 | Other Changes | 323 | Other Changes |
| 324 | ------------- | 324 | ------------- |
| 325 | 325 | ||
| 326 | Following is a list of short entries describing other changes: | 326 | Here 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 | |||
| 73 | The metadata is now required to use Python 3 syntax. For help preparing | 73 | The metadata is now required to use Python 3 syntax. For help preparing |
| 74 | metadata, see any of the many Python 3 porting guides available. | 74 | metadata, see any of the many Python 3 porting guides available. |
| 75 | Alternatively, you can reference the conversion commits for BitBake and | 75 | Alternatively, you can reference the conversion commits for BitBake and |
| 76 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are | 76 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. |
| 77 | particular areas of interest: | 77 | Particular 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 | ||
| 185 | Following is a list of variables that can be set in configuration files | 185 | Here is a list of variables that can be set in configuration files |
| 186 | such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: | 186 | such 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: | |||
| 91 | Removed Recipes | 91 | Removed Recipes |
| 92 | --------------- | 92 | --------------- |
| 93 | 93 | ||
| 94 | The 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. | |||
| 213 | Package QA Changes | 211 | Package QA Changes |
| 214 | ------------------ | 212 | ------------------ |
| 215 | 213 | ||
| 216 | The 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 | ||
| 232 | The 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: | |||
| 246 | Miscellaneous Changes | 240 | Miscellaneous Changes |
| 247 | --------------------- | 241 | --------------------- |
| 248 | 242 | ||
| 249 | The 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: | |||
| 87 | Scripts and Tools Changes | 87 | Scripts and Tools Changes |
| 88 | ------------------------- | 88 | ------------------------- |
| 89 | 89 | ||
| 90 | The 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: | |||
| 119 | BitBake Changes | 117 | BitBake Changes |
| 120 | --------------- | 118 | --------------- |
| 121 | 119 | ||
| 122 | The 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: | |||
| 153 | Python and Python 3 Changes | 149 | Python and Python 3 Changes |
| 154 | --------------------------- | 150 | --------------------------- |
| 155 | 151 | ||
| 156 | The following are auto-packaging changes to Python and Python 3: | 152 | Here are auto-packaging changes to Python and Python 3: |
| 157 | 153 | ||
| 158 | The script-managed ``python-*-manifest.inc`` files that were previously | 154 | The script-managed ``python-*-manifest.inc`` files that were previously |
| 159 | used to generate Python and Python 3 packages have been replaced with a | 155 | used to generate Python and Python 3 packages have been replaced with a |
| @@ -187,8 +183,6 @@ change please see :yocto_git:`this commit | |||
| 187 | Miscellaneous Changes | 183 | Miscellaneous Changes |
| 188 | --------------------- | 184 | --------------------- |
| 189 | 185 | ||
| 190 | The 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 | ||
