summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9b0015d2ee..74deac5452 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2297,6 +2297,8 @@
2297 However, you might still want to make some adjustments. 2297 However, you might still want to make some adjustments.
2298 For example, you can set 2298 For example, you can set
2299 <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></ulink> 2299 <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></ulink>
2300 or
2301 <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></ulink>
2300 to pass any needed configure options that are specific 2302 to pass any needed configure options that are specific
2301 to the recipe.</para></listitem> 2303 to the recipe.</para></listitem>
2302 <listitem><para><emphasis>CMake:</emphasis> 2304 <listitem><para><emphasis>CMake:</emphasis>
@@ -3011,8 +3013,10 @@
3011 You do not need to add a <filename>do_compile</filename> step since by default BitBake 3013 You do not need to add a <filename>do_compile</filename> step since by default BitBake
3012 starts the <filename>make</filename> command to compile the application. 3014 starts the <filename>make</filename> command to compile the application.
3013 If you need additional <filename>make</filename> options, you should store them in the 3015 If you need additional <filename>make</filename> options, you should store them in the
3014 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OEMAKE'>EXTRA_OEMAKE</ulink></filename> 3016 <ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OEMAKE'><filename>EXTRA_OEMAKE</filename></ulink>
3015 variable. 3017 or
3018 <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGECONFIG_CONFARGS'><filename>PACKAGECONFIG_CONFARGS</filename></ulink>
3019 variables.
3016 BitBake passes these options into the GNU <filename>make</filename> invocation. 3020 BitBake passes these options into the GNU <filename>make</filename> invocation.
3017 Note that a <filename>do_install</filename> task is still required. 3021 Note that a <filename>do_install</filename> task is still required.
3018 Otherwise, BitBake runs an empty <filename>do_install</filename> task by default. 3022 Otherwise, BitBake runs an empty <filename>do_install</filename> task by default.