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 3be247a7dc..89bad481f4 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1309,6 +1309,25 @@ | |||
1309 | </para> | 1309 | </para> |
1310 | </section> | 1310 | </section> |
1311 | 1311 | ||
1312 | <section id='ref-classes-packagedata'> | ||
1313 | <title><filename>packagedata.bbclass</filename></title> | ||
1314 | |||
1315 | <para> | ||
1316 | The package data (<filename>packagedata</filename>) class provides | ||
1317 | common functionality for reading <filename>pkgdata</filename> files | ||
1318 | found in | ||
1319 | <link linkend='var-PKGDATA_DIR'><filename>PKGDATA_DIR</filename></link>. | ||
1320 | These files contain information about each output package produced by | ||
1321 | the OpenEmbedded build system. | ||
1322 | </para> | ||
1323 | |||
1324 | <para> | ||
1325 | This class is enabled by default because it is inherited by the | ||
1326 | <link linkend='ref-classes-package'><filename>package</filename></link> | ||
1327 | class. | ||
1328 | </para> | ||
1329 | </section> | ||
1330 | |||
1312 | <section id='ref-classes-perl'> | 1331 | <section id='ref-classes-perl'> |
1313 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> | 1332 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> |
1314 | 1333 | ||