diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-10-22 07:34:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:28:22 +0000 |
commit | 947e15658fdffcce56a581da676478e5139d755f (patch) | |
tree | 2c6d2312a2fd7f9abe15b142f60e033e3c3eb888 /documentation/ref-manual/ref-classes.xml | |
parent | 62e200e3e3f51e74fabfb16b506649cd47b7cc42 (diff) | |
download | poky-947e15658fdffcce56a581da676478e5139d755f.tar.gz |
ref-manual: Updated the rootfs*.bbclass description.
Fixes [YOCTO #8298]
Added "rootfsdebugfile" class to the list of classes in this
general class description.
(From yocto-docs rev: ad2f6e1d22c9453b0d28cdc0b53558efa1dcc212)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index cf77068e73..b2941b8bf9 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -3037,6 +3037,11 @@ | |||
3037 | The <filename>rootfs_ipk</filename> class, which supports | 3037 | The <filename>rootfs_ipk</filename> class, which supports |
3038 | creation of root filesystems for images built using | 3038 | creation of root filesystems for images built using |
3039 | <filename>.ipk</filename> packages.</para></listitem> | 3039 | <filename>.ipk</filename> packages.</para></listitem> |
3040 | <listitem><para> | ||
3041 | The <filename>rootfsdebugfiles</filename> class, which installs | ||
3042 | additional files found on the build host directly into the | ||
3043 | root filesystem. | ||
3044 | </para></listitem> | ||
3040 | </itemizedlist> | 3045 | </itemizedlist> |
3041 | </para> | 3046 | </para> |
3042 | 3047 | ||