diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 15:21:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:14 +0100 |
commit | 94d1ab3dc9ae3c8e8a82be6376b78b71876e89b9 (patch) | |
tree | ce944cb36b497ac1c800794ec32429ea9ae651ef /documentation | |
parent | e7076de7ea47d91f01008a207b6c0ea81f91ba99 (diff) | |
download | poky-94d1ab3dc9ae3c8e8a82be6376b78b71876e89b9.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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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. |