Revert "kernel.bbclass: run do_symlink_kernsrc before do_patch"

This reverts commit 914d8a00e34a8edf75a349da6f5978e4ed60e6d5.

Due to bug introduced for externalsrc

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14044

(From OE-Core rev: a6a9913575aab96f4347bdf979e26115aa0fd716)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2020-09-16 05:18:45 -10:00
committed by Richard Purdie
parent 2f63316394
commit bb24db8e6b

View File

@@ -152,7 +152,7 @@ python do_symlink_kernsrc () {
shutil.move(s, kernsrc)
os.symlink(kernsrc, s)
}
addtask symlink_kernsrc before do_patch after do_unpack
addtask symlink_kernsrc before do_configure after do_unpack
inherit kernel-arch deploy