From 733e073fcd85ee42617fd724a09303dc6683a438 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 5 Mar 2019 09:11:06 +0100 Subject: Add initial feature for license scanning integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a feature to enable license scanning within the AGL build. Change-Id: I478defd90f6f135b5f1f0ecd0b970ab33f25c794 Signed-off-by: Jan-Simon Möller --- templates/feature/agl-fossdriver/50_FEATURE.md | 5 +++++ templates/feature/agl-fossdriver/50_bblayers.conf.inc | 1 + templates/feature/agl-fossdriver/50_local.conf.inc | 1 + 3 files changed, 7 insertions(+) create mode 100644 templates/feature/agl-fossdriver/50_FEATURE.md create mode 100644 templates/feature/agl-fossdriver/50_bblayers.conf.inc create mode 100644 templates/feature/agl-fossdriver/50_local.conf.inc (limited to 'templates/feature/agl-fossdriver') 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 -- cgit 1.2.3-korg