Home
last modified time | relevance | path

Searched refs:supported_fstypes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py20 supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] variable
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass210 from oeqa.core.target.qemu import supported_fstypes
261 fstypes = [fs for fs in fstypes if fs in supported_fstypes]
265 ', '.join(supported_fstypes))