From f21fc9d1be4e6f787bab84c6c407f821882dcf8a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 23 May 2019 12:54:35 -0700 Subject: dev-manual, ref-manual: removed "distrodata" class Ousted these since it was noted in the migration section that the class had been removed. Modified all references to the removed class as needed. (From yocto-docs rev: 7000acc76da6b7ee850b799347ab9083663c7e6a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 33 -------------------------------- 1 file changed, 33 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d602851c54..f5d09dcd73 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -714,39 +714,6 @@ -
- <filename>distrodata.bbclass</filename> - - - The distrodata class - provides for automatic checking for upstream recipe updates. - The class creates a comma-separated value (CSV) spreadsheet that - contains information about the recipes. - The information provides the - do_distrodata - and - do_distro_check tasks, which do upstream checking - and also verify if a package is used in multiple major distributions. - - - - The class is not included by default. - To use it, you must set the - INHERIT - variable: - - INHERIT+= "distrodata" - - - - - The distrodata class also provides the - do_checkpkg - task, which can be used against a simple recipe or against an - image to get all its recipe information. - -
-
<filename>distutils*.bbclass</filename> -- cgit v1.2.3-54-g00ecf