From 7c0846cc5bd15d83fda19a85b11e464c93a5f8b3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 27 Mar 2015 15:21:00 +0000 Subject: 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: 938d0288adc2ace3c66dab5904ad958a4c7615cc) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index c62f8ca..5b69a49 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 -- cgit v1.1