From 292598164a304a3da3288e6fb8963f13045d1e7f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 14 Sep 2020 22:48:44 +0200 Subject: sphinx: ref-manual links fixes and many other cleanups to import (From yocto-docs rev: d079e418d5a81610e1f06a7a6ca45dd040c1402e) Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-images.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/ref-images.rst') 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. 1. Comment out the EXTRA_IMAGE_FEATURES line 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0" - + From within the ``poky`` Git repository, you can use the following command to display the list of directories within the :term:`Source Directory` -that contain image recipe files: $ ls -meta*/recipes*/images/*.bb +that contain image recipe files: :: + + $ ls meta*/recipes*/images/*.bb Following is a list of supported recipes: @@ -121,9 +122,8 @@ Following is a list of supported recipes: automated runtime testing. Provides a "known good" image that is deployed to a separate partition so that you can boot into it and use it to deploy a second image to be tested. You can find more - information about runtime testing in the "`Performing Automated - Runtime - Testing <&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing>`__" + information about runtime testing in the + ":ref:`dev-manual/dev-manual-common-tasks:performing automated runtime testing`" section in the Yocto Project Development Tasks Manual. - ``core-image-testmaster-initramfs``: A RAM-based Initial Root @@ -132,8 +132,8 @@ Following is a list of supported recipes: - ``core-image-weston``: A very basic Wayland image with a terminal. This image provides the Wayland protocol libraries and the reference - Weston compositor. For more information, see the "`Using Wayland and - Weston <&YOCTO_DOCS_DEV_URL;#dev-using-wayland-and-weston>`__" + Weston compositor. For more information, see the + ":ref:`dev-manual/dev-manual-common-tasks:using wayland and weston`" section in the Yocto Project Development Tasks Manual. - ``core-image-x11``: A very basic X11 image with a terminal. -- cgit v1.2.3-54-g00ecf