mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
kernel-yocto.bbclass: fix a wrong inter-task dependency
do_kernel_checkout and do_symlink_kernsrc are both modifying ${S}, they
could conflict with eacher other, move do_kernel_checkout after
do_symlink_kernsrc does fix that.
(From OE-Core rev: 965090f42bc0576e938a0575b7938a1ff60b0018)
Signed-off-by: Ming Liu <liu.ming@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -317,7 +317,7 @@ do_kernel_checkout() {
|
||||
}
|
||||
do_kernel_checkout[dirs] = "${S}"
|
||||
|
||||
addtask kernel_checkout before do_kernel_metadata after do_unpack
|
||||
addtask kernel_checkout before do_kernel_metadata after do_symlink_kernsrc
|
||||
addtask kernel_metadata after do_validate_branches do_unpack before do_patch
|
||||
do_kernel_metadata[depends] = "kern-tools-native:do_populate_sysroot"
|
||||
do_validate_branches[depends] = "kern-tools-native:do_populate_sysroot"
|
||||
|
||||
Reference in New Issue
Block a user