diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index dd21eb3baf..ecb559dd4c 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -277,13 +277,13 @@ The following changes have occurred: | |||
277 | See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" | 277 | See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`" |
278 | section in the BitBake User Manual for a detailed example. | 278 | section in the BitBake User Manual for a detailed example. |
279 | 279 | ||
280 | .. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: | 280 | .. _migration-2.6-systemd-configuration-now-split-out-to-systemd-conf: |
281 | 281 | ||
282 | ``systemd`` Configuration is Now Split Into ``systemd-conf`` | 282 | ``systemd`` Configuration is Now Split Into ``systemd-conf`` |
283 | ------------------------------------------------------------ | 283 | ------------------------------------------------------------ |
284 | 284 | ||
285 | The configuration for the ``systemd`` recipe has been moved into a | 285 | The configuration for the ``systemd`` recipe has been moved into a |
286 | ``system-conf`` recipe. Moving this configuration to a separate recipe | 286 | ``systemd-conf`` recipe. Moving this configuration to a separate recipe |
287 | avoids the ``systemd`` recipe from becoming machine-specific for cases | 287 | avoids the ``systemd`` recipe from becoming machine-specific for cases |
288 | where machine-specific configurations need to be applied (e.g. for | 288 | where machine-specific configurations need to be applied (e.g. for |
289 | ``qemu*`` machines). | 289 | ``qemu*`` machines). |