diff options
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index a1fbb51e68..650ae5a473 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -289,7 +289,7 @@ do_kernel_configme() { | |||
289 | echo "CONFIG_LOCALVERSION="\"${LINUX_VERSION_EXTENSION}\" >> ${B}/.config | 289 | echo "CONFIG_LOCALVERSION="\"${LINUX_VERSION_EXTENSION}\" >> ${B}/.config |
290 | } | 290 | } |
291 | 291 | ||
292 | addtask kernel_configme after do_patch | 292 | addtask kernel_configme before do_configure after do_patch |
293 | 293 | ||
294 | python do_kernel_configcheck() { | 294 | python do_kernel_configcheck() { |
295 | import re, string, sys | 295 | import re, string, sys |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 5b69a49ab8..3b41a61c36 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -32,8 +32,6 @@ KCONF_BSP_AUDIT_LEVEL ?= "0" | |||
32 | 32 | ||
33 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 33 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
34 | 34 | ||
35 | addtask kernel_configme before do_configure after do_patch | ||
36 | |||
37 | # Pick up shared functions | 35 | # Pick up shared functions |
38 | inherit kernel | 36 | inherit kernel |
39 | inherit kernel-yocto | 37 | inherit kernel-yocto |