Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py18 supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] variable
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass183 from oeqa.core.target.qemu import supported_fstypes
237 fstypes = [fs for fs in fstypes if fs in supported_fstypes]
241 ', '.join(supported_fstypes))