| Message ID | cd97575f-dc17-df8f-7d9f-a253df64a09e@crashcourse.ca |
|---|---|
| State | Accepted |
| Headers | show |
| Series | dev-manual/layers.rst: document "bitbake-layers show-machines" | expand |
On Tue, 28 Oct 2025 08:00:51 -0400, Robert P. J. Day wrote: > The "show-machines" subcommand is not mentioned in the docs; add it. > > Applied, thanks! [1/1] dev-manual/layers.rst: document "bitbake-layers show-machines" commit: b4320cdc4df08c59a24d5247b3895dd602554fa0 Best regards, --
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> ---