Searched refs:image_fstypes (Results 1 – 7 of 7) sorted by relevance
56 def match_image_fstype(self, d, image_fstypes=None): argument57 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]
160 image_fstypes = get_bb_var('IMAGE_FSTYPES').split(' ')162 fstype = self.controller.match_image_fstype(d=None, image_fstypes=image_fstypes)
202 image_fstypes = d.getVar('IMAGE_FSTYPES')217 if 'wic' in image_fstypes:
610 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]
1757 image_fstypes = self.server.runCommand(1759 if image_fstypes is not None:1760 image_types_str = image_fstypes.strip()
532 image_fstypes = d.getVar('IMAGE_FSTYPES') or ''570 if image_fstypes == initramfs_fstypes != '' and initramfs_maxsize:
176 #filter-image_fstypes,