summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-11 19:26:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-24 17:44:55 +0100
commit63e3fc7a4dab13de2731376fa2c1bf2c6606d158 (patch)
treeecc1440521b098bace544c777f1ff37242e5774c /documentation
parent6bb49fe02f0feae0895c0abb0a78c0e18de9f16d (diff)
downloadpoky-63e3fc7a4dab13de2731376fa2c1bf2c6606d158.tar.gz
dev-manual: common-tasks.rst: describe the newly added layer setup and template config commands
(From yocto-docs rev: 3a5af296eb1492492ba60beabe888527d0dda49a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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