]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: add kern-tools-native to kernel_metadata depends
authorRoss Burton <ross.burton@intel.com>
Fri, 27 Mar 2015 15:21:00 +0000 (15:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 21:21:42 +0000 (22:21 +0100)
commit938d0288adc2ace3c66dab5904ad958a4c7615cc
tree029b2e8e98eedb0331e075210a659fecd0458f99
parent6ab371da72ce119c1b32ec7428aec1250e7aaf15
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 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/linux/linux-yocto.inc