aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-03-27 15:21:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:23:13 +0100
commita9025e876d2d9b7252016cbe4d2086484a8d0480 (patch)
tree7cc6c3d86f84db3000f4e5e86632f02118c9dc63 /meta/recipes-kernel
parentfeb84ef42ac30f090c2d79108b50162cfd892dd5 (diff)
downloadopenembedded-core-contrib-a9025e876d2d9b7252016cbe4d2086484a8d0480.tar.gz
linux-yocto: add kern-tools-native to kernel_metadata depends
The autobuilder failed like this: temp/run.do_kernel_metadata.25242: line 165: createme: command not found createme is provided by kern-tools-native. do_patch has a dependency on kern-tools-native, but do_kernel_metadata runs before do_patch. So move the dependency from do_patch to do_kernel_metadata, moving the statement from the .inc to the class so it's alongside the task definition. [ YOCTO #7531 ] (From OE-Core rev: 4a0371847ff0c30d9b60db63559d89dddfcb009f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc2
1 files changed, 0 insertions, 2 deletions
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"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
-do_patch[depends] = "kern-tools-native:do_populate_sysroot"
-
addtask kernel_configme before do_configure after do_patch
# Pick up shared functions