diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-14 22:48:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:35 +0100 |
commit | 292598164a304a3da3288e6fb8963f13045d1e7f (patch) | |
tree | efedbbdc16cb2e0978a4d40e6a6294e32b0e496f /documentation/ref-manual/ref-images.rst | |
parent | d313d972bf592de77f2af13cb3fc4226247cb1a1 (diff) | |
download | poky-292598164a304a3da3288e6fb8963f13045d1e7f.tar.gz |
sphinx: ref-manual links fixes and many other cleanups to import
(From yocto-docs rev: d079e418d5a81610e1f06a7a6ca45dd040c1402e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-images.rst')
-rw-r--r-- | documentation/ref-manual/ref-images.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-images.rst b/documentation/ref-manual/ref-images.rst index 0e26e57155..47beda0c23 100644 --- a/documentation/ref-manual/ref-images.rst +++ b/documentation/ref-manual/ref-images.rst | |||
@@ -24,12 +24,13 @@ image you want. | |||
24 | 24 | ||
25 | 1. Comment out the EXTRA_IMAGE_FEATURES line | 25 | 1. Comment out the EXTRA_IMAGE_FEATURES line |
26 | 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0" | 26 | 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0" |
27 | 27 | ||
28 | 28 | ||
29 | From within the ``poky`` Git repository, you can use the following | 29 | From within the ``poky`` Git repository, you can use the following |
30 | command to display the list of directories within the :term:`Source Directory` | 30 | command to display the list of directories within the :term:`Source Directory` |
31 | that contain image recipe files: $ ls | 31 | that contain image recipe files: :: |
32 | meta*/recipes*/images/*.bb | 32 | |
33 | $ ls meta*/recipes*/images/*.bb | ||
33 | 34 | ||
34 | Following is a list of supported recipes: | 35 | Following is a list of supported recipes: |
35 | 36 | ||
@@ -121,9 +122,8 @@ Following is a list of supported recipes: | |||
121 | automated runtime testing. Provides a "known good" image that is | 122 | automated runtime testing. Provides a "known good" image that is |
122 | deployed to a separate partition so that you can boot into it and use | 123 | deployed to a separate partition so that you can boot into it and use |
123 | it to deploy a second image to be tested. You can find more | 124 | it to deploy a second image to be tested. You can find more |
124 | information about runtime testing in the "`Performing Automated | 125 | information about runtime testing in the |
125 | Runtime | 126 | ":ref:`dev-manual/dev-manual-common-tasks:performing automated runtime testing`" |
126 | Testing <&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing>`__" | ||
127 | section in the Yocto Project Development Tasks Manual. | 127 | section in the Yocto Project Development Tasks Manual. |
128 | 128 | ||
129 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root | 129 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root |
@@ -132,8 +132,8 @@ Following is a list of supported recipes: | |||
132 | 132 | ||
133 | - ``core-image-weston``: A very basic Wayland image with a terminal. | 133 | - ``core-image-weston``: A very basic Wayland image with a terminal. |
134 | This image provides the Wayland protocol libraries and the reference | 134 | This image provides the Wayland protocol libraries and the reference |
135 | Weston compositor. For more information, see the "`Using Wayland and | 135 | Weston compositor. For more information, see the |
136 | Weston <&YOCTO_DOCS_DEV_URL;#dev-using-wayland-and-weston>`__" | 136 | ":ref:`dev-manual/dev-manual-common-tasks:using wayland and weston`" |
137 | section in the Yocto Project Development Tasks Manual. | 137 | section in the Yocto Project Development Tasks Manual. |
138 | 138 | ||
139 | - ``core-image-x11``: A very basic X11 image with a terminal. | 139 | - ``core-image-x11``: A very basic X11 image with a terminal. |