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, 4 insertions, 4 deletions
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst index 79f804fa1d..bd75522773 100644 --- a/documentation/migration-guides/migration-2.5.rst +++ b/documentation/migration-guides/migration-2.5.rst | |||
@@ -137,7 +137,7 @@ The following are BitBake changes: | |||
137 | - Several explicit "run this task for all recipes in the dependency | 137 | - Several explicit "run this task for all recipes in the dependency |
138 | tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``, | 138 | tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``, |
139 | and the ``*all`` tasks provided by the ``distrodata`` and | 139 | and the ``*all`` tasks provided by the ``distrodata`` and |
140 | ``archiver`` classes). There is a BitBake option to complete this for | 140 | :ref:`archiver <ref-classes-archiver>` classes). There is a BitBake option to complete this for |
141 | any arbitrary task. For example:: | 141 | any arbitrary task. For example:: |
142 | 142 | ||
143 | bitbake <target> -c fetchall | 143 | bitbake <target> -c fetchall |
@@ -187,7 +187,7 @@ Miscellaneous Changes | |||
187 | 187 | ||
188 | The following are additional changes: | 188 | The following are additional changes: |
189 | 189 | ||
190 | - The ``kernel`` class supports building packages for multiple kernels. | 190 | - The :ref:`kernel <ref-classes-kernel>` class supports building packages for multiple kernels. |
191 | If your kernel recipe or ``.bbappend`` file mentions packaging at | 191 | If your kernel recipe or ``.bbappend`` file mentions packaging at |
192 | all, you should replace references to the kernel in package names | 192 | all, you should replace references to the kernel in package names |
193 | with ``${KERNEL_PACKAGE_NAME}``. For example, if you disable | 193 | with ``${KERNEL_PACKAGE_NAME}``. For example, if you disable |
@@ -195,7 +195,7 @@ The following are additional changes: | |||
195 | ``RDEPENDS_kernel-base = ""`` you can avoid warnings using | 195 | ``RDEPENDS_kernel-base = ""`` you can avoid warnings using |
196 | ``RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""`` instead. | 196 | ``RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""`` instead. |
197 | 197 | ||
198 | - The ``buildhistory`` class commits changes to the repository by | 198 | - The :ref:`buildhistory <ref-classes-buildhistory>` class commits changes to the repository by |
199 | default so you no longer need to set ``BUILDHISTORY_COMMIT = "1"``. | 199 | default so you no longer need to set ``BUILDHISTORY_COMMIT = "1"``. |
200 | If you want to disable commits you need to set | 200 | If you want to disable commits you need to set |
201 | ``BUILDHISTORY_COMMIT = "0"`` in your configuration. | 201 | ``BUILDHISTORY_COMMIT = "0"`` in your configuration. |
@@ -207,7 +207,7 @@ The following are additional changes: | |||
207 | maintains a full-featured BSP in the ``meta-ti`` layer. This rename | 207 | maintains a full-featured BSP in the ``meta-ti`` layer. This rename |
208 | avoids the previous name clash that existed between the two BSPs. | 208 | avoids the previous name clash that existed between the two BSPs. |
209 | 209 | ||
210 | - The ``update-alternatives`` class no longer works with SysV ``init`` | 210 | - The :ref:`update-alternatives <ref-classes-update-alternatives>` class no longer works with SysV ``init`` |
211 | scripts because this usage has been problematic. Also, the | 211 | scripts because this usage has been problematic. Also, the |
212 | ``sysklogd`` recipe no longer uses ``update-alternatives`` because it | 212 | ``sysklogd`` recipe no longer uses ``update-alternatives`` because it |
213 | is incompatible with other implementations. | 213 | is incompatible with other implementations. |