summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@streamunlimited.com>2020-04-20 22:19:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-21 12:36:03 +0100
commit1f9ebcf8afe11484181a5591a31d4550df49292a (patch)
tree3c7452d070c4f94146cbfac09f917619d6f3046f /documentation/ref-manual/ref-classes.xml
parent03bb03112566bbb3d0b46aad911c3c01b404845e (diff)
downloadpoky-1f9ebcf8afe11484181a5591a31d4550df49292a.tar.gz
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 <quentin.schulz@streamunlimited.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f9bbddd724..f8920d8c1b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1742,6 +1742,12 @@ This check was removed for YP 2.3 release
1742 </note> 1742 </note>
1743 </para></listitem> 1743 </para></listitem>
1744--> 1744-->
1745 <listitem><para><emphasis><filename>unlisted-pkg-lics:</filename></emphasis>
1746 Checks that all declared licenses applying for a package are also
1747 declared on the recipe level (i.e. any license in
1748 <filename>LICENSE_*</filename> should appear in
1749 <link linkend='var-LICENSE'><filename>LICENSE</filename></link>).
1750 </para></listitem>
1745 <listitem><para><emphasis><filename>useless-rpaths:</filename></emphasis> 1751 <listitem><para><emphasis><filename>useless-rpaths:</filename></emphasis>
1746 Checks for dynamic library load paths (rpaths) in the binaries that 1752 Checks for dynamic library load paths (rpaths) in the binaries that
1747 by default on a standard system are searched by the linker (e.g. 1753 by default on a standard system are searched by the linker (e.g.