From 41e7dd22c730f297fc1af3d429680a85e703abb8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Oct 2014 10:15:02 -0700 Subject: ref-manual: Added BINCONFIG variable and binconfig-disabled class. (From yocto-docs rev: 16e0176db9927296f721c25792d87b2495b5405b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ documentation/ref-manual/ref-variables.xml | 12 ++++++++++++ 2 files changed, 27 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4e9e442..34142cb 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -232,6 +232,21 @@ +
+ <filename>binconfig-disabled.bbclass</filename> + + + An alternative version of the + binconfig + class, which disables binary configuration scripts by making them + return an error in favor of installing them using + pkg-config. + The scripts to be disabled should be specified using the + BINCONFIG + variable within the recipe inheriting the class. + +
+
<filename>blacklist.bbclass</filename> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fe5738e..fcb62d2 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -887,6 +887,18 @@ + BINCONFIG + + + Specifies binary configuration scripts to disable + rather than installing them using + pkg-config. + The OpenEmbedded build system returns an error for the + disabled scripts. + + + + BINCONFIG_GLOB -- cgit v1.1