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>
This commit is contained in:
Nicolas Dechesne
2020-10-27 12:51:48 +01:00
committed by Richard Purdie
parent bb08435ebf
commit 7231c10430

View File

@@ -11493,7 +11493,7 @@ this function, you have to follow the following steps:
Directory`. The following is an example showing how to generate spdx files
during bitbake using the fossology-python.bbclass::
# Selet fossology-python.bbclass.
# Select fossology-python.bbclass.
INHERIT += "fossology-python"
# For fossology-python.bbclass, TOKEN is necessary, so, after setup a
# Fossology server, you have to create a token.
@@ -11503,10 +11503,11 @@ this function, you have to follow the following steps:
# If you want to upload the source code to a special folder:
FOLDER_NAME = "xxxx" //Optional
# If you don't want to put spdx files in tmp/deploy/spdx, you can enable:
SPDX_DEPLOY_DIR = "${DeployDir}" //Optional
SPDX_DEPLOY_DIR = "${DEPLOY_DIR}" //Optional
For more usage information refer to :yocto_git:`the meta-spdxscanner repository
</cgit/cgit.cgi/meta-spdxscanner/>`.
For more usage information on meta-spdxscanner, refer to the repsoitory which you can find at:
https://git.yoctoproject.org/cgit/cgit.cgi/meta-spdxscanner/.
Copying Licenses that Do Not Exist
----------------------------------