From 52d20f88dd3148c935ba5237e498bd537d0cbc4c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 12:55:30 -0600 Subject: [PATCH] ref-manual: Added the packageinfo class. (From yocto-docs rev: 509958a080dcefc6ec44a98fe89e0a762c27d2dc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ +
+ <filename>packageinfo.bbclass</filename> + + + The package information (packageinfo) class + gives a BitBake user interface the ability to retrieve information + about output packages from the pkgdata files. + +
+
Perl Modules - <filename>cpan.bbclass</filename>