ref-manual: Updated the bin_package class.

I added a small sentence to note that this class is a good class
to use for extracting and installing propretary binaries.

(From yocto-docs rev: adde5e66f46df0b4e21bfe0fc0b47a9a8bed5e0c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-09-25 15:56:56 -07:00 committed by Richard Purdie
parent 1fd575f17a
commit 0369712563
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@
binary from source.
The binary package is extracted and new packages in the configured
output package format are created.
Extraction and installation of proprietary binaries is a good example
use for this class.
<note>
For RPMs and other packages that do not contain a subdirectory,
you should specify a "subdir" parameter.