diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-10-27 12:51:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-27 13:23:00 +0000 |
commit | 7231c104303f72c5d72f837de114d4f5a633c7cd (patch) | |
tree | 883777792b6599561fd8470f04e836a251d7c2b8 /documentation | |
parent | bb08435ebf97fa2f68ea5bd262858f2167d114cd (diff) | |
download | poky-7231c104303f72c5d72f837de114d4f5a633c7cd.tar.gz |
dev-manual/dev-manual-common-tasks: fix typos and use extlinks
* fixed a couple of typos
* added a 'nicer' link to the repo using :yocto_git:
(From yocto-docs rev: 14d0c205c671c4c670d7a887d307d359f70e1b7a)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 | ---------------------------------- |