summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
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>