summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-11-08 14:32:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:30:17 +0000
commitae6ea35b6c0435c470d692bd2c4e8be706c45d55 (patch)
tree6a2f228f520c5febb8ee9bade7c38119e78c81b5 /documentation
parent7e5b939f22a0bfd627413a754c8b63c5ab83b739 (diff)
downloadpoky-ae6ea35b6c0435c470d692bd2c4e8be706c45d55.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2d6bdf5cd9..4e703c1c29 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -962,8 +962,24 @@
962 ... 962 ...
963 EXTRA_OECONF = "--enable-something --enable-somethingelse" 963 EXTRA_OECONF = "--enable-something --enable-somethingelse"
964 ... 964 ...
965 </literallayout></para></listitem> 965 </literallayout>
966 </itemizedlist></para></listitem> 966 </para></listitem>
967 </itemizedlist>
968 </para></listitem>
969 <listitem><para>
970 <emphasis><filename>layerindex-fetch</filename>:</emphasis>
971 Fetches a layer from a layer index, along with its
972 dependent layers, and adds the layers to the
973 <filename>conf/bblayers.conf</filename> file.
974 </para></listitem>
975 <listitem><para>
976 <emphasis><filename>layerindex-show-depends</filename>:</emphasis>
977 Finds layer dependencies from the layer index.
978 </para></listitem>
979 <listitem><para>
980 <emphasis><filename>create-layer</filename>:</emphasis>
981 Creates a basic layer.
982 </para></listitem>
967 </itemizedlist> 983 </itemizedlist>
968 </para> 984 </para>
969 </section> 985 </section>