diff options
author | 2013-12-11 07:21:32 -0600 | |
---|---|---|
committer | 2013-12-13 16:29:51 +0000 | |
commit | 61282366a66e45f51a1e961f1cd03ac058369f66 (patch) | |
tree | b3b80416bfb53163eb9e1209c55e98d68aab9ac3 /documentation/ref-manual/ref-classes.xml | |
parent | 6f654f107be9c4b6d09f1be7e04d28fe5ccb063e (diff) | |
download | poky-61282366a66e45f51a1e961f1cd03ac058369f66.tar.gz poky-61282366a66e45f51a1e961f1cd03ac058369f66.tar.bz2 poky-61282366a66e45f51a1e961f1cd03ac058369f66.zip |
ref-manual: Minor edits to rootfs* class.
Review comments from Paul.
(From yocto-docs rev: effc8e811020e00bfd98d065e412db5fe3f78f04)
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 @@ The <filename>image</filename> class helps support creating images in different formats. First, the root filesystem is created from packages using - one of the <filename>rootfs_*.bbclass</filename> + one of the <filename>rootfs*.bbclass</filename> files (depending on the package format used) and then one or more image files are created. <itemizedlist> @@ -2439,8 +2439,8 @@ <title><filename>rootfs*.bbclass</filename></title> <para> - The <filename>rootfs*</filename> classes add support for creating - the root filesystem and consist of the following classes: + The <filename>rootfs*</filename> classes support creating + the root filesystem for an image and consist of the following classes: <itemizedlist> <listitem><para> The <filename>rootfs_deb</filename> class, which supports @@ -2459,7 +2459,7 @@ <para> The root filesystem is created from packages using one of the - <filename>rootfs_*.bbclass</filename> files as determined by the + <filename>rootfs*.bbclass</filename> files as determined by the <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> variable. </para> |