diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-09-25 15:56:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:37:42 +0100 |
commit | 0369712563d9c147f81b1c505f9d6b0646269789 (patch) | |
tree | f56a7a7b7b157f7a9e1b682da182a4b3be6ae497 /documentation/ref-manual | |
parent | 1fd575f17aeaea9ba86cc8097ec34481daad6cc2 (diff) | |
download | poky-0369712563d9c147f81b1c505f9d6b0646269789.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 868a0da5d4..3e7662e146 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -186,6 +186,8 @@ | |||
186 | binary from source. | 186 | binary from source. |
187 | The binary package is extracted and new packages in the configured | 187 | The binary package is extracted and new packages in the configured |
188 | output package format are created. | 188 | output package format are created. |
189 | Extraction and installation of proprietary binaries is a good example | ||
190 | use for this class. | ||
189 | <note> | 191 | <note> |
190 | For RPMs and other packages that do not contain a subdirectory, | 192 | For RPMs and other packages that do not contain a subdirectory, |
191 | you should specify a "subdir" parameter. | 193 | you should specify a "subdir" parameter. |