summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 15:21:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commit47e01e3e25c9beae08ce9aae8016bd0291b2f97c (patch)
treee343e9377d3476a84dfe2bf84859a59dbe536be2 /documentation/dev-manual
parent6afab4b0898c97e7270b5734f077b68830af7207 (diff)
downloadpoky-47e01e3e25c9beae08ce9aae8016bd0291b2f97c.tar.gz
dev-manual: Edits to "Makefile-Based Package" section.
(From yocto-docs rev: f694d23a1c4c77a2ce510da976bae55ff384ad9a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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.