dev-manual: Minor edits to the section to add binaries to an image.

Review edits from Paul.

(From yocto-docs rev: 088410d607418531d6ab8a40fdc9d77495b132c9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-08-05 13:51:50 +03:00 committed by Richard Purdie
parent 20581875f2
commit 932b956b4c
1 changed files with 5 additions and 1 deletions

View File

@ -2949,6 +2949,10 @@
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink>
task, which effectively copies all files from task, which effectively copies all files from
<filename>${S}</filename> to <filename>${D}</filename>. <filename>${S}</filename> to <filename>${D}</filename>.
The <filename>bin_package</filename> class works well when
the files extracted into <filename>${S}</filename> are
already laid out in the way they should be laid out
on the target.
For more information on these variables, see the For more information on these variables, see the
<ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink>, <ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink>,
<ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>, <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>,
@ -2973,7 +2977,7 @@
Alternatively, you can make these tasks an empty Alternatively, you can make these tasks an empty
function. function.
</para></listitem> </para></listitem>
<listitem><para>make sure your <listitem><para>Make sure your
<filename>do_install</filename> task installs the <filename>do_install</filename> task installs the
binaries appropriately. binaries appropriately.
</para></listitem> </para></listitem>