Browse Source

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

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Steve Sakoman 3 years ago
parent
commit
a6a9913575
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta/classes/kernel.bbclass

+ 1 - 1
meta/classes/kernel.bbclass

@@ -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