| Message ID | ca4da254-48cf-033e-e548-81604af5135c@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | overview-manual: hyphens not allowed in file version | expand |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ec5babe4c..ec3d81b8d 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -63,7 +63,7 @@ following commands:: The most common usage for BitBake is ``bitbake recipename``, where ``recipename`` is the name of the recipe you want to build (referred to as the "target"). The target often equates to the first part of a -recipe's filename (e.g. "foo" for a recipe named ``foo_1.3.0-r0.bb``). +recipe's filename (e.g. "foo" for a recipe file named ``foo_1.3.0.bb``). So, to process the ``matchbox-desktop_1.2.3.bb`` recipe file, you might type the following::
The Recipe Style Guide makes it clear that you can't have hyphens in the version part of a recipe file name. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---