ref-manual: Added the oelint class.

(From yocto-docs rev: 58570cd703abc3066e2c0925fbe8888390825906)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-03 09:43:02 -06:00 committed by Richard Purdie
parent 8933434d6e
commit 9a38035b4e
1 changed files with 19 additions and 0 deletions

View File

@ -1224,6 +1224,25 @@
</para>
</section>
<section id='ref-classes-oelint'>
<title><filename>oelint.bbclass</filename></title>
<para>
The OpenEmbedded link (<filename>oelint</filename>) class is an
obsolete lint checking tool that exists in
<filename>meta/classes</filename> in the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
</para>
<para>
A number of classes exist that are could be generally useful in
OE-Core but are never actually used within OE-Core itself.
The <filename>oelint</filename> class is one such example.
However, being aware of this class can reduce the proliferation of
different versions of similar classes across multiple layers.
</para>
</section>
<section id='ref-classes-pkgconfig'>
<title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>