diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 11:15:05 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:47 +0000 | 
| commit | 5b0367fbfe1b61842ed3050271c304b5ab501d06 (patch) | |
| tree | f054513009c4c84e254048009c416982322df4ab /documentation | |
| parent | ccca482412dcba9a408188f5d0127801ac167e61 (diff) | |
| download | poky-5b0367fbfe1b61842ed3050271c304b5ab501d06.tar.gz | |
ref-manual: Added the packagedata class.
(From yocto-docs rev: 90ad87cef1b016350188cd188d7752d25a6ea2b4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -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 | ||
