| Message ID | 20251128-release-note-5-3-updates-v1-2-6ef679198e80@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | 5.3 release updates | expand |
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 90f70c1ac..8651f219f 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst @@ -566,6 +566,14 @@ or both. See the ":ref:`dev-manual/development-shell:using a development shell`" Yocto Project Development Tasks Manual for more information about using ``devshell``. +.. _ref-tasks-list_image_features: + +``do_list_image_features`` +-------------------------- + +Lists the available features for an image recipe. These features can be set +in the :term:`IMAGE_FEATURES` variable. + .. _ref-tasks-listtasks: ``do_listtasks``
This new image task was added by commit 957e6dc65def ("classes/image: add new task to list defined image features") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/tasks.rst | 8 ++++++++ 1 file changed, 8 insertions(+)