summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-09-02 13:29:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-12 08:35:17 +0100
commit05270ae200779f6595d5f4b08c6a0bbef2063430 (patch)
treec5ca2b2747e8415f17a8dc7366234a8ccf05000e /documentation/dev-manual/common-tasks.rst
parentf212ad190c065509bb9d65ae3f4a619469a90a85 (diff)
downloadpoky-05270ae200779f6595d5f4b08c6a0bbef2063430.tar.gz
manuals: fix paths to default templates & clean up whitespaces
The templates have recently been moved by meta-yocto's commit [1]. Clean up some whitespace issues along the way. [1] 29608bd03e1b ("meta-poky/conf: move default templates to conf/templates/default/") (From yocto-docs rev: 661c554224dd79e79afd22b84608e248d3336aac) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b08a55331d..bdc528b723 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -11417,12 +11417,12 @@ example:
11417 # clean up the .git repos 11417 # clean up the .git repos
11418 $ find . -name ".git" -type d -exec rm -rf {} \; 11418 $ find . -name ".git" -type d -exec rm -rf {} \;
11419 11419
11420One 11420One thing a development organization might want to consider for end-user
11421thing a development organization might want to consider for end-user 11421convenience is to modify
11422convenience is to modify ``meta-poky/conf/bblayers.conf.sample`` to 11422``meta-poky/conf/templates/default/bblayers.conf.sample`` to ensure that when
11423ensure that when the end user utilizes the released build system to 11423the end user utilizes the released build system to build an image, the
11424build an image, the development organization's layers are included in 11424development organization's layers are included in the ``bblayers.conf`` file
11425the ``bblayers.conf`` file automatically:: 11425automatically::
11426 11426
11427 # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf 11427 # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
11428 # changes incompatibly 11428 # changes incompatibly
@@ -11451,9 +11451,9 @@ The spdx module has been integrated to a layer named meta-spdxscanner.
11451meta-spdxscanner provides several kinds of scanner. If you want to enable 11451meta-spdxscanner provides several kinds of scanner. If you want to enable
11452this function, you have to follow the following steps: 11452this function, you have to follow the following steps:
11453 11453
114541. Add meta-spdxscanner layer into ``bblayers.conf``. 114541. Add meta-spdxscanner layer into ``bblayers.conf``.
11455 11455
114562. Refer to the README in meta-spdxscanner to setup the environment (e.g, 114562. Refer to the README in meta-spdxscanner to setup the environment (e.g,
11457 setup a fossology server) needed for the scanner. 11457 setup a fossology server) needed for the scanner.
11458 11458
114593. Meta-spdxscanner provides several methods within the bbclass to create spdx files. 114593. Meta-spdxscanner provides several methods within the bbclass to create spdx files.