diff mbox series

dev-manual: mention bitbake-layers "--example-recipe-version" option

Message ID c026a42d-9987-5c77-7249-2d906475265c@crashcourse.ca
State New
Headers show
Series dev-manual: mention bitbake-layers "--example-recipe-version" option | expand

Commit Message

Robert P. J. Day June 23, 2026, 10:31 a.m. UTC
Since the Layers section mentions the "bitbake-layers create-layer"
"--example-recipe-name" option, it's only fair to document
"--example-recipe-version" as well.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst
index dab1d2316..dc63478a3 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -149,8 +149,8 @@  Follow these general steps to create your layer without using tools:
    of "6", you can either use the ``--priority`` option or you can edit the
    :term:`BBFILE_PRIORITY` value in the ``conf/layer.conf`` after the script
    creates it. Furthermore, if you want to give the example recipe file some
-   name other than the default, you can use the ``--example-recipe-name``
-   option.
+   name or version other than the defaults, you can use the ``--example-recipe-name``
+   and/or ``--example-recipe-version`` options.

    The easiest way to see how the ``bitbake-layers create-layer`` command
    works is to experiment with the script. You can also read the usage