aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes/xilinx-testimage.bbclass
blob: 74020da13e59239499ca36662c3a8b612f22be5d (plain)
1
2
3
4
5
6
7
8
9
10
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_FSTYPES = "wic.qemu-sd"