diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-27 15:21:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-31 22:24:31 +0100 |
commit | 7c0846cc5bd15d83fda19a85b11e464c93a5f8b3 (patch) | |
tree | a773cf98d07b379ad48cfda537249e033f886a46 /meta/classes/testimage.bbclass | |
parent | 47686dc42f979f1f8d61f66fa9ef96a06ebf8b77 (diff) | |
download | poky-7c0846cc5bd15d83fda19a85b11e464c93a5f8b3.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: 938d0288adc2ace3c66dab5904ad958a4c7615cc)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testimage.bbclass')
0 files changed, 0 insertions, 0 deletions