| Message ID | afa37918-28f2-c2a9-f311-0ce6f9f160ea@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | dev-manual: correct example of "bitbake-layers" | expand |
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index b7624cf0e..b8842012e 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst @@ -59,7 +59,7 @@ Follow these general steps to create your layer without using tools: configuration. As an example, the following command creates a layer named ``meta-scottrif`` - in your home directory: + in your current directory: .. code-block:: console
By default, "bitbake-layers" creates layer in current directory, not home directory. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---