summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 15c8dbb81f..30f07de4ca 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -378,7 +378,7 @@ do_kernel_checkout() {
378 # checkout and clobber any unimportant files 378 # checkout and clobber any unimportant files
379 git checkout -f ${machine_branch} 379 git checkout -f ${machine_branch}
380} 380}
381do_kernel_checkout[dirs] = "${S}" 381do_kernel_checkout[dirs] = "${S} ${WORKDIR}"
382 382
383addtask kernel_checkout before do_kernel_metadata after do_symlink_kernsrc 383addtask kernel_checkout before do_kernel_metadata after do_symlink_kernsrc
384addtask kernel_metadata after do_validate_branches do_unpack before do_patch 384addtask kernel_metadata after do_validate_branches do_unpack before do_patch