diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 08:11:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:33 +0000 |
commit | b503308dbafe1121357eac5008ea24d5b3a37045 (patch) | |
tree | 7fb82e84f888a48696b0c5c7d46dbf3d86b3f5ed /documentation | |
parent | 11c3ed6c64f1fbc6c96803481f31ec291b32997d (diff) | |
download | poky-b503308dbafe1121357eac5008ea24d5b3a37045.tar.gz |
ref-manual: Added gzipnative class.
(From yocto-docs rev: d6f30c9a617589393442463b7d0c6c1a83c2b7aa)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 77ac7a9501..e9ebd89700 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -771,6 +771,16 @@ | |||
771 | </para> | 771 | </para> |
772 | </section> | 772 | </section> |
773 | 773 | ||
774 | <section id='ref-classes-gzipnative'> | ||
775 | <title><filename>gzipnative.bbclass</filename></title> | ||
776 | |||
777 | <para> | ||
778 | The <filename>gzip</filename> native (<filename>gzipnative</filename>) | ||
779 | class enables the use of native versions of <filename>gzip</filename> | ||
780 | and <filename>pigz</filename> rather than the system versions. | ||
781 | </para> | ||
782 | </section> | ||
783 | |||
774 | <section id='ref-classes-mime'> | 784 | <section id='ref-classes-mime'> |
775 | <title><filename>mime.bbclass</filename></title> | 785 | <title><filename>mime.bbclass</filename></title> |
776 | 786 | ||