diff options
Diffstat (limited to 'meta-xilinx-core/classes/qemuboot-xilinx.bbclass')
-rw-r--r-- | meta-xilinx-core/classes/qemuboot-xilinx.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/classes/qemuboot-xilinx.bbclass b/meta-xilinx-core/classes/qemuboot-xilinx.bbclass index 3835591d..7466ab5e 100644 --- a/meta-xilinx-core/classes/qemuboot-xilinx.bbclass +++ b/meta-xilinx-core/classes/qemuboot-xilinx.bbclass | |||
@@ -91,6 +91,8 @@ def qemu_rootfs_params(data, param): | |||
91 | image_fs = data.getVar('IMAGE_FSTYPES') | 91 | image_fs = data.getVar('IMAGE_FSTYPES') |
92 | if 'wic.qemu-sd' in image_fs: | 92 | if 'wic.qemu-sd' in image_fs: |
93 | return 'wic.qemu-sd' | 93 | return 'wic.qemu-sd' |
94 | if soc_family not in fstype_dict: | ||
95 | return "" | ||
94 | return fstype_dict[soc_family] | 96 | return fstype_dict[soc_family] |
95 | 97 | ||
96 | elif param == 'rootfs-opt': | 98 | elif param == 'rootfs-opt': |