From: Scott Rifenbark Date: Wed, 7 Mar 2018 20:51:58 +0000 (-0800) Subject: dev-manual: Updated example output for creating layer X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54737f81cc3efad60acf46e146c847d9cf8e0709;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e70d62f5c43..670b01a4e8a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1026,10 +1026,8 @@ $ bitbake-layers add-layer meta-scottrif NOTE: Starting bitbake server... - Loading cache: 100% |############################################| Time: 0:00:00 - Loaded 1275 entries from dependency cache. - Parsing recipes: 100% |##########################################| Time: 0:00:00 - Parsing of 819 .bb files complete (817 cached, 2 parsed). 1276 targets, 44 skipped, 0 masked, 0 errors. + Parsing recipes: 100% |##########################################################| Time: 0:00:49 + Parsing of 1441 .bb files complete (0 cached, 1441 parsed). 2055 targets, 56 skipped, 0 masked, 0 errors. $ bitbake-layers show-layers NOTE: Starting bitbake server... layer path priority @@ -1037,7 +1035,6 @@ meta /home/scottrif/poky/meta 5 meta-poky /home/scottrif/poky/meta-poky 5 meta-yocto-bsp /home/scottrif/poky/meta-yocto-bsp 5 - meta-mylayer /home/scottrif/meta-mylayer 6 workspace /home/scottrif/poky/build/workspace 99 meta-scottrif /home/scottrif/poky/build/meta-scottrif 6