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 | |
parent | 62e7ade0d659d668db9a59c4d2ea85c22b432bc1 (diff) | |
download | ast2050-yocto-poky-26556a0a99d11412adf60c0be9b01ddd885faca0.zip ast2050-yocto-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>
-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 ce76140..c197967 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> |