summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 2af2896171..7a74d9e55d 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -872,7 +872,7 @@ a recipe and using :term:`EXTRA_IMAGE_FEATURES` from within your
872:term:`Build Directory`. 872:term:`Build Directory`.
873 873
874To understand how these features work, the best reference is 874To understand how these features work, the best reference is
875``meta/classes/core-image.bbclass``. This class lists out the available 875``meta/classes/image.bbclass``. This class lists out the available
876:term:`IMAGE_FEATURES` of which most map to package groups while some, such 876:term:`IMAGE_FEATURES` of which most map to package groups while some, such
877as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general 877as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general
878configuration settings. 878configuration settings.