diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-08-29 13:45:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 15:55:39 +0100 |
commit | bdc74e5ff3c16fed24829fd494e5860754c08778 (patch) | |
tree | daf852cea896ee22100d0881005ab371bbefa7f1 | |
parent | 266cab4530d3c9f49649dbfffdabfe767b86562f (diff) | |
download | poky-bdc74e5ff3c16fed24829fd494e5860754c08778.tar.gz |
migration-guides: system-conf -> systemd-conf
Fix this typo. There is no system-conf recipe.
(From yocto-docs rev: 6c1ef81cce2e211ad2fd2cf5f98ce0cfebbf56f7)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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). |