summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes/xilinx-testimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/classes/xilinx-testimage.bbclass')
-rw-r--r--meta-xilinx-core/classes/xilinx-testimage.bbclass11
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 @@
1inherit 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
10IMAGE_AUTOLOGIN = "0"
11IMAGE_FSTYPES = "wic.qemu-sd"