diff options
Diffstat (limited to 'meta-xilinx-core/classes/xilinx-testimage.bbclass')
| -rw-r--r-- | meta-xilinx-core/classes/xilinx-testimage.bbclass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xilinx-core/classes/xilinx-testimage.bbclass b/meta-xilinx-core/classes/xilinx-testimage.bbclass new file mode 100644 index 00000000..99519637 --- /dev/null +++ b/meta-xilinx-core/classes/xilinx-testimage.bbclass | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | inherit testimage | ||
| 2 | |||
| 3 | HOSTTOOLS += 'ip ping ps scp ssh stty' | ||
| 4 | |||
| 5 | python do_testimage:prepend () { | ||
| 6 | from oeqa.core.target.qemu import supported_fstypes | ||
| 7 | supported_fstypes.append('wic.qemu-sd') | ||
| 8 | } | ||
| 9 | |||
| 10 | IMAGE_AUTOLOGIN = "0" | ||
| 11 | IMAGE_FSTYPES = "wic.qemu-sd" | ||
