summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2020-09-16 05:18:45 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-22 23:34:40 +0100
commitbb24db8e6b73d094720cdc5efa48a7cc1cc31b69 (patch)
tree90dd686af5c619966b13677e69498140d4b0b60d
parent2f63316394d780a2525074d960122583a5f80f20 (diff)
downloadpoky-bb24db8e6b73d094720cdc5efa48a7cc1cc31b69.tar.gz
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>
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 9eb9bd2844..9e3c34ad48 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -152,7 +152,7 @@ python do_symlink_kernsrc () {
152 shutil.move(s, kernsrc) 152 shutil.move(s, kernsrc)
153 os.symlink(kernsrc, s) 153 os.symlink(kernsrc, s)
154} 154}
155addtask symlink_kernsrc before do_patch after do_unpack 155addtask symlink_kernsrc before do_configure after do_unpack
156 156
157inherit kernel-arch deploy 157inherit kernel-arch deploy
158 158