diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index dc4ab5503c..3ad849e46e 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -15,7 +15,6 @@ LINUX_KERNEL_TYPE ?= standard | |||
15 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" | 15 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" |
16 | 16 | ||
17 | addtask kernel_configme before do_configure after do_patch | 17 | addtask kernel_configme before do_configure after do_patch |
18 | addtask kernel_configcheck after do_configure before do_compile | ||
19 | 18 | ||
20 | # Pick up shared functions | 19 | # Pick up shared functions |
21 | inherit kernel-yocto | 20 | inherit kernel-yocto |
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 7833f65fa4..b1486bce18 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb | |||
@@ -30,5 +30,6 @@ KERNEL_FEATURES=features/netfilter | |||
30 | # extra tasks | 30 | # extra tasks |
31 | addtask kernel_link_vmlinux after do_compile before do_install | 31 | addtask kernel_link_vmlinux after do_compile before do_install |
32 | addtask validate_branches before do_patch after do_kernel_checkout | 32 | addtask validate_branches before do_patch after do_kernel_checkout |
33 | addtask kernel_configcheck after do_configure before do_compile | ||
33 | 34 | ||
34 | require linux-tools.inc | 35 | require linux-tools.inc |