Signed-off-by: Li Xiaoming <[email protected]> --- classes/fossdriver-host.bbclass | 6 ++---- classes/fossology-rest.bbclass | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/classes/fossdriver-host.bbclass b/classes/fossdriver-host.bbclass index 840d3d3..bbf84e5 100644 --- a/classes/fossdriver-host.bbclass +++ b/classes/fossdriver-host.bbclass @@ -9,10 +9,8 @@ # http://www.spdx.org # # Note: -# 1) Make sure fossology (after 3.5.0)(https://hub.docker.com/r/fossology/fossology/) has beed started on your host -# 2) spdx files will be output to the path which is defined as[SPDX_DEPLOY_DIR]. -# By default, SPDX_DEPLOY_DIR is tmp/deploy/ -# 3) Added TOKEN has been set in conf/local.conf +# 1) Make sure fossdriver has beed installed in your host; +# 2) By default,spdx files will be output to the path which is defined as [SPDX_DEPLOY_DIR] in conf/local.conf. # inherit spdx-common diff --git a/classes/fossology-rest.bbclass b/classes/fossology-rest.bbclass index 87e348a..48e16f3 100644 --- a/classes/fossology-rest.bbclass +++ b/classes/fossology-rest.bbclass @@ -9,9 +9,12 @@ # http://www.spdx.org # # Note: -# 1) Make sure fossdriver has beed installed in your host -# 2) By default,spdx files will be output to the path which is defined as[SPDX_DEPLOY_DIR] -# in ./meta/conf/spdx-dosocs.conf. +# 1) Make sure FOSSology (>= 3.5.0)(https://hub.docker.com/r/fossology/fossology/) has beed started on your host; +# 2) spdx files will be output to the path which is defined as [SPDX_DEPLOY_DIR] in conf/local.conf; +# By default, SPDX_DEPLOY_DIR is tmp/deploy/sdpx; +# 3) Added TOKEN has been set in conf/local.conf. +# + inherit spdx-common FOSSOLOGY_SERVER ?= "http://127.0.0.1:8081/repo" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48931): https://lists.yoctoproject.org/g/yocto/message/48931 Mute This Topic: https://lists.yoctoproject.org/mt/72559856/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
