Searched refs:imgtype (Results 1 – 4 of 4) sorted by relevance
102 imgtype = imageflags.get('type')103 if not imgtype:105 imgtype = 'kernel'118 if imgtype == 'ramdisk':120 elif 'fdt' in imgtype:126 if 'fdt' in imgtype and d.getVar('PREFERRED_PROVIDER_virtual/dtb'):391 imgtype = imageflags.get('type', '')392 if imgtype == 'kernel':398 elif imgtype == 'fdt':407 elif imgtype == 'fdto':[all …]
368 def imgtype(arg): function389 subparser.add_argument("path", type=imgtype,395 img = imgtype(arg)536 args.dest = imgtype(args.dest)538 args.src = imgtype(args.src)
396 def get_class_for_type(imgtype): argument398 mod = importlib.import_module('oe.package_manager.' + imgtype + '.rootfs')