summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/images.rst6
1 files changed, 3 insertions, 3 deletions
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.
18 are going to build an image using non-GPLv3 and similarly licensed 18 are going to build an image using non-GPLv3 and similarly licensed
19 components, you must make the following changes in the ``local.conf`` 19 components, you must make the following changes in the ``local.conf``
20 file before using the BitBake command to build the minimal or base 20 file before using the BitBake command to build the minimal or base
21 image:: 21 image:
22 22
23 1. Comment out the :term:`EXTRA_IMAGE_FEATURES` line 23 #. Comment out the :term:`EXTRA_IMAGE_FEATURES` line
24 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
25 24
25 #. Set :term:`INCOMPATIBLE_LICENSE` to "GPL-3.0* LGPL-3.0* AGPL-3.0*"
26 26
27From within the ``poky`` Git repository, you can use the following 27From within the ``poky`` Git repository, you can use the following
28command to display the list of directories within the :term:`Source Directory` 28command to display the list of directories within the :term:`Source Directory`