]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto.bbclass: fix a wrong inter-task dependency
authorMing Liu <liu.ming@toradex.com>
Wed, 4 Mar 2020 13:55:43 +0000 (14:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Mar 2020 08:17:26 +0000 (08:17 +0000)
commit965090f42bc0576e938a0575b7938a1ff60b0018
tree14a47fc0d27ed47c984592ac861a93eb82c135e7
parentda948b25d5ef452fb35275d108e18d2a2829f4fb
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.

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>
meta/classes/kernel-yocto.bbclass