summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-images.rst')
-rw-r--r--documentation/ref-manual/ref-images.rst16
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
29From within the ``poky`` Git repository, you can use the following 29From within the ``poky`` Git repository, you can use the following
30command to display the list of directories within the :term:`Source Directory` 30command to display the list of directories within the :term:`Source Directory`
31that contain image recipe files: $ ls 31that contain image recipe files: ::
32meta*/recipes*/images/*.bb 32
33 $ ls meta*/recipes*/images/*.bb
33 34
34Following is a list of supported recipes: 35Following 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.