summaryrefslogtreecommitdiffstats
path: root/documentation
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-03 12:53:38 +0000
commit96ed7b9eec0525efedaa2f399e0b6d36e4f709dc (patch)
treeb987a675d142540de2255a8f6811a72ff7bfdf97 /documentation
parent842461e2f415f1b02a95529e7976cd3dda972c3d (diff)
downloadpoky-96ed7b9eec0525efedaa2f399e0b6d36e4f709dc.tar.gz
ref-manual: Added the lib_package class.
(From yocto-docs rev: a43b40d813e3e8d467179334119d14a24dca9989) 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.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