summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2025-10-28 08:00:51 -0400
committerSteve Sakoman <steve@sakoman.com>2025-11-26 07:50:35 -0800
commit9e6d5e0849027d8d72c996e5cee24441caaab440 (patch)
treebc322439b7732f8a9eeeafb92d5e6a4f64c79449 /documentation/dev-manual
parentdbf5ddbdb59548df2605349b7b5183aeddadee81 (diff)
downloadpoky-9e6d5e0849027d8d72c996e5cee24441caaab440.tar.gz
dev-manual/layers.rst: document "bitbake-layers show-machines"
The "show-machines" subcommand is not mentioned in the docs; add it. (From yocto-docs rev: 98190334b2ad75421e8bf2cc84bd920311398670) Signed-off-by: Robert P. J. Day <Crpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit b4320cdc4df08c59a24d5247b3895dd602554fa0) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/layers.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst
index 89c8466933..3b80b98afe 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -832,6 +832,8 @@ The following list describes the available commands:
832 can replicate the directory structure and revisions of the layers in a current build. 832 can replicate the directory structure and revisions of the layers in a current build.
833 For more information, see ":ref:`dev-manual/layers:saving and restoring the layers setup`". 833 For more information, see ":ref:`dev-manual/layers:saving and restoring the layers setup`".
834 834
835- ``show-machines``: Lists the machines available in the currently configured layers.
836
835Creating a General Layer Using the ``bitbake-layers`` Script 837Creating a General Layer Using the ``bitbake-layers`` Script
836============================================================ 838============================================================
837 839