diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 12:27:07 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:35 +0000 |
commit | 6e91d5d201f899063ab1042ca4dea2d974933581 (patch) | |
tree | d377c699de183709be8b1944b2be2cac8458e489 /documentation/ref-manual | |
parent | d76301b47f05c98737b3cc4d4d01527cd020d07b (diff) | |
download | poky-6e91d5d201f899063ab1042ca4dea2d974933581.tar.gz |
ref-manual: Edits to the rootfs* class.
I removed the rootfs_deb, rootfs_ipk, and rootfs_rpm classes
altoghther and opted to briefly describe their purposes in the
rootfs* class section. I also am not linking to the IMAGE_FSTYPES
variable but am rather linking over to the PACKAGE_CLASSES
variable.
(From yocto-docs rev: 5e92a1d4f489d5b48f5dbaac7c75ab1a1014e220)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 66 |
1 files changed, 14 insertions, 52 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c5688b3e6e..e53eaf9db6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2415,26 +2415,27 @@ | |||
2415 | 2415 | ||
2416 | <para> | 2416 | <para> |
2417 | The <filename>rootfs*</filename> classes add support for creating | 2417 | The <filename>rootfs*</filename> classes add support for creating |
2418 | the root filesystem in either <filename>.ext3</filename> or | 2418 | the root filesystem and consist of the following classes: |
2419 | <filename>tar.bz2</filename> formats and consist of the following | ||
2420 | classes: | ||
2421 | <itemizedlist> | 2419 | <itemizedlist> |
2422 | <listitem><para>The | 2420 | <listitem><para> |
2423 | <link linkend='ref-classes-rootfs_deb'><filename>rootfs_deb</filename></link> | 2421 | The <filename>rootfs_deb</filename> class, which supports |
2424 | class.</para></listitem> | 2422 | creation of root filesystems for images built using |
2425 | <listitem><para>The | 2423 | <filename>.deb</filename> packages.</para></listitem> |
2426 | <link linkend='ref-classes-rootfs_rpm'><filename>rootfs_rpm</filename></link> | 2424 | <listitem><para> |
2427 | class.</para></listitem> | 2425 | The <filename>rootfs_rpm</filename> class, which supports |
2428 | <listitem><para>The | 2426 | creation of root filesystems for images built using |
2429 | <link linkend='ref-classes-rootfs_ipk'><filename>rootfs_ipk</filename></link> | 2427 | <filename>.rpm</filename> packages.</para></listitem> |
2430 | class.</para></listitem> | 2428 | <listitem><para> |
2429 | The <filename>rootfs_ipk</filename> class, which supports | ||
2430 | creation of root filesystems for images built using | ||
2431 | <filename>.ipk</filename> packages.</para></listitem> | ||
2431 | </itemizedlist> | 2432 | </itemizedlist> |
2432 | </para> | 2433 | </para> |
2433 | 2434 | ||
2434 | <para> | 2435 | <para> |
2435 | The root filesystem is created from packages using one of the | 2436 | The root filesystem is created from packages using one of the |
2436 | <filename>rootfs_*.bbclass</filename> files as determined by the | 2437 | <filename>rootfs_*.bbclass</filename> files as determined by the |
2437 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | 2438 | <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> |
2438 | variable. | 2439 | variable. |
2439 | </para> | 2440 | </para> |
2440 | 2441 | ||
@@ -2445,45 +2446,6 @@ | |||
2445 | </para> | 2446 | </para> |
2446 | </section> | 2447 | </section> |
2447 | 2448 | ||
2448 | <section id='ref-classes-rootfs_deb'> | ||
2449 | <title><filename>rootfs_deb.bbclass</filename></title> | ||
2450 | |||
2451 | <para> | ||
2452 | The <filename>rootfs_deb</filename> class supports creation of | ||
2453 | root filesystems for images built using <filename>.deb</filename> | ||
2454 | packages. | ||
2455 | See the | ||
2456 | "<link linkend='ref-classes-rootfs*'><filename>rootfs*.bbclass</filename></link>" | ||
2457 | section for more information. | ||
2458 | </para> | ||
2459 | </section> | ||
2460 | |||
2461 | <section id='ref-classes-rootfs_ipk'> | ||
2462 | <title><filename>rootfs_ipk.bbclass</filename></title> | ||
2463 | |||
2464 | <para> | ||
2465 | The <filename>rootfs_ipk</filename> class supports creation of | ||
2466 | root filesystems for images built using <filename>.ipk</filename> | ||
2467 | packages. | ||
2468 | See the | ||
2469 | "<link linkend='ref-classes-rootfs*'><filename>rootfs*.bbclass</filename></link>" | ||
2470 | section for more information. | ||
2471 | </para> | ||
2472 | </section> | ||
2473 | |||
2474 | <section id='ref-classes-rootfs_rpm'> | ||
2475 | <title><filename>rootfs_rpm.bbclass</filename></title> | ||
2476 | |||
2477 | <para> | ||
2478 | The <filename>rootfs_rpm</filename> class supports creation of | ||
2479 | root filesystems for images built using <filename>.rpm</filename> | ||
2480 | packages. | ||
2481 | See the | ||
2482 | "<link linkend='ref-classes-rootfs*'><filename>rootfs*.bbclass</filename></link>" | ||
2483 | section for more information. | ||
2484 | </para> | ||
2485 | </section> | ||
2486 | |||
2487 | <section id='ref-classes-sanity'> | 2449 | <section id='ref-classes-sanity'> |
2488 | <title><filename>sanity.bbclass</filename></title> | 2450 | <title><filename>sanity.bbclass</filename></title> |
2489 | 2451 | ||