aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/classes/xilinx-testimage.bbclass
blob: 0126d8ba801b6f44575f16164aaef40dd6ea3f42 (plain)
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"