diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-07 12:51:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:11 +0100 |
commit | 54737f81cc3efad60acf46e146c847d9cf8e0709 (patch) | |
tree | 9f037b30fb7bfbeac90acc93af9e4867327bb58c | |
parent | 4ae67cc01a5ac05526fe934aa4c8d756200ab5f3 (diff) | |
download | poky-54737f81cc3efad60acf46e146c847d9cf8e0709.tar.gz |
dev-manual: Updated example output for creating layer
The example that creates a layer using bitbake-layers had old
output. Updated it.
(From yocto-docs rev: c58d738a59f113f8fffe0fc40b22e06b9d96cb6f)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e70d62f5c4..670b01a4e8 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1026,10 +1026,8 @@ | |||
1026 | <literallayout class='monospaced'> | 1026 | <literallayout class='monospaced'> |
1027 | $ bitbake-layers add-layer meta-scottrif | 1027 | $ bitbake-layers add-layer meta-scottrif |
1028 | NOTE: Starting bitbake server... | 1028 | NOTE: Starting bitbake server... |
1029 | Loading cache: 100% |############################################| Time: 0:00:00 | 1029 | Parsing recipes: 100% |##########################################################| Time: 0:00:49 |
1030 | Loaded 1275 entries from dependency cache. | 1030 | Parsing of 1441 .bb files complete (0 cached, 1441 parsed). 2055 targets, 56 skipped, 0 masked, 0 errors. |
1031 | Parsing recipes: 100% |##########################################| Time: 0:00:00 | ||
1032 | Parsing of 819 .bb files complete (817 cached, 2 parsed). 1276 targets, 44 skipped, 0 masked, 0 errors. | ||
1033 | $ bitbake-layers show-layers | 1031 | $ bitbake-layers show-layers |
1034 | NOTE: Starting bitbake server... | 1032 | NOTE: Starting bitbake server... |
1035 | layer path priority | 1033 | layer path priority |
@@ -1037,7 +1035,6 @@ | |||
1037 | meta /home/scottrif/poky/meta 5 | 1035 | meta /home/scottrif/poky/meta 5 |
1038 | meta-poky /home/scottrif/poky/meta-poky 5 | 1036 | meta-poky /home/scottrif/poky/meta-poky 5 |
1039 | meta-yocto-bsp /home/scottrif/poky/meta-yocto-bsp 5 | 1037 | meta-yocto-bsp /home/scottrif/poky/meta-yocto-bsp 5 |
1040 | meta-mylayer /home/scottrif/meta-mylayer 6 | ||
1041 | workspace /home/scottrif/poky/build/workspace 99 | 1038 | workspace /home/scottrif/poky/build/workspace 99 |
1042 | meta-scottrif /home/scottrif/poky/build/meta-scottrif 6 | 1039 | meta-scottrif /home/scottrif/poky/build/meta-scottrif 6 |
1043 | </literallayout> | 1040 | </literallayout> |