Searched refs:BBMainException (Results 1 – 2 of 2) sorted by relevance
26 from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException38 except BBMainException as err:
35 class BBMainException(Exception): class101 raise BBMainException('FATAL: Unable to import extension module "%s" from %s. '345 raise BBMainException("FATAL: Malformed host:port bind parameter")357 raise BBMainException("FATAL: /dev/shm does not exist or is not writable")372 raise BBMainException("FATAL: The '--server-only' option conflicts with %s.\n" %377 raise BBMainException("FATAL: '--observe-only' can only be used by UI clients "