summaryrefslogtreecommitdiffstats
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
parent842461e2f415f1b02a95529e7976cd3dda972c3d (diff)
downloadast2050-yocto-poky-96ed7b9eec0525efedaa2f399e0b6d36e4f709dc.zip
ast2050-yocto-poky-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>
-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 2af27c6..2bddc4e 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1016,6 +1016,20 @@
</para>
</section>
+<section id='ref-classes-lib_package'>
+ <title><filename>lib_package.bbclass</filename></title>
+
+ <para>
+ The library package (<filename>lib_package</filename>) class
+ supports recipes that build libraries and produce executable
+ binaries, where those binaries should not be installed by default
+ along with the library.
+ Instead, the binaries are added to a separate
+ <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-bin</filename>
+ package to make their installation optional.
+ </para>
+</section>
+
<section id='ref-classes-mime'>
<title><filename>mime.bbclass</filename></title>
OpenPOWER on IntegriCloud