diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 12:55:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:47 +0000 |
commit | 3a7ba514546913c647c70cbfbeb3f50a0974e43a (patch) | |
tree | 3adaa14b15c62d89fbb89fe2617d089969b823ef /documentation/ref-manual | |
parent | a758f310c521f485bd75c89d0be575522e490d9f (diff) | |
download | poky-3a7ba514546913c647c70cbfbeb3f50a0974e43a.tar.gz |
ref-manual: Added the packageinfo class.
(From yocto-docs rev: 4a720628b93ec8fb87f032c04cc44c21c0880748)
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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 70f12d0690..73d7692b36 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1328,6 +1328,16 @@ | |||
1328 | </para> | 1328 | </para> |
1329 | </section> | 1329 | </section> |
1330 | 1330 | ||
1331 | <section id='ref-classes-packageinfo'> | ||
1332 | <title><filename>packageinfo.bbclass</filename></title> | ||
1333 | |||
1334 | <para> | ||
1335 | The package information (<filename>packageinfo</filename>) class | ||
1336 | gives a BitBake user interface the ability to retrieve information | ||
1337 | about output packages from the <filename>pkgdata</filename> files. | ||
1338 | </para> | ||
1339 | </section> | ||
1340 | |||
1331 | <section id='ref-classes-perl'> | 1341 | <section id='ref-classes-perl'> |
1332 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> | 1342 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> |
1333 | 1343 | ||