summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml8
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.