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 <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 1b55ec668e
commit 4db3915372

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>