From: Scott Rifenbark Date: Wed, 8 Nov 2017 22:32:34 +0000 (-0800) Subject: dev-manual: Updated bitbake-layers overview section. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db3915372228bbe045947333ec3a29785e3da94;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0fd21d4d23b..81d017bde7a 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. +