Home
last modified time | relevance | path

Searched refs:image_fstypes (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py56 def match_image_fstype(self, d, image_fstypes=None): argument
57 if not image_fstypes:
58 image_fstypes = d.getVar('IMAGE_FSTYPES').split(' ')
59 …ible_image_fstypes = [fstype for fstype in self.supported_image_fstypes if fstype in image_fstypes]
/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image160 image_fstypes = get_bb_var('IMAGE_FSTYPES').split(' ')
162 fstype = self.controller.match_image_fstype(d=None, image_fstypes=image_fstypes)
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass202 image_fstypes = d.getVar('IMAGE_FSTYPES')
217 if 'wic' in image_fstypes:
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py610 image_fstypes = Variable.objects.get(
612 return list(set(re.split(r' {1,}', image_fstypes)))
904 image_fstypes = self.build.get_image_fstypes()
910 if target_image_file.suffix in image_fstypes]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1757 image_fstypes = self.server.runCommand(
1759 if image_fstypes is not None:
1760 image_types_str = image_fstypes.strip()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage.bbclass532 image_fstypes = d.getVar('IMAGE_FSTYPES') or ''
570 if image_fstypes == initramfs_fstypes != '' and initramfs_maxsize:
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css176 #filter-image_fstypes,