kernel.bbclass: do_deploy should use ${B}, not ${S} (which is what ${B} defaults to)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-08-11 11:14:43 +01:00
parent cb67b6d236
commit 69ac39b90e
2 changed files with 1 additions and 4 deletions

View File

@ -500,6 +500,6 @@ do_deploy() {
package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_SYMLINK_NAME}.bin
}
do_deploy[dirs] = "${S}"
do_deploy[dirs] = "${B}"
addtask deploy before do_package after do_install

View File

@ -110,9 +110,6 @@ addtask wrlinux_configcheck after do_configure before do_compile
inherit kernel
# object files are in B, not S, so we need to override this
do_deploy[dirs] = "${B}"
# perf subpackage variables
PROVIDES += perf