Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake26 from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
38 except BBMainException as err:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py35 class BBMainException(Exception): class
101 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 "