diff options
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> |