diff options
-rw-r--r-- | templates/feature/agl-fossdriver/50_FEATURE.md | 5 | ||||
-rw-r--r-- | templates/feature/agl-fossdriver/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-fossdriver/50_local.conf.inc | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/templates/feature/agl-fossdriver/50_FEATURE.md b/templates/feature/agl-fossdriver/50_FEATURE.md new file mode 100644 index 000000000..67eadc53a --- /dev/null +++ b/templates/feature/agl-fossdriver/50_FEATURE.md @@ -0,0 +1,5 @@ +Integration with meta-spdxscanner. + +This needs fossdriver setup and a fossology instance before it can work. + +FIXME: More details follow.
\ No newline at end of file diff --git a/templates/feature/agl-fossdriver/50_bblayers.conf.inc b/templates/feature/agl-fossdriver/50_bblayers.conf.inc new file mode 100644 index 000000000..f429f3961 --- /dev/null +++ b/templates/feature/agl-fossdriver/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-spdxscanner" diff --git a/templates/feature/agl-fossdriver/50_local.conf.inc b/templates/feature/agl-fossdriver/50_local.conf.inc new file mode 100644 index 000000000..9dea9a0da --- /dev/null +++ b/templates/feature/agl-fossdriver/50_local.conf.inc @@ -0,0 +1 @@ +INHERIT += "fossdriver-host"
\ No newline at end of file |