diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2022-09-02 13:29:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-12 08:35:17 +0100 |
commit | 05270ae200779f6595d5f4b08c6a0bbef2063430 (patch) | |
tree | c5ca2b2747e8415f17a8dc7366234a8ccf05000e /documentation/dev-manual | |
parent | f212ad190c065509bb9d65ae3f4a619469a90a85 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 16 |
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 | ||
11420 | One | 11420 | One thing a development organization might want to consider for end-user |
11421 | thing a development organization might want to consider for end-user | 11421 | convenience is to modify |
11422 | convenience is to modify ``meta-poky/conf/bblayers.conf.sample`` to | 11422 | ``meta-poky/conf/templates/default/bblayers.conf.sample`` to ensure that when |
11423 | ensure that when the end user utilizes the released build system to | 11423 | the end user utilizes the released build system to build an image, the |
11424 | build an image, the development organization's layers are included in | 11424 | development organization's layers are included in the ``bblayers.conf`` file |
11425 | the ``bblayers.conf`` file automatically:: | 11425 | automatically:: |
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. | |||
11451 | meta-spdxscanner provides several kinds of scanner. If you want to enable | 11451 | meta-spdxscanner provides several kinds of scanner. If you want to enable |
11452 | this function, you have to follow the following steps: | 11452 | this function, you have to follow the following steps: |
11453 | 11453 | ||
11454 | 1. Add meta-spdxscanner layer into ``bblayers.conf``. | 11454 | 1. Add meta-spdxscanner layer into ``bblayers.conf``. |
11455 | 11455 | ||
11456 | 2. Refer to the README in meta-spdxscanner to setup the environment (e.g, | 11456 | 2. 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 | ||
11459 | 3. Meta-spdxscanner provides several methods within the bbclass to create spdx files. | 11459 | 3. Meta-spdxscanner provides several methods within the bbclass to create spdx files. |