From 72d1435f20e47339c75ee8dcb8adecbb2bc7516b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Sep 2016 10:17:42 -0700 Subject: documentation: Added new description for the PACKAGECONFIG_CONFARGS variable. Fixes [YOCTO #10183] Added a new variable entry for the PACKAGECONFIG_CONFARGS variable. With the introduction of the new PACKAGECONFIG_CONFARGS variable, many places in the mainstream YP documentation that referenced how to pass configure arguments using EXTRA_OECONF needed to also make mention of this new variable. I added many cross-references to the new variable. (From yocto-docs rev: 00f02d45319bab90b72eab89fcb69cbe8bd05bb5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 98a365871d..2344a0406a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -161,13 +161,17 @@ cross-compilation. You can pass additional parameters to configure through the - EXTRA_OECONF variable. + EXTRA_OECONF + or + PACKAGECONFIG_CONFARGS + variables. do_compile - Runs make with arguments that specify the compiler and linker. You can pass additional arguments through - the EXTRA_OEMAKE variable. + the EXTRA_OEMAKE + variable. do_install - Runs make install and passes in @@ -3726,7 +3730,9 @@ software that uses the Waf build system. You can use the EXTRA_OECONF - variable to specify additional configuration options to be passed on + or + PACKAGECONFIG_CONFARGS + variables to specify additional configuration options to be passed on the Waf command line. -- cgit v1.2.3-54-g00ecf