From 7231c104303f72c5d72f837de114d4f5a633c7cd Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 27 Oct 2020 12:51:48 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/dev-manual') 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: 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 +`. -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 ---------------------------------- -- cgit v1.2.3-54-g00ecf