summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 04:59:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:41 +0000
commit2fb93ec40c13ec5d31ad3c3341fcdea30893a928 (patch)
tree7b1b5c2a259a7942ec95c80189556c7267ee26c1 /documentation/ref-manual
parente3e87d6f11378273f12d9f0c325058654167262b (diff)
downloadpoky-2fb93ec40c13ec5d31ad3c3341fcdea30893a928.tar.gz
ref-manual: Added the lib_package class.
(From yocto-docs rev: 93aaf3705c28d97041368b2a4ca00f964fdf5837) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2af27c67da..2bddc4eaae 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1016,6 +1016,20 @@
1016 </para> 1016 </para>
1017</section> 1017</section>
1018 1018
1019<section id='ref-classes-lib_package'>
1020 <title><filename>lib_package.bbclass</filename></title>
1021
1022 <para>
1023 The library package (<filename>lib_package</filename>) class
1024 supports recipes that build libraries and produce executable
1025 binaries, where those binaries should not be installed by default
1026 along with the library.
1027 Instead, the binaries are added to a separate
1028 <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-bin</filename>
1029 package to make their installation optional.
1030 </para>
1031</section>
1032
1019<section id='ref-classes-mime'> 1033<section id='ref-classes-mime'>
1020 <title><filename>mime.bbclass</filename></title> 1034 <title><filename>mime.bbclass</filename></title>
1021 1035