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.