diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4e9e442757..34142cb152 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 fe5738ec9f..fcb62d22b1 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