mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user