summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index ddf0fd5cdd..837824be38 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -726,8 +726,18 @@ The following list describes the available commands:
726- ``layerindex-show-depends``: Finds layer dependencies from the 726- ``layerindex-show-depends``: Finds layer dependencies from the
727 layer index. 727 layer index.
728 728
729- ``save-build-conf``: Saves the currently active build configuration
730 (``conf/local.conf``, ``conf/bblayers.conf``) as a template into a layer.
731 This template can later be used for setting up builds via :term:``TEMPLATECONF``.
732 For information about saving and using configuration templates, see
733 ":ref:`dev-manual/common-tasks:creating a custom template configuration directory`".
734
729- ``create-layer``: Creates a basic layer. 735- ``create-layer``: Creates a basic layer.
730 736
737- ``create-layers-setup``: Writes out a configuration file and/or a script that
738 can replicate the directory structure and revisions of the layers in a current build.
739 For more information, see ":ref:`dev-manual/common-tasks:saving and restoring the layers setup`".
740
731Creating a General Layer Using the ``bitbake-layers`` Script 741Creating a General Layer Using the ``bitbake-layers`` Script
732------------------------------------------------------------ 742------------------------------------------------------------
733 743