]> code.ossystems Code Review - openembedded-core.git/commit
testimage.bbclass: add additional dependency
authorbrian avery <avery.brian@gmail.com>
Thu, 20 Apr 2017 17:38:18 +0000 (10:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Apr 2017 07:22:03 +0000 (08:22 +0100)
commit6e019537b9eb3af482e474a8cb248fe7312f4b58
tree2aaa86a2584f717ce24be800d37ed22ed4526dd8
parent1b430eef7131876bc735c22d66358379b0516821
testimage.bbclass: add additional dependency

qemu-native-helper has an additional task that needs to be run in order
for testimage to work. This task is usually run by default in a full
build but there are use cases where it might be skipped. This commit
adds the dependency explicitly.

Also, this commit adds a try/catch error message to make it clearer what
you need to do if you try to run testimage before you have built or
downloaded the image artifacts.

[YOCTO #11375]

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass