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 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 |