blob: d9086ec049875f28c3edde6c4f5f8f737c126982 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001inherit testimage
2
3HOSTTOOLS += 'ip ping ps scp ssh stty'
4
5python do_testimage_prepend () {
6 from oeqa.core.target.qemu import supported_fstypes
7 supported_fstypes.append('wic.qemu-sd')
8}
9