diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-18 11:44:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:14:59 +0100 |
commit | 8f2d8c2061d3dd0dc08ba7b70a10b417e94e62e7 (patch) | |
tree | c4255e45c7cdab4555f697d9a4284dd9e7fb6a9f /documentation/ref-manual/technical-details.xml | |
parent | 04c611290c1574ea97c960363b15823c382b2b1f (diff) | |
download | poky-8f2d8c2061d3dd0dc08ba7b70a10b417e94e62e7.tar.gz |
ref-manual: Fleshed out the do_compile task.
Fixes [YOCTO #9964]
Added more detailed information to the do_compile task. Also, provided
some information about oe_runmake in the base.bbclass refrence.
Finally, put some detail in the "Shared State" section concerning
do_deploy[dirs].
(From yocto-docs rev: 5d0612a57cc8e035a2194ada21e65055ef2b8a2e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 193787d312..8535d2c6e8 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -754,11 +754,13 @@ | |||
754 | section in the BitBake User Manual. | 754 | section in the BitBake User Manual. |
755 | </para></listitem> | 755 | </para></listitem> |
756 | <listitem><para> | 756 | <listitem><para> |
757 | The | 757 | The <filename>do_deploy[dirs] = "${DEPLOYDIR} ${B}"</filename> |
758 | <filename>do_deploy[dirs] = "${DEPLOYDIR} ${B}"</filename> | ||
759 | line creates <filename>${DEPLOYDIR}</filename> and | 758 | line creates <filename>${DEPLOYDIR}</filename> and |
760 | <filename>${B}</filename> before the | 759 | <filename>${B}</filename> before the |
761 | <filename>do_deploy</filename> task runs. | 760 | <filename>do_deploy</filename> task runs, and also sets |
761 | the current working directory of | ||
762 | <filename>do_deploy</filename> to | ||
763 | <filename>${B}</filename>. | ||
762 | For more information, see the | 764 | For more information, see the |
763 | "<ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'>Variable Flags</ulink>" | 765 | "<ulink url='&YOCTO_DOCS_BB_URL;#variable-flags'>Variable Flags</ulink>" |
764 | section in the BitBake User Manual. | 766 | section in the BitBake User Manual. |