diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-23 09:29:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 18:00:00 +0100 |
| commit | 315cb8ebcf2d5c7657d0b694c5fecf68fb09782f (patch) | |
| tree | 6d5bd7e35264d455d816e6217cc701b8fbd14f6b | |
| parent | 5a23ec28c2509f48bdb697ac7019b12d0200750d (diff) | |
| download | poky-315cb8ebcf2d5c7657d0b694c5fecf68fb09782f.tar.gz | |
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>
| -rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 58 |
1 files changed, 43 insertions, 15 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 93e9ea8d43..ec1238c5ea 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
| @@ -387,8 +387,8 @@ | |||
| 387 | <para> | 387 | <para> |
| 388 | This class adds a step to the package generation process that sanity checks the | 388 | This class adds a step to the package generation process that sanity checks the |
| 389 | packages generated by the Yocto Project. | 389 | packages generated by the Yocto Project. |
| 390 | An ever-increasing range of checks are performed that check for | 390 | A range of checks are performed that check the build's output |
| 391 | common problems that break builds. | 391 | for common problems that show up during runtime. |
| 392 | Distribution policy usually dictates whether to include this class as the Yocto Project does. | 392 | Distribution policy usually dictates whether to include this class as the Yocto Project does. |
| 393 | </para> | 393 | </para> |
| 394 | </section> | 394 | </section> |
| @@ -436,44 +436,72 @@ | |||
| 436 | </section> | 436 | </section> |
| 437 | 437 | ||
| 438 | <!-- Undocumented classes are: | 438 | <!-- Undocumented classes are: |
| 439 | base_srpm.bbclass | 439 | allarch.bbclass |
| 440 | binconfig.bbclass | ||
| 440 | bootimg.bbclass | 441 | bootimg.bbclass |
| 442 | buildstats.bbclass | ||
| 441 | ccache.inc | 443 | ccache.inc |
| 442 | ccdv.bbclass | ||
| 443 | cmake.bbclass | 444 | cmake.bbclass |
| 444 | cml1.bbclass | 445 | cml1.bbclass |
| 445 | cross.bbclass | 446 | cross.bbclass |
| 446 | flow-lossage.bbclass | 447 | cross-canadian.bbclass |
| 448 | deploy.bbclass | ||
| 449 | distrodata.bbclass | ||
| 447 | gconf.bbclass | 450 | gconf.bbclass |
| 448 | gettext.bbclass | 451 | gettext.bbclass |
| 449 | gnome.bbclass | 452 | gnome.bbclass |
| 453 | gtk-doc.bbclass | ||
| 450 | gtk-icon-cache.bbclass | 454 | gtk-icon-cache.bbclass |
| 451 | icecc.bbclass | 455 | icecc.bbclass |
| 456 | image-mklibs.bbclass | ||
| 457 | image-prelink.bbclass | ||
| 458 | image-swab.bbclass | ||
| 459 | imagetest-dummy.bbclass | ||
| 460 | imagetest-qemu.bbclass | ||
| 461 | insserv.bbclass | ||
| 452 | lib_package.bbclass | 462 | lib_package.bbclass |
| 463 | license.bbclass | ||
| 464 | logging.bbclass | ||
| 465 | meta.bbclass | ||
| 466 | metadata_scm.bbclass | ||
| 453 | mirrors.bbclass | 467 | mirrors.bbclass |
| 454 | mozilla.bbclass | 468 | multilib*.bbclass |
| 455 | multimachine.bbclass | ||
| 456 | native.bbclass | 469 | native.bbclass |
| 470 | nativesdk.bbclass | ||
| 457 | oelint.bbclass | 471 | oelint.bbclass |
| 472 | own-mirrors.bbclass | ||
| 473 | packagedata.bbclass | ||
| 474 | packagehistory.bbclass | ||
| 458 | patch.bbclass | 475 | patch.bbclass |
| 459 | patcher.bbclass | 476 | perlnative.bbclass |
| 460 | pkg_distribute.bbclass | 477 | pkg_distribute.bbclass |
| 461 | pkg_metainfo.bbclass | 478 | pkg_metainfo.bbclass |
| 462 | poky.bbclass | 479 | populate_sdk*.bbclass |
| 480 | prserv.bbclass | ||
| 481 | python-dir.bbclass | ||
| 482 | qemu.bbclass | ||
| 483 | qmake*.bbclass | ||
| 484 | qt4*.bbclass | ||
| 485 | recipe_sanity.bbclass | ||
| 486 | relocatable.bbclass | ||
| 463 | rm_work.bbclass | 487 | rm_work.bbclass |
| 464 | rpm_core.bbclass | ||
| 465 | scons.bbclass | 488 | scons.bbclass |
| 466 | sdk.bbclass | ||
| 467 | sdl.bbclass | 489 | sdl.bbclass |
| 490 | setuptools.bbclass | ||
| 468 | sip.bbclass | 491 | sip.bbclass |
| 492 | siteconfig.bbclass | ||
| 469 | sourcepkg.bbclass | 493 | sourcepkg.bbclass |
| 470 | srec.bbclass | 494 | sstate.bbclass |
| 495 | staging.bbclass | ||
| 471 | syslinux.bbclass | 496 | syslinux.bbclass |
| 497 | task.bbclass | ||
| 498 | terminal.bbclass | ||
| 472 | tinderclient.bbclass | 499 | tinderclient.bbclass |
| 473 | tmake.bbclass | 500 | toolchain-scripts.bbclass |
| 501 | typecheck.bbclass | ||
| 502 | useradd.bbclass | ||
| 503 | utility-tasks.bbclass | ||
| 474 | utils.bbclass | 504 | utils.bbclass |
| 475 | xfce.bbclass | ||
| 476 | xlibs.bbclass | ||
| 477 | --> | 505 | --> |
| 478 | 506 | ||
| 479 | 507 | ||
