From 1f9ebcf8afe11484181a5591a31d4550df49292a Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 20 Apr 2020 22:19:37 +0200 Subject: ref-manual: document new unlisted-pkg-lics insane-skip qa check The new unlisted-pkg-lics INSANE_SKIP QA check was introduced and need proper documentation. This QA check makes sure all licenses listed for all packages built by a recipe are declared in the recipe LICENSE variable. (From yocto-docs rev: a50e0628f3d40f9103c9a6ecccde61ad6d7f21c6) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'documentation/ref-manual/ref-qa-checks.xml') diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 515106ae68..424a19c59d 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -1170,6 +1170,31 @@ can be found then it should be implemented. I can't find one at the moment. + + + + + + + LICENSE_<packagename> includes licenses (<licenses>) that are not listed in LICENSE [unlisted-pkg-lics] + + + + + The LICENSE + of the recipe should be a superset of all the licenses of + all packages produced by this recipe. + In other words, any license in LICENSE_* + should also appear in + LICENSE. + + + +   + + + +
-- cgit v1.2.3-54-g00ecf