diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-05 09:11:06 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-11 20:33:52 +0000 |
commit | 733e073fcd85ee42617fd724a09303dc6683a438 (patch) | |
tree | 3d945e88b2ed07ed4183cb04badbd01d6a99f8f4 | |
parent | 8e1ffe3f03c7d93ecc43c735f5db8b37836784b0 (diff) |
Add initial feature for license scanning integration
This adds a feature to enable license scanning within the AGL build.
Change-Id: I478defd90f6f135b5f1f0ecd0b970ab33f25c794
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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 |