summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-wrs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb
index 44640dee20..4f134d4d88 100644
--- a/meta/recipes-kernel/linux/linux-wrs_git.bb
+++ b/meta/recipes-kernel/linux/linux-wrs_git.bb
@@ -81,6 +81,7 @@ IFS='
81 cd ${S} 81 cd ${S}
82 git checkout -f ${WRMACHINE}-${LINUX_KERNEL_TYPE} 82 git checkout -f ${WRMACHINE}-${LINUX_KERNEL_TYPE}
83} 83}
84do_wrlinux_checkout[dirs] = "${S}"
84 85
85addtask wrlinux_checkout before do_patch after do_unpack 86addtask wrlinux_checkout before do_patch after do_unpack
86 87