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