diff options
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. |