From: Jan-Simon Möller Date: Tue, 5 Mar 2019 08:11:06 +0000 (+0100) Subject: Add initial feature for license scanning integration X-Git-Tag: halibut_7.99.1~52 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=733e073fcd85ee42617fd724a09303dc6683a438;p=AGL%2Fmeta-agl.git 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 --- 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