| Message ID | cd97575f-dc17-df8f-7d9f-a253df64a09e@crashcourse.ca |
|---|---|
| State | Under Review |
| Headers | show |
| Series | dev-manual/layers.rst: document "bitbake-layers show-machines" | expand |
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index cc7103ba6..e1c9aaeef 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst @@ -873,6 +873,8 @@ The following list describes the available commands: can replicate the directory structure and revisions of the layers in a current build. For more information, see ":ref:`dev-manual/layers:saving and restoring the layers setup`". +- ``show-machines``: Lists the machines available in the currently configured layers. + Creating a General Layer Using the ``bitbake-layers`` Script ============================================================
The "show-machines" subcommand is not mentioned in the docs; add it. Signed-off-by: Robert P. J. Day <Crpjday@crashcourse.ca> ---