Searched refs:efi_img (Results 1 – 3 of 3) sorted by relevance
68 def create_flash_images(flash_dir="./", efi_img=""): argument79 if not os.path.exists(efi_img):80 sys.stderr.write("*** efi argument is invalid ({})\n".format(efi_img))84 subprocess.check_call(["dd", "if={}".format(efi_img),
417 efi_img = "efi.img"424 mkisofs_cmd += "-eltorito-platform 0xEF -eltorito-boot %s " % efi_img
63 EFIIMGDIR = "${S}/efi_img"