diff options
author | 2019-07-09 09:32:37 +0900 | |
---|---|---|
committer | 2019-07-09 09:32:37 +0900 | |
commit | e80279d46b89dfc490a16636ec6d9ce06122dd0a (patch) | |
tree | 2d927f7fff77571c01ece04fbfc494ef57472003 /README.md | |
parent | eacdade2c6a5ad1ca893e67d0ebd8c5605608bfa (diff) | |
download | meta-spdxscanner-e80279d46b89dfc490a16636ec6d9ce06122dd0a.tar.gz meta-spdxscanner-e80279d46b89dfc490a16636ec6d9ce06122dd0a.tar.bz2 meta-spdxscanner-e80279d46b89dfc490a16636ec6d9ce06122dd0a.zip |
Update README.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,8 +21,9 @@ meta-spdxscanner supports the following SPDX create tools. SPDX_DEPLOY_DIR = "${SPDX_DEST_DIR}" ``` Note - If you want to use fossdriver-host.bbclass, you have to make sure that fossology server and fossdriver has been installed on your host and make sure it works well. +- If you want to use fossdriver-host.bbclass, you have to make sure that fossology server and fossdriver has been installed on your host and make sure it works well. Please reference to https://hub.docker.com/r/fossology/fossology/ and https://github.com/fossology/fossdriver. +- Please use meta-spdxscanner/classes/nopackages.bbclass instead of oe-core. Because there is no necessary to create spdx files for *-native. 2. dosocs-host.bbclass (Not recommended) - inherit the folowing class in your conf/local.conf for all of recipes or |