From 26556a0a99d11412adf60c0be9b01ddd885faca0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Dec 2013 07:21:32 -0600 Subject: ref-manual: Minor edits to rootfs* class. Review comments from Paul. (From yocto-docs rev: f931a4c6cea86a3dbbf27204731857a384ad0ea1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 image class helps support creating images in different formats. First, the root filesystem is created from packages using - one of the rootfs_*.bbclass + one of the rootfs*.bbclass files (depending on the package format used) and then one or more image files are created. @@ -2439,8 +2439,8 @@ <filename>rootfs*.bbclass</filename> - The rootfs* classes add support for creating - the root filesystem and consist of the following classes: + The rootfs* classes support creating + the root filesystem for an image and consist of the following classes: The rootfs_deb class, which supports @@ -2459,7 +2459,7 @@ The root filesystem is created from packages using one of the - rootfs_*.bbclass files as determined by the + rootfs*.bbclass files as determined by the PACKAGE_CLASSES variable. -- cgit v1.2.3-54-g00ecf