diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.5.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.5.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst index fdbf2f3da3..03ecb16dc6 100644 --- a/documentation/migration-guides/migration-2.5.rst +++ b/documentation/migration-guides/migration-2.5.rst | |||
@@ -85,8 +85,6 @@ The following recipes have been removed: | |||
85 | Scripts and Tools Changes | 85 | Scripts and Tools Changes |
86 | ------------------------- | 86 | ------------------------- |
87 | 87 | ||
88 | The following are changes to scripts and tools: | ||
89 | |||
90 | - ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The | 88 | - ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer``: The |
91 | ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts | 89 | ``yocto-bsp``, ``yocto-kernel``, and ``yocto-layer`` scripts |
92 | previously shipped with poky but not in OpenEmbedded-Core have been | 90 | previously shipped with poky but not in OpenEmbedded-Core have been |
@@ -117,8 +115,6 @@ The following are changes to scripts and tools: | |||
117 | BitBake Changes | 115 | BitBake Changes |
118 | --------------- | 116 | --------------- |
119 | 117 | ||
120 | The following are BitBake changes: | ||
121 | |||
122 | - The ``--runall`` option has changed. There are two different | 118 | - The ``--runall`` option has changed. There are two different |
123 | behaviors people might want: | 119 | behaviors people might want: |
124 | 120 | ||
@@ -151,7 +147,7 @@ The following are BitBake changes: | |||
151 | Python and Python 3 Changes | 147 | Python and Python 3 Changes |
152 | --------------------------- | 148 | --------------------------- |
153 | 149 | ||
154 | The following are auto-packaging changes to Python and Python 3: | 150 | Here are auto-packaging changes to Python and Python 3: |
155 | 151 | ||
156 | The script-managed ``python-*-manifest.inc`` files that were previously | 152 | The script-managed ``python-*-manifest.inc`` files that were previously |
157 | used to generate Python and Python 3 packages have been replaced with a | 153 | used to generate Python and Python 3 packages have been replaced with a |
@@ -185,8 +181,6 @@ change please see :yocto_git:`this commit | |||
185 | Miscellaneous Changes | 181 | Miscellaneous Changes |
186 | --------------------- | 182 | --------------------- |
187 | 183 | ||
188 | The following are additional changes: | ||
189 | |||
190 | - The :ref:`kernel <ref-classes-kernel>` class supports building packages for multiple kernels. | 184 | - The :ref:`kernel <ref-classes-kernel>` class supports building packages for multiple kernels. |
191 | If your kernel recipe or ``.bbappend`` file mentions packaging at | 185 | If your kernel recipe or ``.bbappend`` file mentions packaging at |
192 | all, you should replace references to the kernel in package names | 186 | all, you should replace references to the kernel in package names |