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 @@ do_install task, which effectively copies all files from ${S} to ${D}. + The bin_package class works well when + the files extracted into ${S} are + already laid out in the way they should be laid out + on the target. For more information on these variables, see the FILES, PN, @@ -2973,7 +2977,7 @@ Alternatively, you can make these tasks an empty function. - make sure your + Make sure your do_install task installs the binaries appropriately.