Home
last modified time | relevance | path

Searched refs:RunQemuError (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu23 class RunQemuError(Exception): class
27 class OEPathError(RunQemuError):
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)
[all …]