diff options
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ba94df2285..d5445d6a8f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1224,6 +1224,25 @@ | |||
1224 | </para> | 1224 | </para> |
1225 | </section> | 1225 | </section> |
1226 | 1226 | ||
1227 | <section id='ref-classes-oelint'> | ||
1228 | <title><filename>oelint.bbclass</filename></title> | ||
1229 | |||
1230 | <para> | ||
1231 | The OpenEmbedded link (<filename>oelint</filename>) class is an | ||
1232 | obsolete lint checking tool that exists in | ||
1233 | <filename>meta/classes</filename> in the | ||
1234 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
1235 | </para> | ||
1236 | |||
1237 | <para> | ||
1238 | A number of classes exist that are could be generally useful in | ||
1239 | OE-Core but are never actually used within OE-Core itself. | ||
1240 | The <filename>oelint</filename> class is one such example. | ||
1241 | However, being aware of this class can reduce the proliferation of | ||
1242 | different versions of similar classes across multiple layers. | ||
1243 | </para> | ||
1244 | </section> | ||
1245 | |||
1227 | <section id='ref-classes-pkgconfig'> | 1246 | <section id='ref-classes-pkgconfig'> |
1228 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> | 1247 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> |
1229 | 1248 | ||