diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 11a7065c4e..b932f8178b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1076,9 +1076,10 @@ | |||
1076 | <literallayout class='monospaced'> | 1076 | <literallayout class='monospaced'> |
1077 | $ bitbake-layers create-layer <replaceable>your_layer_name</replaceable> | 1077 | $ bitbake-layers create-layer <replaceable>your_layer_name</replaceable> |
1078 | </literallayout> | 1078 | </literallayout> |
1079 | As an example, the following command adds a layer named | 1079 | As an example, the following command creates a layer named |
1080 | <filename>meta-scottrif</filename>: | 1080 | <filename>meta-scottrif</filename> in your home directory: |
1081 | <literallayout class='monospaced'> | 1081 | <literallayout class='monospaced'> |
1082 | $ cd /usr/home | ||
1082 | $ bitbake-layers create-layer meta-scottrif | 1083 | $ bitbake-layers create-layer meta-scottrif |
1083 | NOTE: Starting bitbake server... | 1084 | NOTE: Starting bitbake server... |
1084 | Add your new layer with 'bitbake-layers add-layer meta-scottrif' | 1085 | Add your new layer with 'bitbake-layers add-layer meta-scottrif' |