diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-11 07:21:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:40 +0000 |
commit | 26556a0a99d11412adf60c0be9b01ddd885faca0 (patch) | |
tree | c0ffe83122cafb4615a66cee41f6006c31888791 /documentation/ref-manual/ref-classes.xml | |
parent | 62e7ade0d659d668db9a59c4d2ea85c22b432bc1 (diff) | |
download | poky-26556a0a99d11412adf60c0be9b01ddd885faca0.tar.gz |
ref-manual: Minor edits to rootfs* class.
Review comments from Paul.
(From yocto-docs rev: f931a4c6cea86a3dbbf27204731857a384ad0ea1)
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/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ce76140edd..c197967b64 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1009,7 +1009,7 @@ | |||
1009 | The <filename>image</filename> class helps support creating images | 1009 | The <filename>image</filename> class helps support creating images |
1010 | in different formats. | 1010 | in different formats. |
1011 | First, the root filesystem is created from packages using | 1011 | First, the root filesystem is created from packages using |
1012 | one of the <filename>rootfs_*.bbclass</filename> | 1012 | one of the <filename>rootfs*.bbclass</filename> |
1013 | files (depending on the package format used) and then one or more image | 1013 | files (depending on the package format used) and then one or more image |
1014 | files are created. | 1014 | files are created. |
1015 | <itemizedlist> | 1015 | <itemizedlist> |
@@ -2439,8 +2439,8 @@ | |||
2439 | <title><filename>rootfs*.bbclass</filename></title> | 2439 | <title><filename>rootfs*.bbclass</filename></title> |
2440 | 2440 | ||
2441 | <para> | 2441 | <para> |
2442 | The <filename>rootfs*</filename> classes add support for creating | 2442 | The <filename>rootfs*</filename> classes support creating |
2443 | the root filesystem and consist of the following classes: | 2443 | the root filesystem for an image and consist of the following classes: |
2444 | <itemizedlist> | 2444 | <itemizedlist> |
2445 | <listitem><para> | 2445 | <listitem><para> |
2446 | The <filename>rootfs_deb</filename> class, which supports | 2446 | The <filename>rootfs_deb</filename> class, which supports |
@@ -2459,7 +2459,7 @@ | |||
2459 | 2459 | ||
2460 | <para> | 2460 | <para> |
2461 | The root filesystem is created from packages using one of the | 2461 | The root filesystem is created from packages using one of the |
2462 | <filename>rootfs_*.bbclass</filename> files as determined by the | 2462 | <filename>rootfs*.bbclass</filename> files as determined by the |
2463 | <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> | 2463 | <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> |
2464 | variable. | 2464 | variable. |
2465 | </para> | 2465 | </para> |