Openembedded Core Discussions
 help / color / mirror / Atom feed
* distrodata.bbclass
@ 2013-05-14 21:39 Slater, Joseph
  2013-05-15  8:41 ` distrodata.bbclass Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Slater, Joseph @ 2013-05-14 21:39 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

Hi,

I see this class for generating a report of package data, but I don't see it ever
being used.  Is there info about how to use it?

Joe


[-- Attachment #2: Type: text/html, Size: 1959 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: distrodata.bbclass
  2013-05-14 21:39 distrodata.bbclass Slater, Joseph
@ 2013-05-15  8:41 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-05-15  8:41 UTC (permalink / raw)
  To: Slater, Joseph; +Cc: openembedded-core@lists.openembedded.org

On 05/15/2013 12:39 AM, Slater, Joseph wrote:
> Hi,
>
> I see this class for generating a report of package data, but I don't
> see it ever
>
> being used.  Is there info about how to use it?
>
The Package Reporting System (http://packages.yoctoproject.org) backend 
uses the distrodata class, it's not included by default because it reads 
data in the meta-yocto/conf/distro/include files and increases the load 
time and variable space.

To use it you would need to inherit the distrodata class and also 
include the files in meta-yocto/conf/distro/include (or equivalents for 
your distro).

There are a couple of tasks that can operate on recipes, world or 
universe (includes every recipe, to be used for validation, not 
buildable in the normal case).

There are 4 main tasks that can be run:
distrodata
- generate a CSV file in tmp/logs that will create a Bill of Materials 
like spreadsheet, listing all the recipes with version and license info.

checkpkg
- does some basic sanity checking of package information and distro 
maintenance

distro_check
- tries to match our recipe names with a Full Distros like Ubuntu, 
Fedora, OpenSuSeE and produces a CVS report

checklicense
- validates licenses, this could be depreated now, it was primarily used 
in the early days of the Yocto Project to check the license data.

Let me know if this helps.

Sau!



> Joe
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-15  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 21:39 distrodata.bbclass Slater, Joseph
2013-05-15  8:41 ` distrodata.bbclass Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox