diff options
-rw-r--r-- | meta/classes/kernel.bbclass | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-wrs_git.bb | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index aa24e6d9a..6bf001c4c 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -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 diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index 72ceb7429..d201994fd 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb @@ -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 |