summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
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>