1 2 3 4 5 6 7 8 9 10 11
inherit testimage HOSTTOOLS += 'ip ping ps scp ssh stty' python do_testimage_prepend () { from oeqa.core.target.qemu import supported_fstypes supported_fstypes.append('wic.qemu-sd') } IMAGE_AUTOLOGIN = "0" IMAGE_FSTYPES = "wic.qemu-sd"