From edfdc96aeacafbf95d40f793988f635d5141ba61 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 08:11:00 -0600 Subject: [PATCH] ref-manual: Added gzipnative class. (From yocto-docs rev: 431572a20e8175dc513daedb5f28efe8291a6606) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ +
+ <filename>gzipnative.bbclass</filename> + + + The gzip native (gzipnative) + class enables the use of native versions of gzip + and pigz rather than the system versions. + +
+
<filename>mime.bbclass</filename>