diff options
author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (patch) | |
tree | 2775567bdd4e674578851f074c7dac828293725b /documentation/ref-manual/migration-1.3.rst | |
parent | e2a2c80de07ede2a6fc4ee595ad1587c0812d99c (diff) | |
download | poky-8dd785f120ab73ec78ebcc4c8dd65141b7472885.tar.gz |
docs: ref-manual: indentation, links and highlights fixes
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: f5688a74cd9d100dee270edb9a33c02015cfabda)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration-1.3.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.3.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration-1.3.rst b/documentation/ref-manual/migration-1.3.rst index 5793f9b6e6..5f975850ba 100644 --- a/documentation/ref-manual/migration-1.3.rst +++ b/documentation/ref-manual/migration-1.3.rst | |||
@@ -121,11 +121,11 @@ further details. | |||
121 | IMAGE_FEATURES | 121 | IMAGE_FEATURES |
122 | ~~~~~~~~~~~~~~ | 122 | ~~~~~~~~~~~~~~ |
123 | 123 | ||
124 | Image recipes that previously included "apps-console-core" in | 124 | Image recipes that previously included ``apps-console-core`` in |
125 | :term:`IMAGE_FEATURES` should now include "splash" | 125 | :term:`IMAGE_FEATURES` should now include ``splash`` |
126 | instead to enable the boot-up splash screen. Retaining | 126 | instead to enable the boot-up splash screen. Retaining |
127 | "apps-console-core" will still include the splash screen but generates a | 127 | ``apps-console-core`` will still include the splash screen but generates a |
128 | warning. The "apps-x11-core" and "apps-x11-games" ``IMAGE_FEATURES`` | 128 | warning. The ``apps-x11-core`` and ``apps-x11-games`` ``IMAGE_FEATURES`` |
129 | features have been removed. | 129 | features have been removed. |
130 | 130 | ||
131 | .. _migration-1.3-removed-recipes: | 131 | .. _migration-1.3-removed-recipes: |
@@ -173,7 +173,7 @@ the OpenEmbedded community layers such as ``meta-oe`` and | |||
173 | ``meta-gnome``. For the remainder, you can now find them in the | 173 | ``meta-gnome``. For the remainder, you can now find them in the |
174 | ``meta-extras`` repository, which is in the | 174 | ``meta-extras`` repository, which is in the |
175 | :yocto_git:`Source Repositories <>` at | 175 | :yocto_git:`Source Repositories <>` at |
176 | http://git.yoctoproject.org/cgit/cgit.cgi/meta-extras/. | 176 | :yocto_git:`/cgit/cgit.cgi/meta-extras/`. |
177 | 177 | ||
178 | .. _1.3-linux-kernel-naming: | 178 | .. _1.3-linux-kernel-naming: |
179 | 179 | ||