summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 09f296913d..f8ddbde1c9 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1121,7 +1121,7 @@
1121 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'>SRC_URI</ulink></filename>. 1121 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'>SRC_URI</ulink></filename>.
1122 You do not need to add a <filename>do_compile</filename> step since by default BitBake 1122 You do not need to add a <filename>do_compile</filename> step since by default BitBake
1123 starts the <filename>make</filename> command to compile the application. 1123 starts the <filename>make</filename> command to compile the application.
1124 If you need additional <filename>make</filename> options you should store them in the 1124 If you need additional <filename>make</filename> options, you should store them in the
1125 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OEMAKE'>EXTRA_OEMAKE</ulink></filename> 1125 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-EXTRA_OEMAKE'>EXTRA_OEMAKE</ulink></filename>
1126 variable. 1126 variable.
1127 BitBake passes these options into the <filename>make</filename> GNU invocation. 1127 BitBake passes these options into the <filename>make</filename> GNU invocation.