Searched refs:image_fstypes (Results 1 – 6 of 6) sorted by relevance
60 def match_image_fstype(self, d, image_fstypes=None): argument61 if not image_fstypes:62 image_fstypes = d.getVar('IMAGE_FSTYPES').split(' ')63 …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)
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]
1758 image_fstypes = self.server.runCommand(1760 if image_fstypes is not None:1761 image_types_str = image_fstypes.strip()
525 image_fstypes = d.getVar('IMAGE_FSTYPES') or ''563 if image_fstypes == initramfs_fstypes != '' and initramfs_maxsize:
176 #filter-image_fstypes,