diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-20 10:15:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-21 15:09:16 +0100 |
commit | 41e7dd22c730f297fc1af3d429680a85e703abb8 (patch) | |
tree | 45b2077416e2ebe3ad5b7e1e21e3ff8cce0b81ce /documentation/ref-manual/ref-variables.xml | |
parent | 567d9af723b584eabb7ca0450b40a67b3008a035 (diff) | |
download | poky-41e7dd22c730f297fc1af3d429680a85e703abb8.tar.gz |
ref-manual: Added BINCONFIG variable and binconfig-disabled class.
(From yocto-docs rev: 16e0176db9927296f721c25792d87b2495b5405b)
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/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fe5738ec9f..fcb62d22b1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -887,6 +887,18 @@ | |||
887 | </glossdef> | 887 | </glossdef> |
888 | </glossentry> | 888 | </glossentry> |
889 | 889 | ||
890 | <glossentry id='var-BINCONFIG'><glossterm>BINCONFIG</glossterm> | ||
891 | <glossdef> | ||
892 | <para> | ||
893 | Specifies binary configuration scripts to disable | ||
894 | rather than installing them using | ||
895 | <filename>pkg-config</filename>. | ||
896 | The OpenEmbedded build system returns an error for the | ||
897 | disabled scripts. | ||
898 | </para> | ||
899 | </glossdef> | ||
900 | </glossentry> | ||
901 | |||
890 | <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> | 902 | <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm> |
891 | <glossdef> | 903 | <glossdef> |
892 | <para> | 904 | <para> |