| Message ID | 9f0461f4-af06-5c62-a01f-18235c953673@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | ref-manual: mention EXTRA_IMAGE_FEATURES in task | expand |
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:
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 <rpjday@crashcourse.ca> ---