summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/customizing-images.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/customizing-images.rst')
-rw-r--r--documentation/dev-manual/customizing-images.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/dev-manual/customizing-images.rst b/documentation/dev-manual/customizing-images.rst
index 5b18958ade..6348259446 100644
--- a/documentation/dev-manual/customizing-images.rst
+++ b/documentation/dev-manual/customizing-images.rst
@@ -62,8 +62,7 @@ To understand how these features work, the best reference is
62:ref:`meta/classes-recipe/image.bbclass <ref-classes-image>`. 62:ref:`meta/classes-recipe/image.bbclass <ref-classes-image>`.
63This class lists out the available 63This class lists out the available
64:term:`IMAGE_FEATURES` of which most map to package groups while some, such 64:term:`IMAGE_FEATURES` of which most map to package groups while some, such
65as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general 65as ``read-only-rootfs``, resolve as general configuration settings.
66configuration settings.
67 66
68In summary, the file looks at the contents of the :term:`IMAGE_FEATURES` 67In summary, the file looks at the contents of the :term:`IMAGE_FEATURES`
69variable and then maps or configures the feature accordingly. Based on 68variable and then maps or configures the feature accordingly. Based on