From 0369712563d9c147f81b1c505f9d6b0646269789 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 25 Sep 2014 15:56:56 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation') 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 @@ 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. For RPMs and other packages that do not contain a subdirectory, you should specify a "subdir" parameter. -- cgit v1.2.3-54-g00ecf