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`