From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../poky/documentation/ref-manual/ref-classes.xml | 97 +++------------------- 1 file changed, 13 insertions(+), 84 deletions(-) (limited to 'external/poky/documentation/ref-manual/ref-classes.xml') diff --git a/external/poky/documentation/ref-manual/ref-classes.xml b/external/poky/documentation/ref-manual/ref-classes.xml index d602851c..f9bbddd7 100644 --- a/external/poky/documentation/ref-manual/ref-classes.xml +++ b/external/poky/documentation/ref-manual/ref-classes.xml @@ -318,35 +318,6 @@ -
- <filename>bluetooth.bbclass</filename> - - - The bluetooth class defines a variable that - expands to the recipe (package) providing core - bluetooth support on the platform. - - - - For details on how the class works, see the - meta/classes/bluetooth.bbclass file in the Yocto - Project - Source Directory. - -
- -
- <filename>bugzilla.bbclass</filename> - - - The bugzilla class supports setting up an - instance of Bugzilla in which you can automatically files bug reports - in response to build failures. - For this class to work, you need to enable the XML-RPC interface in - the instance of Bugzilla. - -
-
<filename>buildhistory.bbclass</filename> @@ -457,6 +428,14 @@ variable to specify additional configuration options to be passed using the cmake command line. + + + On the occasion that you would be installing custom CMake toolchain + files supplied by the application being built, you should install them + to the preferred CMake Module directory: + ${D}${datadir}/cmake/ Modules during + do_install. +
@@ -714,39 +693,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> @@ -776,11 +722,6 @@ some of the distutils* classes to provide common Python2 support. - - - The distutils-tools class supports recipes for - additional "distutils" tools. -
@@ -987,21 +928,6 @@
-
- <filename>gnome.bbclass</filename> - - - The gnome class supports recipes that - build software from the GNOME stack. - This class inherits the - gnomebase, - gtk-icon-cache, - gconf and - mime classes. - The class also disables GObject introspection where applicable. - -
-
<filename>gnomebase.bbclass</filename> @@ -2335,13 +2261,16 @@ This check was removed for YP 2.3 release <filename>npm.bbclass</filename> - Provides support for building Node.js software fetched using the npm - package manager. + Provides support for building Node.js software fetched using the + node package manager (NPM). Currently, recipes inheriting this class must use the npm:// fetcher to have dependencies fetched and packaged automatically. + For information on how to create NPM packages, see the + "Creating Node Package Manager (NPM) Packages" + section in the Yocto Project Development Tasks Manual.
-- cgit 1.2.3-korg