summaryrefslogtreecommitdiffstats
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-19 08:21:24 -0800
commitbababfb854458392f21d3545a2287da9efc65f30 (patch)
treeb8c406c65682cdf9d84ffc9eeb81894f42c9e6f1
parent6f01aae51d1b08fc54e15f98e6b72811ae6b5f23 (diff)
downloadpoky-bababfb854458392f21d3545a2287da9efc65f30.tar.gz
dev-manual/layers.rst: document "bitbake-layers show-machines"
The "show-machines" subcommand is not mentioned in the docs; add it. [AG: fix conflicts] (From yocto-docs rev: 09bbdc6bc5f9ae77f120185d1324f1166ac1f9d5) 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>
-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 b25de14fb1..22965b642e 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -822,6 +822,8 @@ The following list describes the available commands:
822 822
823- ``create-layer``: Creates a basic layer. 823- ``create-layer``: Creates a basic layer.
824 824
825- ``show-machines``: Lists the machines available in the currently configured layers.
826
825Creating a General Layer Using the ``bitbake-layers`` Script 827Creating a General Layer Using the ``bitbake-layers`` Script
826============================================================ 828============================================================
827 829