From 474e071608c7c1c97e9dafde810aef5630c716e7 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 9 Dec 2022 17:00:19 +0100 Subject: ref-manual/images.rst: fix unnumbered list (From yocto-docs rev: 9a51f1ce0de9152d0cdca4bf1f67546fd6599448) Signed-off-by: Michael Opdenacker Reviewed-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/images.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index 9358acc953..d3aeb0829f 100644 --- a/documentation/ref-manual/images.rst +++ b/documentation/ref-manual/images.rst @@ -18,11 +18,11 @@ image you want. are going to build an image using non-GPLv3 and similarly licensed components, you must make the following changes in the ``local.conf`` file before using the BitBake command to build the minimal or base - image:: + image: - 1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line - 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*" + #. Comment out the :term:`EXTRA_IMAGE_FEATURES` line + #. Set :term:`INCOMPATIBLE_LICENSE` to "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` -- cgit v1.2.3-54-g00ecf