From 374e582d63703cca4290451c3d59fb89bea1e10f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Dec 2013 12:27:07 -0600 Subject: ref-manual: Edits to the rootfs* class. I removed the rootfs_deb, rootfs_ipk, and rootfs_rpm classes altoghther and opted to briefly describe their purposes in the rootfs* class section. I also am not linking to the IMAGE_FSTYPES variable but am rather linking over to the PACKAGE_CLASSES variable. (From yocto-docs rev: 64038a23403fd274ce4488c239bfa0b9a2e56b16) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 66 +++++++------------------------- 1 file changed, 14 insertions(+), 52 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 c5688b3e6e..e53eaf9db6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2415,26 +2415,27 @@ The rootfs* classes add support for creating - the root filesystem in either .ext3 or - tar.bz2 formats and consist of the following - classes: + the root filesystem and consist of the following classes: - The - rootfs_deb - class. - The - rootfs_rpm - class. - The - rootfs_ipk - class. + + The rootfs_deb class, which supports + creation of root filesystems for images built using + .deb packages. + + The rootfs_rpm class, which supports + creation of root filesystems for images built using + .rpm packages. + + The rootfs_ipk class, which supports + creation of root filesystems for images built using + .ipk packages. The root filesystem is created from packages using one of the rootfs_*.bbclass files as determined by the - IMAGE_FSTYPES + PACKAGE_CLASSES variable. @@ -2445,45 +2446,6 @@ -
- <filename>rootfs_deb.bbclass</filename> - - - The rootfs_deb class supports creation of - root filesystems for images built using .deb - packages. - See the - "rootfs*.bbclass" - section for more information. - -
- -
- <filename>rootfs_ipk.bbclass</filename> - - - The rootfs_ipk class supports creation of - root filesystems for images built using .ipk - packages. - See the - "rootfs*.bbclass" - section for more information. - -
- -
- <filename>rootfs_rpm.bbclass</filename> - - - The rootfs_rpm class supports creation of - root filesystems for images built using .rpm - packages. - See the - "rootfs*.bbclass" - section for more information. - -
-
<filename>sanity.bbclass</filename> -- cgit v1.2.3-54-g00ecf