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: 4c0e552179a204e4ff6ab36b9b9e1faca1ff415a)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2017-11-08 14:32:34 -08:00 committed by Richard Purdie
parent 7e5b939f22
commit ae6ea35b6c

View File

@ -962,8 +962,24 @@
...
EXTRA_OECONF = "--enable-something --enable-somethingelse"
...
</literallayout></para></listitem>
</itemizedlist></para></listitem>
</literallayout>
</para></listitem>
</itemizedlist>
</para></listitem>
<listitem><para>
<emphasis><filename>layerindex-fetch</filename>:</emphasis>
Fetches a layer from a layer index, along with its
dependent layers, and adds the layers to the
<filename>conf/bblayers.conf</filename> file.
</para></listitem>
<listitem><para>
<emphasis><filename>layerindex-show-depends</filename>:</emphasis>
Finds layer dependencies from the layer index.
</para></listitem>
<listitem><para>
<emphasis><filename>create-layer</filename>:</emphasis>
Creates a basic layer.
</para></listitem>
</itemizedlist>
</para>
</section>