[PATCH] dev-manual: mention bitbake-layers "--example-recipe-version" option
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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