summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-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.