diff options
| -rw-r--r-- | meta/classes/kernel-yocto.bbclass | 1 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 14551a23f2..a1fbb51e68 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
| @@ -261,6 +261,7 @@ do_kernel_checkout[dirs] = "${S}" | |||
| 261 | 261 | ||
| 262 | addtask kernel_checkout before do_patch after do_unpack | 262 | addtask kernel_checkout before do_patch after do_unpack |
| 263 | addtask kernel_metadata after do_validate_branches before do_patch | 263 | addtask kernel_metadata after do_validate_branches before do_patch |
| 264 | do_kernel_metadata[depends] = "kern-tools-native:do_populate_sysroot" | ||
| 264 | 265 | ||
| 265 | do_kernel_configme[dirs] += "${S} ${B}" | 266 | do_kernel_configme[dirs] += "${S} ${B}" |
| 266 | do_kernel_configme() { | 267 | do_kernel_configme() { |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index c62f8ca97d..5b69a49ab8 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 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" | ||
| 36 | |||
| 37 | addtask kernel_configme before do_configure after do_patch | 35 | addtask kernel_configme before do_configure after do_patch |
| 38 | 36 | ||
| 39 | # Pick up shared functions | 37 | # Pick up shared functions |
