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:17:45 +0000 |
commit | 10146f07384d9fdabca153b4e6cbdcd2ff7fa0e8 (patch) | |
tree | 12cbd0909c368b73574738d733fb24c79da56d00 /documentation/ref-manual/ref-classes.xml | |
parent | 267c0a39cc379321c9b00daf045450011b0508c1 (diff) | |
download | poky-10146f07384d9fdabca153b4e6cbdcd2ff7fa0e8.tar.gz |
ref-manual: Added the packagedata class.
(From yocto-docs rev: b813c690089fd73a23347b4ad2be38cef683d754)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.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 | ||