|
@@ -849,7 +849,10 @@
|
|
|
To force the value on the command line, add the
|
|
|
variable setting to
|
|
|
<ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OEMAKE'><filename>EXTRA_OEMAKE</filename></ulink>
|
|
|
- within the recipe as follows:
|
|
|
+ or
|
|
|
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></ulink>
|
|
|
+ within the recipe.
|
|
|
+ Here is an example using <filename>EXTRA_OEMAKE</filename>:
|
|
|
<literallayout class='monospaced'>
|
|
|
EXTRA_OEMAKE += "'CC=${CC}' 'CXX=${CXX}'"
|
|
|
</literallayout>
|
|
@@ -1062,9 +1065,12 @@
|
|
|
then a fixed set of arguments is passed to it to enable
|
|
|
cross-compilation plus any extras specified by
|
|
|
<ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></ulink>
|
|
|
+ or
|
|
|
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></ulink>
|
|
|
set within the recipe.
|
|
|
If you wish to pass additional options, add them to
|
|
|
- <filename>EXTRA_OECONF</filename>.
|
|
|
+ <filename>EXTRA_OECONF</filename> or
|
|
|
+ <filename>PACKAGECONFIG_CONFARGS</filename>.
|
|
|
Other supported build tools have similar variables
|
|
|
(e.g.
|
|
|
<ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></ulink>
|
|
@@ -1072,8 +1078,9 @@
|
|
|
<ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OESCONS'><filename>EXTRA_OESCONS</filename></ulink>
|
|
|
for Scons, and so forth).
|
|
|
If you need to pass anything on the <filename>make</filename>
|
|
|
- command line, you can use <filename>EXTRA_OEMAKE</filename> to do
|
|
|
- so.
|
|
|
+ command line, you can use <filename>EXTRA_OEMAKE</filename> or the
|
|
|
+ <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></ulink>
|
|
|
+ variables to do so.
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
@@ -1081,7 +1088,8 @@
|
|
|
to help you set the arguments listed in the previous paragraph.
|
|
|
The command determines the exact options being passed, and shows
|
|
|
them to you along with any custom arguments specified through
|
|
|
- <filename>EXTRA_OECONF</filename>.
|
|
|
+ <filename>EXTRA_OECONF</filename> or
|
|
|
+ <filename>PACKAGECONFIG_CONFARGS</filename>.
|
|
|
If applicable, the command also shows you the output of the
|
|
|
configure script's "‐‐help" option as a reference.
|
|
|
</para>
|