mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +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:
@@ -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