[PATCH] ref-manual: mention EXTRA_IMAGE_FEATURES in task
"Robert P. J. Day" <[email protected]> Fri, 26 Jun 2026 14:19:58 -0400 (EDT)
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Expand the explanation of the list-image-features task to mention that available features for an image can also be added via the EXTRA_IMAGE_FEATURES variable. Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index e6301e708..262cf1a04 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst @@ -572,7 +572,7 @@ Yocto Project Development Tasks Manual for more information about using -------------------------- Lists the available features for an image recipe. These features can be set -in the :term:`IMAGE_FEATURES` variable. +through either the :term:`IMAGE_FEATURES` or :term:`EXTRA_IMAGE_FEATURES` variables. .. _ref-tasks-listtasks: