From 4db3915372228bbe045947333ec3a29785e3da94 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 8 Nov 2017 14:32:34 -0800 Subject: dev-manual: Updated bitbake-layers overview section. The section was missing three of the summaries for the command when you used --help to find out about it. I added these in to the section. (From yocto-docs rev: ac9c58322b7f8533335a9d4379aa031bb1de7be6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0fd21d4d23..81d017bde7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -962,8 +962,24 @@ ... EXTRA_OECONF = "--enable-something --enable-somethingelse" ... - - + + + + + + layerindex-fetch: + Fetches a layer from a layer index, along with its + dependent layers, and adds the layers to the + conf/bblayers.conf file. + + + layerindex-show-depends: + Finds layer dependencies from the layer index. + + + create-layer: + Creates a basic layer. + -- cgit v1.2.3-54-g00ecf