diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-05 13:51:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:30 +0100 |
commit | 932b956b4cbe07a514510b9295a50cf1ce2c59da (patch) | |
tree | c6847fa28fd362551cd38b83382be32959028f23 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 20581875f25c0cc5777a2383d15129d2f9b35910 (diff) | |
download | poky-932b956b4cbe07a514510b9295a50cf1ce2c59da.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0218dc59fd..d19e94eb9d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2949,6 +2949,10 @@ | |||
2949 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink> | 2949 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-install'><filename>do_install</filename></ulink> |
2950 | task, which effectively copies all files from | 2950 | task, which effectively copies all files from |
2951 | <filename>${S}</filename> to <filename>${D}</filename>. | 2951 | <filename>${S}</filename> to <filename>${D}</filename>. |
2952 | The <filename>bin_package</filename> class works well when | ||
2953 | the files extracted into <filename>${S}</filename> are | ||
2954 | already laid out in the way they should be laid out | ||
2955 | on the target. | ||
2952 | For more information on these variables, see the | 2956 | For more information on these variables, see the |
2953 | <ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink>, | 2957 | <ulink url='&YOCTO_DOCS_REF_URL;#var-FILES'><filename>FILES</filename></ulink>, |
2954 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>, | 2958 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>, |
@@ -2973,7 +2977,7 @@ | |||
2973 | Alternatively, you can make these tasks an empty | 2977 | Alternatively, you can make these tasks an empty |
2974 | function. | 2978 | function. |
2975 | </para></listitem> | 2979 | </para></listitem> |
2976 | <listitem><para>make sure your | 2980 | <listitem><para>Make sure your |
2977 | <filename>do_install</filename> task installs the | 2981 | <filename>do_install</filename> task installs the |
2978 | binaries appropriately. | 2982 | binaries appropriately. |
2979 | </para></listitem> | 2983 | </para></listitem> |