Lines Matching full:raise
24 """Custom exception to raise on known errors."""
114 …raise RunQemuError("TUN control device %s is unavailable; you may need to enable TUN (e.g. sudo mo…
117 …raise RunQemuError("TUN control device %s is not writable, please fix (e.g. sudo chmod 666 %s)" % …
336 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst))
392 raise RunQemuError("Can't find FSTYPE from: %s" % p)
404 raise RunQemuError("Unknown path arg %s" % p)
411 raise RunQemuError("Maybe conflicted MACHINE: %s vs %s" % (self.get('MACHINE'), arg))
413 raise RunQemuError("Unknown arg: %s" % arg)
442 raise RunQemuError("bitbake -e %s" % self.bitbake_e)
464 …raise RunQemuError("Could not determine the path to dri drivers on the host via pkg-config.\nPleas…
547 raise RunQemuError("Can't handle two unknown args: %s %s\n"
572 raise RunQemuError("QB_CPU_KVM is NULL, this board doesn't support kvm")
585 raise RunQemuError(yocto_kvm_wiki)
590 raise RunQemuError(yocto_kvm_wiki)
602 raise RunQemuError(yocto_kvm_wiki)
608 raise RunQemuError(yocto_paravirt_kvm_wiki)
613 raise RunQemuError(yocto_paravirt_kvm_wiki)
622 raise RunQemuError("FSTYPE is NULL!")
668 … raise RunQemuError("Maybe conflicted ROOTFS: %s vs %s" % (self.get('ROOTFS'), self.rootfs))
684 raise RunQemuError("Failed to find rootfs: %s or %s" % cmds)
687 raise RunQemuError("Can't find rootfs: %s" % self.rootfs)
704 raise RunQemuError("Can't open PEM certificate %s " % pemcert)
720 raise RunQemuError("Can't find OVMF firmware: %s" % ovmf)
747 raise RunQemuError('KERNEL not found: %s, %s or %s' % cmds)
750 raise RunQemuError("KERNEL %s not found" % self.kernel)
758 raise RunQemuError('Specified DTB not found: %s' % self.dtb)
770 raise RunQemuError('DTB not found: %s, %s or %s' % cmds)
791 raise RunQemuError('BIOS not found: %s' % bios_match_name)
794 raise RunQemuError("BIOS %s not found" % self.bios)
847 raise RunQemuError("QB_AUDIO_DRV is NULL, this board doesn't support audio")
888 raise RunQemuError(err)
907 …raise RunQemuError("Failed to find %s (wrong image name or BSP does not support running under qemu…
1043 … raise RunQemuError("No NFS_DIR is set, and can't find %s or %s to extract" % (src1, src2))
1048 raise RunQemuError('Failed to run %s' % cmd)
1057 raise RunQemuError('Failed to run %s' % cmd)
1128 raise OEPathError("runqemu-ifup, runqemu-ifdown or ip not found")
1161 raise RunQemuError("a new one with sudo.")
1343 … raise RunQemuError("Set qb_system_name with suitable QEMU PC System emulator in .*qemuboot.conf.")
1352 raise RunQemuError("Failed to boot, QB_SYSTEM_NAME is NULL!")
1358 raise RunQemuError('Option nographic makes no sense alongside the sdl option.')
1360 raise RunQemuError('Option nographic makes no sense alongside the gtk option.')
1368 raise RunQemuError('Option gl/gl-es needs gtk or sdl option.')
1454 raise OEPathError("No QEMU binary '%s' could be found" % qemu_bin)
1604 raise RunQemuError("%s doesn't need kernel %s!" % (self.fstype, self.kernel))
1628 raise RunQemuError("Native sysroot directory %s doesn't exist" % result)
1630 raise RunQemuError("Can't find STAGING_BINDIR_NATIVE in '%s' output" % cmd)