mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
842461e2f4
commit
96ed7b9eec
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user