aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 1 insertions, 19 deletions
diff --git a/README.md b/README.md
index f2efb19..55f0380 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
meta-spdxscanner supports the following SPDX create tools.
1. fossology REST API (Can work with fossology after 3.5.0)
2. fossdriver (Can work with fossology)
-3. cancode-toolkit
-4. DoSOCSv2 (Scanner comes from fossology 3.4.0)
+3. scancode-toolkit
# This layer supplys invoking scanners as following:
@@ -17,11 +16,6 @@ meta-spdxscanner supports the following SPDX create tools.
3. scancode-toolkit
- openembedded-core
-4. DoSOCSv2
-- openembedded-core
-- meta-openembedded/meta-oe
-- meta-openembedded/meta-python
-
# How to use
1. fossology-rest.bbclass
@@ -62,15 +56,3 @@ Note
- If you want to use scancode.bbclass, There is no need to install anything on your host.
- To aviod loop dependence,please use meta-spdxscanner/classes/nopackages.bbclass instead the file comes from oe-core.
-
-4. dosocs.bbclass
-- inherit the folowing class in your conf/local.conf for all of recipes or
- in some recipes which you want.
-
-```
- INHERIT += "dosocs"
-```
-Note
-- There is no necessary to install any OSS on host.
-- Please use meta-spdxscanner/classes/nopackages.bbclass instead of oe-core. Because there is no necessary to create spdx files for *-native.
-- Default, DoSOCSv2 uses SQLite for database, so dosocs.bbclass doesn't support multi tasks of do_spdx.