diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index e1ee03da8d..0630040e68 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -11493,7 +11493,7 @@ this function, you have to follow the following steps: | |||
11493 | Directory`. The following is an example showing how to generate spdx files | 11493 | Directory`. The following is an example showing how to generate spdx files |
11494 | during bitbake using the fossology-python.bbclass:: | 11494 | during bitbake using the fossology-python.bbclass:: |
11495 | 11495 | ||
11496 | # Selet fossology-python.bbclass. | 11496 | # Select fossology-python.bbclass. |
11497 | INHERIT += "fossology-python" | 11497 | INHERIT += "fossology-python" |
11498 | # For fossology-python.bbclass, TOKEN is necessary, so, after setup a | 11498 | # For fossology-python.bbclass, TOKEN is necessary, so, after setup a |
11499 | # Fossology server, you have to create a token. | 11499 | # Fossology server, you have to create a token. |
@@ -11503,10 +11503,11 @@ this function, you have to follow the following steps: | |||
11503 | # If you want to upload the source code to a special folder: | 11503 | # If you want to upload the source code to a special folder: |
11504 | FOLDER_NAME = "xxxx" //Optional | 11504 | FOLDER_NAME = "xxxx" //Optional |
11505 | # If you don't want to put spdx files in tmp/deploy/spdx, you can enable: | 11505 | # If you don't want to put spdx files in tmp/deploy/spdx, you can enable: |
11506 | SPDX_DEPLOY_DIR = "${DeployDir}" //Optional | 11506 | SPDX_DEPLOY_DIR = "${DEPLOY_DIR}" //Optional |
11507 | |||
11508 | For more usage information refer to :yocto_git:`the meta-spdxscanner repository | ||
11509 | </cgit/cgit.cgi/meta-spdxscanner/>`. | ||
11507 | 11510 | ||
11508 | For more usage information on meta-spdxscanner, refer to the repsoitory which you can find at: | ||
11509 | https://git.yoctoproject.org/cgit/cgit.cgi/meta-spdxscanner/. | ||
11510 | 11511 | ||
11511 | Copying Licenses that Do Not Exist | 11512 | Copying Licenses that Do Not Exist |
11512 | ---------------------------------- | 11513 | ---------------------------------- |