documentation/poky-ref-manual/ref-classes.xml: fixed insane.bbclass added others

I fixed the insane.bbclass description to say that it checks for common
problemos that occur during runtime and not build time.  Also got rid of the
"ever-increasing" statement as that is not true according to Paul Eggleton.

Added many new .bbclass files to the commented out section of the
undocumented classes as well as removed a bunch.

(From yocto-docs rev: c341951185d5af6576718f8ada057afcca923e6e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-09-23 09:29:47 -07:00 committed by Richard Purdie
parent c32652716d
commit 7bb8b8f438
1 changed files with 43 additions and 15 deletions

View File

@ -387,8 +387,8 @@
<para> <para>
This class adds a step to the package generation process that sanity checks the This class adds a step to the package generation process that sanity checks the
packages generated by the Yocto Project. packages generated by the Yocto Project.
An ever-increasing range of checks are performed that check for A range of checks are performed that check the build's output
common problems that break builds. for common problems that show up during runtime.
Distribution policy usually dictates whether to include this class as the Yocto Project does. Distribution policy usually dictates whether to include this class as the Yocto Project does.
</para> </para>
</section> </section>
@ -436,44 +436,72 @@
</section> </section>
<!-- Undocumented classes are: <!-- Undocumented classes are:
base_srpm.bbclass allarch.bbclass
binconfig.bbclass
bootimg.bbclass bootimg.bbclass
buildstats.bbclass
ccache.inc ccache.inc
ccdv.bbclass
cmake.bbclass cmake.bbclass
cml1.bbclass cml1.bbclass
cross.bbclass cross.bbclass
flow-lossage.bbclass cross-canadian.bbclass
deploy.bbclass
distrodata.bbclass
gconf.bbclass gconf.bbclass
gettext.bbclass gettext.bbclass
gnome.bbclass gnome.bbclass
gtk-doc.bbclass
gtk-icon-cache.bbclass gtk-icon-cache.bbclass
icecc.bbclass icecc.bbclass
image-mklibs.bbclass
image-prelink.bbclass
image-swab.bbclass
imagetest-dummy.bbclass
imagetest-qemu.bbclass
insserv.bbclass
lib_package.bbclass lib_package.bbclass
license.bbclass
logging.bbclass
meta.bbclass
metadata_scm.bbclass
mirrors.bbclass mirrors.bbclass
mozilla.bbclass multilib*.bbclass
multimachine.bbclass
native.bbclass native.bbclass
nativesdk.bbclass
oelint.bbclass oelint.bbclass
own-mirrors.bbclass
packagedata.bbclass
packagehistory.bbclass
patch.bbclass patch.bbclass
patcher.bbclass perlnative.bbclass
pkg_distribute.bbclass pkg_distribute.bbclass
pkg_metainfo.bbclass pkg_metainfo.bbclass
poky.bbclass populate_sdk*.bbclass
prserv.bbclass
python-dir.bbclass
qemu.bbclass
qmake*.bbclass
qt4*.bbclass
recipe_sanity.bbclass
relocatable.bbclass
rm_work.bbclass rm_work.bbclass
rpm_core.bbclass
scons.bbclass scons.bbclass
sdk.bbclass
sdl.bbclass sdl.bbclass
setuptools.bbclass
sip.bbclass sip.bbclass
siteconfig.bbclass
sourcepkg.bbclass sourcepkg.bbclass
srec.bbclass sstate.bbclass
staging.bbclass
syslinux.bbclass syslinux.bbclass
task.bbclass
terminal.bbclass
tinderclient.bbclass tinderclient.bbclass
tmake.bbclass toolchain-scripts.bbclass
typecheck.bbclass
useradd.bbclass
utility-tasks.bbclass
utils.bbclass utils.bbclass
xfce.bbclass
xlibs.bbclass
--> -->